Add iptables-legacy and fall back to it if the normal iptables command doesn't work. Fixes #476

This commit is contained in:
Ainsley Pereira
2024-07-01 17:28:48 +01:00
parent 77accb3762
commit 625b11d21c
3 changed files with 11 additions and 0 deletions

View File

@@ -168,6 +168,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "01.07.24:", desc: "Fall back to iptables-legacy if iptables doesn't work." }
- { date: "23.03.24:", desc: "Fix perms on the generated `priv-fullchain-bundle.pem`." }
- { date: "14.03.24:", desc: "[Existing users should update:](https://github.com/linuxserver/docker-swag/blob/master/README.md#updating-configs) authelia-location.conf, authelia-server.conf - Update Authelia conf samples with support for 4.38." }
- { date: "11.03.24:", desc: "Restore support for DynuDNS using `certbot-dns-dynudns`." }