在 squid 中声明端口的正确语法是什么?
在鱿鱼官方说(编辑):
acl SSL_ports port 443
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 # https
acl Safe_ports port 563 # snews
但德比安说:
acl Safe_ports port 443 563 # https, snews
问题:我想知道以下规则是否正确。例如:
acl Safe_ports port 80 21 443 563 1025-65535
acl SSL_ports port 80 21 443 563 1025-65535
先谢谢了