需要两条规则:
iptables -A INPUT -p tcp --dport 443 -j ACCEPT
规则1用于放行客户端请求https服务的报文
转载于:https://www.cnblogs.com/rspb/p/4565396.html
需要两条规则:
iptables -A INPUT -p tcp --dport 443 -j ACCEPT
规则1用于放行客户端请求https服务的报文
转载于:https://www.cnblogs.com/rspb/p/4565396.html