mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-05 11:30:41 -07:00
4 lines
129 B
Bash
Executable file
4 lines
129 B
Bash
Executable file
#! /bin/sh
|
|
|
|
iptables -D INPUT -s 10.0.0.0/16 --proto tcp --dport 55 -j ACCEPT
|
|
iptables -D INPUT --proto tcp --dport 55 -j REJECT
|