mirror of
https://github.com/FAUSheppy/athq-vm-management
synced 2026-06-18 18:52:39 +02:00
feat: add transparent proxy iptables loader
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=Iptables rules for transparent forwarding
|
||||
After=network-online.target
|
||||
After=nginx.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/etc/nginx/iptables.sh
|
||||
ExecStop=/etc/nginxiptables-clear.sh
|
||||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user