Advertisement
Guest User

Untitled

a guest
Sep 4th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. GNU nano 2.5.3 File: /etc/redsocks.conf
  2.  
  3. base {
  4. log_debug = off;
  5. log_info = off;
  6. log = "syslog:daemon";
  7. daemon = on;
  8. user = redsocks;
  9. group = redsocks;
  10. redirector = iptables;
  11. }
  12. redsocks {
  13. local_ip = 0.0.0.0;
  14. local_port = 12345;
  15. ip = 103.216.82.153;
  16. port = 6667;
  17. type = socks5;
  18. // login = "foobar";
  19. // password = "baz";
  20. }
  21. dnstc {
  22. local_ip = 127.0.0.1;
  23. local_port = 5354;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement