You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
409 B

5 years ago
  1. # All IPs listed here will be blocked while the ss-server try to outbound.
  2. # Only IP is allowed, *NOT* domain name.
  3. #
  4. [outbound_block_list]
  5. 0.0.0.0/8
  6. 10.0.0.0/8
  7. 100.64.0.0/10
  8. 127.0.0.0/8
  9. 169.254.0.0/16
  10. 172.16.0.0/12
  11. 192.0.0.0/24
  12. 192.0.2.0/24
  13. 192.88.99.0/24
  14. 192.168.0.0/16
  15. 198.18.0.0/15
  16. 198.51.100.0/24
  17. 203.0.113.0/24
  18. 224.0.0.0/4
  19. 240.0.0.0/4
  20. 255.255.255.255/32
  21. ::1/128
  22. ::ffff:127.0.0.1/104
  23. fc00::/7
  24. fe80::/10