First commit

This commit is contained in:
Florian RICHER 2022-10-25 13:34:44 +02:00
commit f3b9d45ca9
No known key found for this signature in database
GPG key ID: 6BF27BF8A1E71623
14 changed files with 1724 additions and 0 deletions

6
init.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash
# Must be run as sudo
cp ./firewall /etc/init.d/firewall
chmod +x /etc/init.d/firewall
update-rc.d firewall defaults