You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when a conditional is the last stament on the line, either make sure there's an extra new line or add some characters behind it.
"trim_blocks" is removing this new line otherwise (http://jinja.pocoo.org/docs/dev/api/#basics).
when a conditional is the last stament on the line, either make sure there's an extra new line or add some characters behind it.
"trim_blocks" is removing this new line otherwise (http://jinja.pocoo.org/docs/dev/api/#basics).
Expected behaviour:
Actual behaviour:
Resulting in "Bungled /usr/local/etc/squid/squid.conf line 6: http_port 192.168.1.1:3128 http_port 192.168.3.1:3128".
via: https://forum.opnsense.org/index.php?topic=1096.0
The text was updated successfully, but these errors were encountered: