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
501c35d4
Commit
501c35d4
authored
Apr 24, 2015
by
Jos Schellevis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Proxy work in progress, test config
parent
721ba189
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
squid.conf
src/opnsense/service/templates/OPNsense/Proxy/squid.conf
+2
-2
No files found.
src/opnsense/service/templates/OPNsense/Proxy/squid.conf
View file @
501c35d4
...
@@ -49,8 +49,8 @@ acl localnet src fc00::/7 # RFC 4193 local private network range
...
@@ -49,8 +49,8 @@ acl localnet src fc00::/7 # RFC 4193 local private network range
acl
localnet
src
fe80
::/
10
# RFC 4291 link-local (directly plugged) machines
acl
localnet
src
fe80
::/
10
# RFC 4291 link-local (directly plugged) machines
# Default localhost and to_localhost acl's
# Default localhost and to_localhost acl's
acl
localhost
src
127
.
0
.
0
.
1
/
32
::
1
#
acl localhost src 127.0.0.1/32 ::1
acl
to_localhost
dst
127
.
0
.
0
.
0
/
8
0
.
0
.
0
.
0
/
32
::
1
#
acl to_localhost dst 127.0.0.0/8 0.0.0.0/32 ::1
# ACL lists
# ACL lists
{%
if
helpers
.
exists
(
'OPNsense.proxy.forward.acl.allowedSubnets'
) %}
{%
if
helpers
.
exists
(
'OPNsense.proxy.forward.acl.allowedSubnets'
) %}
...
...
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