mirror of
https://github.com/linuxserver/docker-wireguard
synced 2024-11-04 06:00:45 +00:00
fix typo causing conf recreation bug
This commit is contained in:
parent
3cd8a07fcb
commit
e6dfe2888b
@ -257,6 +257,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||
|
||||
## Versions
|
||||
|
||||
* **13.04.20:** - Fix bug that forced conf recreation on every start.
|
||||
* **08.04.20:** - Add arm32/64 builds and enable multi-arch (rpi4 with ubuntu and raspbian buster tested). Add CoreDNS for `PEERDNS=auto` setting. Update the `add-peer`/`show-peer` scripts to utilize the templates and the `INTERNAL_SUBNET` var (previously missed, oops).
|
||||
* **05.04.20:** - Add `INTERNAL_SUBNET` variable to prevent subnet clashes. Add templates for server and peer confs.
|
||||
* **01.04.20:** - Add `show-peer` script and include info on host installed headers.
|
||||
|
@ -78,6 +78,7 @@ app_setup_block: |
|
||||
|
||||
# changelog
|
||||
changelogs:
|
||||
- { date: "13.04.20:", desc: "Fix bug that forced conf recreation on every start." }
|
||||
- { date: "08.04.20:", desc: "Add arm32/64 builds and enable multi-arch (rpi4 with ubuntu and raspbian buster tested). Add CoreDNS for `PEERDNS=auto` setting. Update the `add-peer`/`show-peer` scripts to utilize the templates and the `INTERNAL_SUBNET` var (previously missed, oops)." }
|
||||
- { date: "05.04.20:", desc: "Add `INTERNAL_SUBNET` variable to prevent subnet clashes. Add templates for server and peer confs." }
|
||||
- { date: "01.04.20:", desc: "Add `show-peer` script and include info on host installed headers." }
|
||||
|
@ -112,7 +112,7 @@ DUDE
|
||||
save_vars () {
|
||||
cat <<DUDE > /config/.donoteditthisfile
|
||||
ORIG_SERVERURL=$SERVERURL
|
||||
ORIG_SERVERPORT=$SERVER_PORT
|
||||
ORIG_SERVERPORT=$SERVERPORT
|
||||
ORIG_PEERDNS=$PEERDNS
|
||||
ORIG_PEERS=$PEERS
|
||||
ORIG_INTERFACE=$INTERFACE
|
||||
|
Loading…
Reference in New Issue
Block a user