mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-15 00:19:31 +01:00
4 lines
84 B
Plaintext
4 lines
84 B
Plaintext
|
#!/bin/sh
|
||
|
# deletes filter table to re-enable networking
|
||
|
nft delete table ip filter
|