Advertisement
RootI

Untitled

Dec 20th, 2020
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. iptables -D INPUT -p tcp --dport 80 -j DROP
  2. iptables -D INPUT -p tcp --dport 443 -j DROP
  3. iptables -A INPUT -s ИП -j ACCEPT
  4. iptables -A INPUT -p tcp --dport 80 -j DROP
  5. iptables -A INPUT -p tcp --dport 443 -j DROP
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement