4LMXOSYC2Y6PRPOEPK5NSMAQXG2W4M5CFKQWXFMUNUNBO6L6FMWAC
NLX73UKSI67TAREMATK6FIEOTMG25OT7O5SAJQNDCELQWTQK56PQC
D44XFSLPFX5F2L4J5XATIHWGAF6SYJQ4CBSW34YU7MN332V3CNPQC
WXFIZKTKYWQAT7EQ6KZKUTVDICW6IHX3J45T2JPZ43YLLLYBAZXAC
clearFakeTCP :: String -> Int -> IO ()clearFakeTCP server port = do iptables ["-D", "INPUT", "-s", server, "-p", "tcp", "-m", "tcp", "--sport", show port, "-j", "DROP"]
clearFakeTCP :: String -> Int -> IO ()
clearFakeTCP server port = do
iptables ["-D", "INPUT", "-s", server, "-p", "tcp", "-m", "tcp", "--sport", show port, "-j", "DROP"]
applyRules applyICMP ip
applyRules
applyICMP ip
start ip
clearRules clearICMP ip
clearRules
clearICMP ip
stop ip
start :: String -> IO ()start ip = do applyRules applyICMP ipstop :: String -> IO ()stop ip = do clearRules clearICMP ip
start :: String -> IO ()
start ip = do
stop :: String -> IO ()
stop ip = do