Advertisement
Guest User

Untitled

a guest
Feb 24th, 2020
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. Proxy:
  2. - name: proxy
  3. type: http
  4. server: 127.0.0.1
  5. port: 18099
  6.  
  7. Proxy Group:
  8. - name: Proxy
  9. type: select
  10. proxies:
  11. - proxy
  12.  
  13. Rule:
  14. - DOMAIN-SUFFIX,local,DIRECT
  15. - IP-CIDR,10.0.0.0/8,DIRECT
  16. - IP-CIDR,100.64.0.0/10,DIRECT
  17. - IP-CIDR,127.0.0.0/8,DIRECT
  18. - IP-CIDR,172.16.0.0/12,DIRECT
  19. - IP-CIDR,192.168.0.0/16,DIRECT
  20. - GEOIP,CN,DIRECT
  21. - MATCH,Proxy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement