diff options
author | Robert Göhler <github@ghlr.de> | 2022-08-15 09:53:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-15 09:53:36 +0200 |
commit | 158adb119bfa352c40b8170689fcb33fef6ae5ad (patch) | |
tree | fa00af13ab353c4a1308a1ee8e50bb9830787edf /docs/configuration | |
parent | 1db4bbeaada20752df5a305901054a80f36db5bd (diff) | |
parent | aa476d6ea35ef065aa9912b2456276fae5b436e0 (diff) | |
download | vyos-documentation-158adb119bfa352c40b8170689fcb33fef6ae5ad.tar.gz vyos-documentation-158adb119bfa352c40b8170689fcb33fef6ae5ad.zip |
Merge pull request #832 from nicolas-fort/T4480-Webproxy
T4480: Webproxy: add docs for setting ports to acl Safe_ports and SSL ports
Diffstat (limited to 'docs/configuration')
-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 ============== |