5 lines
96 B
Plaintext
5 lines
96 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
logger Ostiary is dis-abling SSH
|
||
|
iptables -D zone_wan -p tcp --dport 22001 -j ACCEPT
|