first-instanse.cfg 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # regular 3proxy configuration
  2. fakeresolve
  3. flush
  4. auth iponly
  5. # strict required by 3proxy-eagle log lines
  6. log
  7. logformat " type=%N destination=%n to=%O from=%I"
  8. # 3proxy-eagle black list format
  9. {{vk.com,ok.ru,mail.ru,gosuslugi.ru,127.0.0.1}}
  10. # regular 3proxy configuration again
  11. ## i2p sites
  12. allow * * *.i2p
  13. parent 1000 http 127.0.0.1 4444
  14. ## yggdrasil (127.0.0.1 1085 is second instanse)
  15. allow * * 200::/7
  16. parent 1000 socks5+ 127.0.0.1 1085
  17. ## ygg domains resolving by alfis
  18. allow * * *.ygg
  19. parent 1000 socks5+ 127.0.0.1 1085
  20. ## meshnames domains resolving by meshnamed
  21. allow * * *.meshname
  22. parent 1000 socks5+ 127.0.0.1 1085
  23. allow * * *.meship
  24. parent 1000 socks5+ 127.0.0.1 1085
  25. ## onion sites
  26. allow * * *.onion
  27. parent 1000 socks5+ 127.0.0.1 9050
  28. ## clearnet via another proxy or change to tor (9050)
  29. allow *
  30. parent 1000 socks5+ 127.0.0.1 1081
  31. socks -olSO_REUSEADDR,SO_REUSEPORT -ocTCP_TIMESTAMPS,TCP_NODELAY -osTCP_NODELAY -46 -i<YOUR_EXTERNAL_IP> -p1080
  32. proxy -olSO_REUSEADDR,SO_REUSEPORT -ocTCP_TIMESTAMPS,TCP_NODELAY -osTCP_NODELAY -46 -a1 -i<YOUR_EXTERNAL_IP> -p3128