-
Notifications
You must be signed in to change notification settings - Fork 759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Squid plugins #1328
Squid plugins #1328
Conversation
| @@ -258,10 +258,14 @@ icap_enable off | |||
| {% include ['OPNsense/Proxy/squid.user.alt_auth.conf', 'OPNsense/Proxy/squid.user.local_auth.conf'] %} | |||
| {% endif %} | |||
|
|
|||
| # Pre-auth plugins | |||
| include /usr/local/etc/squid/pre-auth/*.conf | |||
| {% include "OPNsense/Proxy/squid.user.pre_auth.conf" ignore missing with context %} | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess this should be removed, @AdSchellevis ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fichtner I will do this after inspection of the plugins
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
| {% include "OPNsense/Proxy/squid.user.pre_auth.conf" ignore missing with context %} | ||
|
|
||
| {% include "OPNsense/Proxy/squid.acl.conf" ignore missing with context %} | ||
|
|
||
| # Post-auth plugins | ||
| include /usr/local/etc/squid/post-auth/*.conf | ||
| {% include "OPNsense/Proxy/squid.user.post_auth.conf" ignore missing with context %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this too
Includes moved to right places.
Auth plugins include added.