mirror of
https://github.com/alice-lg/alice-lg.git
synced 2024-05-11 05:55:03 +00:00
@@ -20,9 +20,6 @@ builds:
|
||||
- -X "github.com/alice-lg/alice-lg/pkg/config.Version={{ .Version }}"
|
||||
archives:
|
||||
- name_template: 'alice-lg_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
|
||||
replacements:
|
||||
386: i386
|
||||
amd64: x86_64
|
||||
|
||||
checksum:
|
||||
name_template: 'checksums.txt'
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
|
||||
# Changelog
|
||||
|
||||
## 6.1.0
|
||||
## 6.1.0 (2024-02-12)
|
||||
|
||||
* Added memory pools for deduplicating route information.
|
||||
This drastically reduces the memory consumption.
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
* Examples for the global search can be added using the
|
||||
theme's `Alice.updateContent` API:
|
||||
`{lookup: {examples: [["asn" "AS2342"], ...]}}`. Valid types
|
||||
`{lookup: {examples: [["asn", "AS2342"], ...]}}`. Valid types
|
||||
are: `asn`, `community` `prefix` and `q`.
|
||||
|
||||
* Performance in search has been improved.
|
||||
|
||||
@@ -9,13 +9,16 @@ Take a look at Alice-LG production examples at:
|
||||
- https://lg.de-cix.net
|
||||
- https://glass.gigapix.pt
|
||||
- https://lg.ix.br
|
||||
- https://alice.sfmix.org/
|
||||
- https://alice-rs.linx.net
|
||||
- https://lg.megaport.com
|
||||
- https://lg.netnod.se
|
||||
- https://lg.s-ix.de
|
||||
- https://lg.top-ix.org
|
||||
- https://alice.sfmix.org/
|
||||
|
||||
And check out the API at:
|
||||
|
||||
- https://lg.de-cix.net/api/v1/config
|
||||
- https://lg.de-cix.net/api/v1/status
|
||||
- https://lg.de-cix.net/api/v1/routeservers
|
||||
|
||||
Reference in New Issue
Block a user