Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. connect {
  2. name services.forestnet.org; # Services' IRC name
  3. host 188.17.128.***; # IP address services connects from
  4. bind 188.17.128.***; # IP address services connects from
  5. apasswd ***; # Password services sends
  6. cpasswd ***; # Same password
  7. flags H;
  8. class services;
  9. };
  10.  
  11.  
  12. codepages {
  13. path mappings;
  14. };
  15.  
  16. connect {
  17. name hollow.forestnet.org;
  18. host 85.17.138.155;
  19. port 7777;
  20. bind 188.17.128.153;
  21. apasswd ***;
  22. cpasswd ***;
  23. flags HEZ;
  24. class hub;
  25. };
  26.  
  27. connect {
  28. name pine.forestnet.org;
  29. host 62.109.15.169;
  30. port 7777;
  31. bind 188.17.128.153;
  32. apasswd ***;
  33. cpasswd ***;
  34. flags HEZ;
  35. class hub;
  36. };
  37.  
  38. connect {
  39. name bamboo.forestnet.org;
  40. host 81.9.48.14;
  41. port 7777;
  42. bind 188.17.128.153;
  43. apasswd ***;
  44. cpasswd ***;
  45. flags HEZ;
  46. class hub;
  47. };
  48.  
  49. connect {
  50. name larch.forestnet.org;
  51. host 62.109.15.169;
  52. port 7777;
  53. bind 188.17.128.153;
  54. apasswd ***;
  55. cpasswd ***;
  56. flags HEZ;
  57. class hub;
  58. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement