Browse Source

Add an example ACL for blocking private addresses

pull/2274/head
Max Lv 6 years ago
parent
commit
250297b94b
2 changed files with 13 additions and 2 deletions
  1. 4
      acl/local.acl
  2. 11
      acl/server_block_local.acl

4
acl/local.acl

@ -1,8 +1,8 @@
[reject_all]
[white_list]
127.0.0.1
::1
127.0.0.0/8
::1/128
10.0.0.0/8
172.16.0.0/12
192.168.0.0/16

11
acl/server_block_local.acl

@ -0,0 +1,11 @@
# All IPs listed here will be blocked while the ss-server try to outbound.
# Only IP is allowed, *NOT* domain name.
#
[outbound_block_list]
127.0.0.0/8
::1/128
10.0.0.0/8
172.16.0.0/12
192.168.0.0/16
fc00::/7
Loading…
Cancel
Save