A simple web portal for Linux iptables
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[Unit] |
|
Description=A simple web portal for Linux iptables |
|
After=network.target |
|
|
|
[Service] |
|
ExecStart=/root/py-firewall/bin/python3 /root/py-firewall/web.py |
|
|
|
[Install] |
|
WantedBy=multi-user.target
|
|
|