Advertisement
Guest User

Untitled

a guest
Aug 14th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. me
  2. {
  3. name "GardenOfEden";
  4. info "InfoHere";
  5. numeric 250;
  6. };
  7.  
  8. admin {
  9. "IceToad";
  10. "IceToad@gmail.com";
  11. "Yes, I'm that awesome";
  12. };
  13.  
  14. class clients {
  15. pingfreq 90;
  16. maxclients 500;
  17. sendq 100000;
  18. recvq 8000;
  19. };
  20.  
  21. class servers {
  22. pingfreq 90;
  23. maxclients 10;
  24. sendq 1000000;
  25. connfreq 100;
  26. };
  27.  
  28. allow {
  29. ip *@*;
  30. hostname <*@Garden.Of.Eden>;
  31. class clients;
  32. password password { md5; };
  33. maxperip 20;
  34. options {
  35. ssl;
  36. };
  37. };
  38.  
  39. listen *:7001 {
  40. options {
  41. ssl;
  42. clientsonly;
  43. };
  44. };
  45.  
  46. oper IceToad {
  47. class clients;
  48. from {
  49. userhost God@EdenOnMars.com;
  50. };
  51. password "password";
  52. flags
  53. {
  54. netadmin;
  55. can_zline;
  56. can_gzline;
  57. can_gkline;
  58. global;
  59. };
  60. };
  61.  
  62.  
  63.  
  64. include "help.conf";
  65.  
  66. official-channels {
  67. "#DeathStarControlRoom" { May the force turn you over to the dark side"; };
  68. "#Productivity";
  69. "#TheOffice" { You don't want to know what goes on here."; };
  70. };
  71.  
  72. set {
  73. network-name "GardenOfEden";
  74. default-server "71.56.121.252";
  75. services-server "Services.71.56.121.252";
  76. stats-server "stats.71.56.121.252";
  77. help-channel "#DeathStarControlRoom";
  78. hiddenhost-prefix "Vader";
  79. /* prefix-quit "no"; */
  80.  
  81. cloak-keys {
  82. "aoAr1HnR6gl3sJ7hVz4Zb7x4YwpW";
  83. "hi340selcnie04plf4923wfgu940";
  84. "aniva30a2w309f0ak345im4a809k";
  85. };
  86. /* on-oper host */
  87. hosts {
  88. local "Minion.com";
  89. global "Minion.com";
  90. coadmin "Minion.com";
  91. admin "Mary@EdenOnMars.com";
  92. servicesadmin "God@EdenOnMars.com";
  93. netadmin "Jesus@EdenOnMars.com";
  94. host-on-oper-up "no";
  95. };
  96. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement