Advertisement
Guest User

conf

a guest
Jan 7th, 2016
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. "UDPInterface":
  2. [
  3. {
  4. // Bind to this port.
  5. //"bind": "0.0.0.0:9991",
  6. "bind": "149.255.108.141:27177",
  7.  
  8. // Nodes to connect to (IPv4 only).
  9. "connectTo":
  10. {
  11. // Add connection credentials here to join the network
  12. // If you have several, don't forget the separating commas
  13. // They should look like:
  14. // "ipv4 address:port": {
  15. // "login": "(optional) name your peer has for you"
  16. // "password": "password to connect with",
  17. // "publicKey": "remote node key.k",
  18. // "peerName": "(optional) human-readable name for peer"
  19. // },
  20. // Ask somebody who is already connected.
  21. "92.241.12.189:22569": {
  22. "password": "6mDHySCSJYVgyJqphpgnokqKrCq045mF",
  23. "publicKey": "9qz459vnkb1v36ypq84m29g2q7dn8gndg9bh0w1499urnkx9nmt0.k",
  24. "hostname": "h.start-com.ru",
  25. "contact": "vvk@start-com.ru"
  26.  
  27. },
  28. "45.33.82.56:50492":
  29. {
  30. "password": "dustgard+d6f06c921bc26e8ede35fb5a8d97692f58b6d241",
  31. "publicKey": "h8dzr60ylqk7dx47mlfk6tdu0gyuk0vtpckbn1lvp2hl6c764bj0.k",
  32. "ipv6": "fcf1:4069:e3c4:6e66:9460:b92b:b156:cb9f",
  33. "hostname": "li1045-56.members.linode.com",
  34. "location": "Dallas, TX, USA",
  35. "contact": "coyo@darkdna.net"
  36. },
  37. "212.83.157.66:10334":{
  38. "password":"Public",
  39. "publicKey":"ddhxthnv29ljx2n9618qs2udm2f8jnm85szbf5y79bh4gkfyt3y0.k",
  40. "contact":"elwisp@efnet or hypeirc",
  41. "location":"FR"
  42. },
  43.  
  44. "176.31.171.15:8988":{
  45. "website": "http://meshnet.pl/node/alien",
  46. "phone": "+48 537-833-468",
  47. "jabber_xmpp": "thenaturator@dukgo.com, nullpointer@dukgo.com",
  48. "password": "meshnetpl2public000xyz",
  49. "publicKey": "3p1pj08w7tqnfd9p5gwrwpd8kpjbu5nmw2twkwbfullzlwt8jkg0.k"
  50. },
  51.  
  52. // Derp's Public Peer, password guaranteed until October 03, 2016
  53. "142.4.212.42:1441":
  54. {
  55. "contact": "derp@HypeIRC,EFnet",
  56. "location": "Beauharnois, Quebec, Canada",
  57. "hostname": "fusion.hyperboria.ca",
  58. "password":"201510034nnmj97n54nby3797xt227lr0538ty4",
  59. "publicKey":"9uf222z95bxd7sgvncdtzr2skgjp7vdr472f7u74pc0zxu0pjxl0.k"
  60. }
  61. },
  62. {
  63. // Bind to this port.
  64. "bind": "[::]:9991",
  65.  
  66. // Nodes to connect to (IPv6 only).
  67. "connectTo":
  68. {
  69. // Add connection credentials here to join the network
  70. // Ask somebody who is already connected.
  71.  
  72. }
  73. }
  74. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement