First commmit

This commit is contained in:
root
2025-03-26 10:31:11 +01:00
commit 59e9a148cc
7 changed files with 989 additions and 0 deletions

17
systemd/ip6tables.service Normal file
View File

@@ -0,0 +1,17 @@
[Unit]
Description=IPv6 firewall with ip6tables
AssertPathExists=/etc/sysconfig/ip6tables
Before=network-pre.target
Wants=network-pre.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/libexec/iptables/ip6tables.init start
ExecReload=/usr/libexec/iptables/ip6tables.init reload
ExecStop=/usr/libexec/iptables/ip6tables.init stop
Environment=BOOTUP=serial
Environment=CONSOLETYPE=serial
[Install]
WantedBy=multi-user.target