mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-15 00:19:31 +01:00
4 lines
75 B
Plaintext
4 lines
75 B
Plaintext
|
#!/bin/sh
|
||
|
# removes all iptables rules to re-enable networking
|
||
|
iptables -F
|