Advertisement
Gusman

Block in unrelircd

Oct 14th, 2019
1,964
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. listen {
  2.         ip *;                                                                          port 5007;
  3.         options { serversonly; };
  4. };                                                                                        listen {
  5.         ip *;
  6.         port 5079;                                                                                options { ssl; serversonly; };
  7. };
  8.  
  9. link Services.hijaben.org {                                                                       incoming {                                                                                        mask *@*;
  10.         };
  11.  
  12.         outgoing {
  13.                 bind-ip *; /* or explicitly an IP */
  14.                 hostname irc.hijaben.tld;
  15.                 port 5079;
  16.         };
  17.         password "okesend";
  18.         class servers;                                                                    };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement