iptables 규칙 생성기
비주얼 폼에서 iptables 방화벽 규칙을 생성합니다.
iptables -A INPUT -p tcp --dport 80 -m comment --comment "Allow HTTP" -j ACCEPT
관련 도구
이 도구에 대해
비주얼 폼에서 iptables 방화벽 규칙을 생성합니다.
비주얼 폼에서 iptables 방화벽 규칙을 생성합니다.
iptables -A INPUT -p tcp --dport 80 -m comment --comment "Allow HTTP" -j ACCEPT
비주얼 폼에서 iptables 방화벽 규칙을 생성합니다.