Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
1172382e
Commit
1172382e
authored
Jan 25, 2017
by
Ad Schellevis
Committed by
GitHub
Jan 25, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1328 from evbevz/squid-plugins
Squid plugins
parents
e802122f
6b14bb27
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
20 additions
and
0 deletions
+20
-0
+TARGETS
src/opnsense/service/templates/OPNsense/Proxy/+TARGETS
+3
-0
auth.conf
src/opnsense/service/templates/OPNsense/Proxy/auth.conf
+3
-0
post-auth.conf
src/opnsense/service/templates/OPNsense/Proxy/post-auth.conf
+3
-0
pre-auth.conf
src/opnsense/service/templates/OPNsense/Proxy/pre-auth.conf
+4
-0
squid.acl.conf
src/opnsense/service/templates/OPNsense/Proxy/squid.acl.conf
+3
-0
squid.conf
src/opnsense/service/templates/OPNsense/Proxy/squid.conf
+4
-0
No files found.
src/opnsense/service/templates/OPNsense/Proxy/+TARGETS
View file @
1172382e
...
...
@@ -4,3 +4,6 @@ newsyslog.conf:/etc/newsyslog.conf.d/squid
externalACLs.conf:/usr/local/etc/squid/externalACLs.conf
nobumpsites.acl:/usr/local/etc/squid/nobumpsites.acl
ca.pem.id:/usr/local/etc/squid/ca.pem.id
pre-auth.conf:/usr/local/etc/squid/pre-auth/dummy.conf
auth.conf:/usr/local/etc/squid/auth/dummy.conf
post-auth.conf:/usr/local/etc/squid/post-auth/dummy.conf
src/opnsense/service/templates/OPNsense/Proxy/auth.conf
0 → 100644
View file @
1172382e
# AUTOGENERATED FILE. DO NOT EDIT.
# DO NOT REMOVE THIS FILE!
# This directory is for auth config files
src/opnsense/service/templates/OPNsense/Proxy/post-auth.conf
0 → 100644
View file @
1172382e
# AUTOGENERATED FILE. DO NOT EDIT.
# DO NOT REMOVE THIS FILE!
# This directory is for post-auth config files
src/opnsense/service/templates/OPNsense/Proxy/pre-auth.conf
0 → 100644
View file @
1172382e
# AUTOGENERATED FILE. DO NOT EDIT.
# DO NOT REMOVE THIS FILE!
# This directory is for pre-auth config files
src/opnsense/service/templates/OPNsense/Proxy/squid.acl.conf
View file @
1172382e
...
...
@@ -116,6 +116,9 @@ adaptation_access request_mod deny to_localhost
{%
endif
%}
http_access
deny
to_localhost
# Auth plugins
include
/
usr
/
local
/
etc
/
squid
/
auth
/*.
conf
#
# Access Permission configuration:
#
...
...
src/opnsense/service/templates/OPNsense/Proxy/squid.conf
View file @
1172382e
...
...
@@ -259,10 +259,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
%}
{%
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
%}
# Caching settings
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment