Advertisement
-kn1ght-

drybjyghf

Oct 19th, 2021
478
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.34 KB | None | 0 0
  1. ::::::::::::::::::::::::::::::::::::::NODO .COM::::::::::::::::::::::::::::::::::::::::::
  2. link irc.uniredlatina.space
  3. {
  4.        incoming {
  5.                mask *;
  6.        };
  7.  
  8.        outgoing {
  9.                bind-ip *; /* or explicitly an IP */
  10.                hostname vps-2233997-x.dattaweb.com;
  11.                port 7008;
  12.                options {  autoconnect; };
  13.        };
  14.  
  15.        /* We use the SPKI fingerprint of the other server for authentication.
  16.         * Run './unrealircd spkifp' on the other side to get it.
  17.         * NOTE: requires UnrealIRCd 4.0.16 or later.
  18.         */
  19.        password "linksnodos" { spkifp; };
  20.  
  21.        class servers;
  22. hub *;
  23. };
  24. ::::::::::::::::::::::::::::::::::::::::::::NODO .SPACE::::::::::::::::::::::::::::::::::::::::::::::::
  25.  
  26. link irc.uniredlatina.com
  27. {
  28.        incoming {
  29.                mask *;
  30.        };
  31.  
  32.        outgoing {
  33.                bind-ip *; /* or explicitly an IP */
  34.                hostname vps-ba5fbc76.vps.ovh.ca;
  35.                port 7008;
  36.                options {  autoconnect; };
  37.        };
  38.  
  39.        /* We use the SPKI fingerprint of the other server for authentication.
  40.         * Run './unrealircd spkifp' on the other side to get it.
  41.         * NOTE: requires UnrealIRCd 4.0.16 or later.
  42.         */
  43.        password "linksnodos" { spkifp; };
  44.  
  45.        class servers;
  46. hub *;
  47. };
  48.  
  49.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement