Skip to content

Instantly share code, notes, and snippets.

View lomocc's full-sized avatar

vincent lomocc

  • Chengdu
View GitHub Profile
@lomocc
lomocc / iptables.md
Last active July 27, 2018 07:58
linux

开启端口

iptables -I INPUT -p tcp --dport 80 -j ACCEPT

关闭端口

iptables -I INPUT -p tcp --dport 80 -j DROP

查看配置文件