Advertisement
Guest User

Untitled

a guest
Nov 12th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. link irc.chatnet.ar {
  2. incoming {
  3. mask *;
  4. };
  5. outgoing {
  6. bind-ip *; /* or explicitly an IP if you have a shell provider, as mentioned in step 2 */
  7. hostname irc.chatnet.ar; /* or if 'alpha.test.net' does not exist then you can use an IP or something like 'alpha.dyndns.org' */
  8. port 6900; /* the special SSL server port we opened up earlier */
  9. options { autoconnect; };
  10. };
  11. password "00:11:22:33:44:55:66:77:88:99:AA:BB:CC:DD:EE:FF"; /* put the SSL fingerprint of alpha.test.net here */
  12. hub *;
  13. class servers;
  14. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement