iptables: add reaction chain to FORWARD chain for docker

https://framagit.org/ppom/reaction/-/issues/84
This commit is contained in:
ppom
2024-03-27 12:00:00 +01:00
parent 3ee48fa08e
commit 8e1c67cead
4 changed files with 25 additions and 6 deletions

View File

@ -1,6 +1,8 @@
# vim: ft=systemd
[Install]
WantedBy=multi-user.target
# Ensure reaction will insert its chain after docker has inserted theirs. Only useful when iptables & docker are used
# After=docker.service
# See `man systemd.exec` and `man systemd.service` for most options below
[Service]