Advertisement
Guest User

Untitled

a guest
Jan 9th, 2018
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. config general
  2. option startup_delay '0'
  3.  
  4. config transparent_proxy
  5. option mtu '1492'
  6. option local_port '5300'
  7. list main_server 'cfg0a4a8f'
  8. option udp_relay_server 'nil'
  9.  
  10. config socks5_proxy
  11. option mtu '1492'
  12. list server 'cfg0a4a8f'
  13. option local_port '5300'
  14.  
  15. config port_forward
  16. option local_port '5300'
  17. option mtu '1492'
  18. list server 'cfg0a4a8f'
  19. option destination '8.8.8.8:53, 8.8.4.4:53'
  20.  
  21. config servers
  22. option alias '**'
  23. option fast_open '0'
  24. option no_delay '0'
  25. option server '*****'
  26. option server_port '****'
  27. option timeout '60'
  28. option password '****'
  29. option encrypt_method 'chacha20-ietf-poly1305'
  30.  
  31. config access_control
  32. option self_proxy '1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement