diff --git a/README.md b/README.md index 9a017e2..e3e3f31 100644 --- a/README.md +++ b/README.md @@ -382,7 +382,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions -* **10.03.24:** - USe iptables-legacy on Alpine 3.19. +* **10.03.24:** - Use iptables-legacy on Alpine 3.19. * **05.03.24:** - Rebase master to Alpine 3.19. * **03.10.23:** - **Potentially Breaking Change:** Support for multiple interfaces added. Wireguard confs moved to `/config/wg_confs/`. Any file with a `.conf` extension in that folder will be treated as a live tunnel config and will be attempted to start. If any of the tunnels fail, all tunnels will be stopped. Tunnels are started in alphabetical order. Managed server conf will continue to be hardcoded to `wg0.conf`. * **28.06.23:** - Rebase master to Alpine 3.18 again. diff --git a/readme-vars.yml b/readme-vars.yml index 8167616..deb4c84 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -128,7 +128,7 @@ app_setup_block: | # changelog changelogs: - - { date: "10.03.24:", desc: "USe iptables-legacy on Alpine 3.19." } + - { date: "10.03.24:", desc: "Use iptables-legacy on Alpine 3.19." } - { date: "05.03.24:", desc: "Rebase master to Alpine 3.19." } - { date: "03.10.23:", desc: "**Potentially Breaking Change:** Support for multiple interfaces added. Wireguard confs moved to `/config/wg_confs/`. Any file with a `.conf` extension in that folder will be treated as a live tunnel config and will be attempted to start. If any of the tunnels fail, all tunnels will be stopped. Tunnels are started in alphabetical order. Managed server conf will continue to be hardcoded to `wg0.conf`." } - { date: "28.06.23:", desc: "Rebase master to Alpine 3.18 again." }