diff options
author | Nicolas Fort <yocasquito@gmail.com> | 2022-08-12 08:26:43 -0300 |
---|---|---|
committer | Nicolas Fort <yocasquito@gmail.com> | 2022-08-12 08:26:43 -0300 |
commit | aa476d6ea35ef065aa9912b2456276fae5b436e0 (patch) | |
tree | 4c8378ffeb72140ee3117ca2a6c21513baf39d30 /docs | |
parent | 78c58d2acd171ebbf9183c21bf76b96a0deb2edd (diff) | |
download | vyos-documentation-aa476d6ea35ef065aa9912b2456276fae5b436e0.tar.gz vyos-documentation-aa476d6ea35ef065aa9912b2456276fae5b436e0.zip |
T4480: Webproxy: add docs for setting ports to acl Safe_ports and SSL_ports
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/service/webproxy.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/configuration/service/webproxy.rst b/docs/configuration/service/webproxy.rst index e8f6423e..a6c5ff0a 100644 --- a/docs/configuration/service/webproxy.rst +++ b/docs/configuration/service/webproxy.rst @@ -137,6 +137,17 @@ Configuration set service webproxy reply-body-max-size 2048 +.. cfgcmd:: set service webproxy safe-ports <port> + + Add new port to Safe-ports acl. Ports included by default in Safe-ports acl: + 21, 70, 80, 210, 280, 443, 488, 591, 777, 873, 1025-65535 + +.. cfgcmd:: set service webproxy ssl-safe-ports <port> + + Add new port to SSL-ports acl. Ports included by default in SSL-ports acl: + 443 + + Authentication ============== |