Advertisement
Guest User

Untitled

a guest
Oct 18th, 2016
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. ## Enable communication through ipv6
  2. ipv6 = true
  3.  
  4. ## Bandwidth configuration
  5. ## L limit bandwidth to 32Kbs/sec, O - to 256Kbs/sec, P - unlimited
  6. ## Default is P for floodfill, L for regular node
  7. bandwidth = P
  8.  
  9. ## Router will not accept transit tunnels at startup
  10. # notransit = true
  11.  
  12. ## Router will be floodfill
  13. floodfill = true
  14.  
  15. [http]
  16. ## Uncomment and set to 'false' to disable Web Console
  17. enabled = true
  18. ## Address and port service will listen on
  19. address = 127.0.0.1
  20. port = 7070
  21.  
  22. [httpproxy]
  23. ## Uncomment and set to 'false' to disable HTTP Proxy
  24. enabled = true
  25. ## Address and port service will listen on
  26. address = 127.0.0.1
  27. port = 4446
  28. ## Optional keys file for proxy local destination
  29. # keys = http-proxy-keys.dat
  30.  
  31. [socksproxy]
  32. ## Uncomment and set to 'false' to disable SOCKS Proxy
  33. enabled = true
  34. ## Address and port service will listen on
  35. address = 127.0.0.1
  36. port = 4447
  37. ## Optional keys file for proxy local destination
  38. # keys = socks-proxy-keys.dat
  39. ## Socks outproxy. Example below is set to use Tor for all connections except i2p
  40. ## Address and port of outproxy
  41. outproxy = 127.0.0.1
  42. outproxyport = 6666
  43.  
  44. [sam]
  45. ## Uncomment and set to 'true' to enable SAM Bridge
  46. ##enabled = true
  47. ## Address and port service will listen on
  48. ##address = 127.0.0.1
  49. ##port = 7656
  50.  
  51. [bob]
  52. ## Uncomment and set to 'true' to enable BOB command channel
  53. # enabled = false
  54. ## Address and port service will listen on
  55. # address = 127.0.0.1
  56. # port = 2827
  57.  
  58. [i2cp]
  59. ## Uncomment and set to 'true' to enable I2CP protocol
  60. # enabled = false
  61. ## Address and port service will listen on
  62. # address = 127.0.0.1
  63. # port = 7654
  64.  
  65. [i2pcontrol]
  66. ## Uncomment and set to 'true' to enable I2PControl protocol
  67. # enabled = false
  68. ## Address and port service will listen on
  69. # address = 127.0.0.1
  70. # port = 7650
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement