diff --git a/README.md b/README.md index 2bf3316..ff65eac 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/readme-vars.yml b/readme-vars.yml index 701c837..1f921b0 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -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." } diff --git a/root/etc/cont-init.d/30-config b/root/etc/cont-init.d/30-config index fbeb1a5..8dc6b48 100644 --- a/root/etc/cont-init.d/30-config +++ b/root/etc/cont-init.d/30-config @@ -112,7 +112,7 @@ DUDE save_vars () { cat < /config/.donoteditthisfile ORIG_SERVERURL=$SERVERURL -ORIG_SERVERPORT=$SERVER_PORT +ORIG_SERVERPORT=$SERVERPORT ORIG_PEERDNS=$PEERDNS ORIG_PEERS=$PEERS ORIG_INTERFACE=$INTERFACE