mirror of
https://github.com/linuxserver/docker-wireguard
synced 2024-11-16 00:12:54 +00:00
update changelog
This commit is contained in:
parent
5cbb040382
commit
0101801b46
@ -309,6 +309,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||
|
||||
## Versions
|
||||
|
||||
* **28.11.21:** - Add site-to-site vpn support.
|
||||
* **11.02.21:** - Fix bug related to changing internal subnet and named peer confs not updating.
|
||||
* **06.10.20:** - Disable CoreDNS in client mode, or if port 53 is already in use in server mode.
|
||||
* **04.10.20:** - Allow to specify a list of names as PEERS and add ALLOWEDIPS environment variable. Also, add peer name/id to each one of the peer sections in wg0.conf. Important: Existing users need to delete `/config/templates/peer.conf` and restart
|
||||
|
@ -120,6 +120,7 @@ app_setup_block: |
|
||||
|
||||
# changelog
|
||||
changelogs:
|
||||
- { date: "28.11.21:", desc: "Add site-to-site vpn support." }
|
||||
- { date: "11.02.21:", desc: "Fix bug related to changing internal subnet and named peer confs not updating." }
|
||||
- { date: "06.10.20:", desc: "Disable CoreDNS in client mode, or if port 53 is already in use in server mode." }
|
||||
- { date: "04.10.20:", desc: "Allow to specify a list of names as PEERS and add ALLOWEDIPS environment variable. Also, add peer name/id to each one of the peer sections in wg0.conf. Important: Existing users need to delete `/config/templates/peer.conf` and restart" }
|
||||
|
Loading…
Reference in New Issue
Block a user