| acl localnet src fc00::/7 # RFC 4193 local private network range | acl localnet src fc00::/7 # RFC 4193 local private network range | ||||
| acl localnet src fe80::/10 # RFC 4291 link-local (directly plugged) machines | acl localnet src fe80::/10 # RFC 4291 link-local (directly plugged) machines | ||||
| acl SSL_ports port 443 | acl SSL_ports port 443 | ||||
| # acl SSL_ports port 1025-65535 # Enable the configuration to resolve this issue: https://github.com/langgenius/dify/issues/12792 | |||||
| acl Safe_ports port 80 # http | acl Safe_ports port 80 # http | ||||
| acl Safe_ports port 21 # ftp | acl Safe_ports port 21 # ftp | ||||
| acl Safe_ports port 443 # https | acl Safe_ports port 443 # https |