diff options
author | Martin Fuchs <martin.fuchs@trendchiller.com> | 2011-09-29 14:53:45 +0200 |
---|---|---|
committer | Martin Fuchs <martin.fuchs@trendchiller.com> | 2011-09-29 14:53:45 +0200 |
commit | 468c21369d8f8357916204fc584651f01bd14659 (patch) | |
tree | 58760a9eac7a43c91be27c7a0a1a899877a9b33a /config/squid-reverse/squid_reverse.xml | |
parent | ae1cfe7f86d39dd291a3af92f57f911bb64341b9 (diff) | |
download | pfsense-packages-468c21369d8f8357916204fc584651f01bd14659.tar.gz pfsense-packages-468c21369d8f8357916204fc584651f01bd14659.tar.bz2 pfsense-packages-468c21369d8f8357916204fc584651f01bd14659.zip |
proxy https definition and cert writeout working
Diffstat (limited to 'config/squid-reverse/squid_reverse.xml')
-rw-r--r-- | config/squid-reverse/squid_reverse.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/squid-reverse/squid_reverse.xml b/config/squid-reverse/squid_reverse.xml index 4c520ff7..62379c35 100644 --- a/config/squid-reverse/squid_reverse.xml +++ b/config/squid-reverse/squid_reverse.xml @@ -110,7 +110,7 @@ <field> <fielddescr>Enable HTTP reverse mode.</fielddescr> <fieldname>reverse_http</fieldname> - <description>If this field is checked, the proxy-server will act in HTTP reverse mode.</description> + <description>If this field is checked, the proxy-server will act in HTTP reverse mode. (You have to add a rule with destination "WAN-address")</description> <type>checkbox</type> <enablefields>reverse_http_port,reverse_http_defsite</enablefields> <required/> @@ -136,7 +136,7 @@ <field> <fielddescr>Enable HTTPS reverse mode.</fielddescr> <fieldname>reverse_https</fieldname> - <description>If this field is checked, the proxy-server will act in HTTPS reverse mode.</description> + <description>If this field is checked, the proxy-server will act in HTTPS reverse mode. (You have to add a rule with destination "WAN-address")</description> <type>checkbox</type> <enablefields>reverse_https_port,reverse_ssl_cert,reverse_https_defsite,ignore_ssl_valid</enablefields> <required/> |