www/squid - remove references to firewall_nat.php as this will go away shortly and we don't plan to re-add a similar template for this.

ref: https://github.com/opnsense/core/issues/8401
This commit is contained in:
Ad Schellevis 2025-11-30 11:13:35 +01:00
parent 4e967c787d
commit fafe14b7bd

View file

@ -312,13 +312,13 @@
<id>proxy.forward.transparentMode</id>
<label>Enable Transparent HTTP proxy</label>
<type>checkbox</type>
<help><![CDATA[Enable transparent proxy mode. You will need a firewall rule to forward traffic from the firewall to the proxy server. You may leave the proxy interfaces empty, but remember to set a valid ACL in that case. <a href="/firewall_nat_edit.php?template=transparent_proxy"> Add a new firewall rule </a>]]></help>
<help><![CDATA[Enable transparent proxy mode. You will need a firewall rule to forward traffic from the firewall to the proxy server. You may leave the proxy interfaces empty, but remember to set a valid ACL in that case.]]></help>
</field>
<field>
<id>proxy.forward.sslbump</id>
<label>Enable SSL inspection</label>
<type>checkbox</type>
<help><![CDATA[Enable SSL inspection mode, which allows to log HTTPS connections information, such as requested URL and/or make the proxy act as a man in the middle between the internet and your clients. Be aware of the security implications before enabling this option. If you plan to use transparent HTTPS mode, you need nat rules to reflect your traffic.<a href="/firewall_nat_edit.php?template=transparent_proxy&https=1">Add a new firewall rule </a>]]></help>
<help><![CDATA[Enable SSL inspection mode, which allows to log HTTPS connections information, such as requested URL and/or make the proxy act as a man in the middle between the internet and your clients. Be aware of the security implications before enabling this option. If you plan to use transparent HTTPS mode, you need nat rules to reflect your traffic.]]></help>
</field>
<field>
<id>proxy.forward.sslurlonly</id>