mirror of
https://github.com/pragma-/pbot.git
synced 2025-01-10 20:12:35 +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
|