Server link blocks

From pisswiki
Revision as of 15:17, 18 June 2021 by Gerard (talk | contribs) (→‎Suggested leaf setup: minor fixies)


Instructions

To connect your server to Pissnet, add your linkblock to the bottom of the list, and msg the oper(s) you're linking to and ask them to update their list.

TO ADD YOURSELF TO THE ROUND ROBIN LOOK AT Round_Robin#Current_Rotation

Cloak keys for your conf below:

  set {
    cloak-keys {
      "d86PVocPMhCm8YcLs46Yb8FiCF1wC50x1VvutFBviIAitqb0g034M";
      "Qh3262E4uJOM2Aj210EC2gawF5llEA65mRK3cSctNOv4p610AJhX067KY5Xg";
      "240TUBv13ce2ANwm2cki1Rj80p8OAdqR64HWeDh8h38kTQkEWRXJ7";
    }
  }

NOTE: IF YOU ARE NOT A HUB, MAKE SURE TO EDIT YOUR SERVERS CLASS AS FOLLOWS, SO YOU DO NOT CONNECT TO MORE THAN ONE HUB AT A TIME:

  /* Server class with good defaults */
  class servers
  {
          pingfreq 60;
          connfreq 15; /* try to connect every 15 seconds */
          maxclients 1; /* max servers */
          sendq 20M;
  }

You connect to someone else's server by adding their linkblock from the list below to your unrealircd.conf file.

  • Every server you add must also add your linkblock to their conf for the link to be active.
  • To make your default server autoconnect, modify the line like this: options { tls; autoconnect; }
  • DO NOT SET MORE THAN TWO SERVERS TO AUTOCONNECT OR YOU WILL BE BLAMED FOR NETWORK ISSUES.
  • Try pinging servers before adding them and sort them in your list by which ones have lower ping.

Suggested leaf setup

If you're running a leaf server and you're not interested in autoconnecting to everything under the sun (see the bold text in the previous section) you might be interested in these instructions:

  1. Create a separate hubs class with maxclients set to 1.
  2. Add all the hubs from further down the page to your config. Make sure their link blocks use the hubs class.
  3. Enable autoconnect for two hubs that are geographically near to you by adding autoconnect; to the options { tls; } block.
  4. Profit.

An example hubs class block would look like this:

class hubs {       
        pingfreq 60;
        connfreq 60;
        maxclients 1;
        sendq 20M;
}

An example hub link block would look like this:

link fake.piss.hub {
    incoming {
        mask *;
    }
    outgoing {
        hostname fake.piss.hub;
        port 6900;
        options { tls; autoconnect; }
    }
    password "awesome.base64.fingerprint" { spkifp; }
    class hubs;
}

Hub servers

There are several servers acting primairly/exclusively as a hub:

  • irc.freenode.ceo (iczero, Nay/JeDaYoshi) - Bulgaria, Europe
  • eu-north.hub (Emelie) - Finland, Europe
  • irc.sigint.pw (bs) - France, Europe
  • soggy.internet.relay.cat (jess) - Netherlands, Europe
  • us-east.hub (Ariadne) - US East
  • irc.shitposting.space (Polsaker) - US South East
  • uswest.sprynet.org (roadkill) - US West
  • eu-west.hub (ChanFix) - France, Europe
  • piss.makes.me.uwu.so (ji) - Canada East
  • i.fucking.hate.westerndigital.lol (jazza/monoxane) - Australia South East

Hub link blocks

// iovoid, iczero, (m)oony, jeda, Radon (wolfy1339),
// idk who else, #hellomouse @ irc.libera.chat
// SID: 9EE
// Location: Sofia, Bulgaria, Europe
// Hub: Europe South
link irc.freenode.ceo {
    incoming { 
        mask *; 
    } 
    outgoing { 
        hostname irc.freenode.ceo; 
        port 6900; 
        options { tls; } 
    } 
    password "msNSyPiteKUZRV6OQYwQEEqcZMzK3x7ytppn8khIhF0=" { spkifp; } 
    class servers; 
}



// emelie @ libera
// SID: 2BK
// Location: Helsinki, Finland, Europe
// Hub: Europe North
link eu-north.hub {
    incoming {
        mask *;
    }
    outgoing {
        hostname 65.21.106.233; //or 2a01:4f9:c010:8698::1
        port 6900;
        options { tls; }
    }
    password "ESApBUstQ6gRcKs5YSOFiV+JrF/lCuIryj1j8uBOlp0=" { spkifp; }
    class servers;
}



// bs
// SID: 069
// Location: Roubaix, France, Europe
// Hub: Europe West
link irc.sigint.pw {
    incoming {
        mask *;
    }
    outgoing {
        hostname irc.sigint.pw;
        port 6900;
        options { tls; }
    }
    password "D2SDfs1otGZb8DcZzvqi59PzS1UeFCH3CqurNCItB9g=" { spkifp; }
    class servers;
}



// jess (ddos protected up to 20gbp/s)
// SID: 5EX
// Location: Netherlands, EU
// Hub: Europe West
link soggy.internet.relay.cat {
    incoming {
        mask *;
    }
    outgoing {
        hostname soggy.internet.relay.cat;
        port 6697;
        options { tls; }
    }
    password "s8GuUq3lxi1WXuWa3vn2J3dtPUgWAz88O6TLlIGYkkU=" { spkifp; }
    class servers;
}



// Polsaker (HenryPissinger)
// SID: 69A
// Location: Miami, USA (us-east)
// Hub: United States South East
link irc.shitposting.space {
    incoming {
        mask *;
    }
    outgoing {
        hostname irc.shitposting.space;
        port 6900;
        options { tls; }
    }
    password "UMKwXrH4ji00hK9Esr4RbeASF1LkXqpgOW08hfaq4kQ=" { spkifp; }
    class servers;
}



// Ariadne
// fo, href/Chanfix have ssh access to the server
// SID: 0US
// Hub: United States East
link us-east.hub {
    incoming {
        mask *;
    }
    outgoing {
        hostname 2603:c020:4004:2d00::6697;
// 132.145.136.73 for ipv4 only
        port 6900;
        options { tls; }
    }
    password "BFVnz8j5R4z0yp4GF8GdKAC7Dpf1AfI73Epyp0ubX/4=" { spkifp; }
    class servers;
}



//  Roadkill Server 2 (Hub, this is for other servers to link to, IPv4 Only)
//
//  SID: 1MG
//  Location: San Jose, USA - Oracle Cloud VMS
//  Hub: United States West
link uswest.sprynet.org {
    incoming {
        mask *;
    }
    outgoing {
        hostname uswest.sprynet.org;
        port 6900;
        options { tls; }
    }
    password "gEn9K1FuVC8J0fCyg/9wKSSVHz9Jo387JUtLo6fytJ4=" { spkifp; };
    class servers;
}


// ChanFix EU West (FR) Hub
// SID: 033
link eu-west.hub {
    incoming {
       	mask *;
    }
    outgoing {
	hostname 212.129.35.122;
        port 6900;
        options { tls; }
    }
    password "Z1thuMHZzL8gZnQnmHq0LQbSK3YhVznSHIGeRZfStp0=" { spkifp; }
    class servers;
}

// ji
// SID: 6IS
// IPV4 + IPV6; Secure port: 6697, NSA-friendly port: 6667, Gossip port: 6900
// Location: OVH, Beauharnois, Quebec, Canada (45.3092, -73.89649)
// Link requests -> https://forms.gle/8U8XDP6vnjmXamVg6  (will privmsg when done)
link piss.makes.me.uwu.so {
    incoming {
        mask *;
    } 
    outgoing { 
        hostname piss.makes.me.uwu.so;
        port 6900;
        options { tls; }
    }
    password "1cOdcNWAE2QdCWGCnX6mQNOg5oTAc2jEaX0AAj/IpuQ=" { spkifp; }
    class servers;
}

// jazza/monoxane
// SID: 432
// Location: Melbourne, Australia
link i.fucking.hate.westerndigital.lol {
    incoming {
        mask *;
    }
    outgoing {
        hostname i.fucking.hate.westerndigital.lol;
        port 6900;
        options { tls; }
    }
    password "ueqJwDZZTv3g2034zAhPsxgEuvolKa4veydhattc1XE=" { spkifp; }
    class servers;
}


Non-hubs/Regular server link blocks

You probably don't need to cut and paste this entire list into your conf. This is more for people who are going to link you to find your info and for us to keep track of server configurations.

 // oo
 // SID: 887
 link stage.net {
     incoming {
         mask *;
     }
     password "LoFeMYDU9rbbu3fYR0q6nx+eiCVYmJMFeFfBUQaEk5I=" { spkifp; }
     class servers;
 }
 
 
 
 // cowgirl
 // SID: 8DD
 // Location: Frankfurt, Germany, Europe
 link cold.wet.girlco.cc {
     incoming {
         mask *;
     }
     outgoing {
         hostname cold.wet.girlco.cc;
         port 6900;
         options { tls; }
     }
     password "7Woprn+HMkPQgz2BE6hPK0Kutq7K3VMzJddhu1INOIU=" { spkifp; }
     class servers;
 }
 
 
 
 // val @ libera 
 // (IPv6-only most of the time)
 // SID: 00F
 // Location: Paris, France, Europe
 link COLD.WET.CHATS.SUPPLY {
     incoming {
         mask *;
     }
     outgoing {
         hostname COLD.WET.CHATS.SUPPLY;
         port 6900;
         options { tls; }
     }
     password "nDYN8cHHKal64yAmIYA2NGrQVQuUsNwHzyyEatDyJjk=" { spkifp; }
     class servers;
 }
 
 
 
 // A_Dragon
 // SID: 1AD
 // Location: Germany, Europe
 link irc.awesome-dragon.science {
     incoming {
         mask *;
     }
     outgoing {
         hostname irc.awesome-dragon.science;
         port 6900;
         options { tls; }
     }
     password "sD/bQiGresdurI42zX7q/RWhhWP6kaXQ6eMFT5XSLqU=" { spkifp; }
     class servers;
 }
 
 
 
 // bluraf @ hs-ldz
 // SID: 859
 // Location: Nuremberg, Germany, Europe
 link irc.junkcc.net {
     incoming {
         mask *;
     }
     outgoing {
         hostname irc.junkcc.net;
         port 6900;
         options { tls; } 
     }
     password "7CTtdd32AUqlwx7Bo7tLmtYOdjqDEiVM3YtuszX63Mk=" { spkifp; }
     class servers;
 }
 
 
 
 // noteness
 // SID: 5SS (formerly 911)
 // Location: Hyderabad, India
 // (was we-are.pissnet.we-are.rocks)
 link burning.down.rainforests.for.pisscoin.net { 
     incoming {
         mask *;
     }
     outgoing {
         hostname burning.down.rainforests.for.pisscoin.net;
         port 6900;
         options { tls; }
     }
     password "px9oT68N7U23lqiRVfkVcHoOqlwsNS9bYybazIrXUYI=" { spkifp; }
     class servers;
 }
 
 
 
 // phroa 
 // SID: 190
 // Location: Fremont, United States, North America
 link rock.hard.pissnet.xyz {
     incoming {
         mask *;
     }
     outgoing {
         hostname rock.hard.pissnet.xyz;
         port 6900;
         options { tls; }
     }
     password "sM7Fqn17xP+QqF98Ej+0bDpf/uBqlcerTgOJrmvCxcY=" { spkifp; }
     class servers;
 }
 
 
 
 // h , hrnz@libera
 // SID: 009
 // Location: Germany, Europe
 link wet.chats.pissnet.xyz {
     incoming {
         mask *;
     }
     outgoing {
         hostname wet.chats.pissnet.xyz;
         port 6900;
         options { tls; }
     }
     password "Qra03bm6bN31bD/5BJNuY7HKeDYpA/S4E6iH3ViNonw=" { spkifp; }
     class servers;
 }
 
 
 
 // razorgan/chanfix/whatever (href @ libera)
 // SID: 666
 //  Extra SID: 155 (pisspot services)
 // Location: Vitry, France, Europe (online.net)
 link presumed.royal.piss.kr {
     incoming {
         mask *;
     }
     outgoing {
         hostname presumed.royal.piss.kr;
         port 6900;
         options { tls; }
     }
     password "6RSqfDZBGjxuHBDcY1ylKJeGz7btp8PrUq59A84Tfxk=" { spkifp; }
     class servers;
 }
 
 
 
 // razorgan
 // SID: 667
 // Location: Amsterdam, Netherlands (Oracle)
 link cold.piss.kr {
     incoming {
         mask *;
     }
     outgoing {
         hostname cold.piss.kr;
         port 6900;
         options { tls; }   
     }
     //password "7+9LhkYtl7MmhEpEybk/QLbsObQ96eiHrXbBVWYhkaQ=" { spkifp; }
     password "mCthDLgOXsKZw4aXSfkh36FrhRKcfWesAkJAVZt9VDM=" { spkifp; }
     class servers;
 }
 
 
 
 // razorgan
 // SID: 668
 // Location: Amsterdam, Netherlands (Oracle)
 link wet.piss.kr {
     incoming {
         mask *;
     }
     outgoing {
         hostname wet.piss.kr;
         port 6900;
         options { tls; }
     }
     password "FrALkZdJDiH9aaHev4/5LwTsSJ5bN07yDfRH4hx2lR8=" { spkifp; }
     class servers;
 }
 
 
 
 // razorgan
 // SID: 777
 // Location: Seoul, South Korea
 link irc.impeerialfamily.kr {
     incoming {
         mask *;
     }
     outgoing {
         hostname irc.impeerialfamily.kr;
         port 6900;
         options { tls; }
     }
     password "X10AdvsON3iuyFMq5KYPG4HL/NhSpxGXfwhQwkBTx0Y=" { spkifp; }
     class servers;
 }
 
 
 
 // Ariadne
 // SID: 0EN
 // Location: Fremont, United States, North America
 link irc.enterprises {
     incoming {
         mask *;
     }
     outgoing {
         hostname irc.enterprises;
         port 6900;
         options { tls; }
     }
     password "0I3EaE/XbnyALhrcmUZiydzYmPl26xsq0Yhp0XgclrI=" { spkifp; }
     class servers;
 }
 
 
 
 // lonjil
 // SID: 394
 // Location: Amsterdam, Netherlands, Europe
 link irc.lonjil.xyz {
     incoming {
         mask *;
     }
     outgoing {
         hostname irc.lonjil.xyz;
         port 6900;
         options { tls; }
     }
     password "wAvnsYGxMusIGCVZ/usBTr8It9nkzortWKa72qZAvu0=" { spkifp; }
     class servers;
 }
 
 
 
 // resangen, coldsquish
 // SID: 327
 // Location: Paris, France, Europe
 link cold.squish.pissnet.xyz {
     incoming {
         mask *;
     }
     outgoing {
         hostname cold.squish.pissnet.xyz;
         port 6900;
         options { tls; }
     }
     password "gBpWmQajNcL7zwCeZtouH2Aqa1VyjJpWlJHeGFO6+YQ=" { spkifp; }
     class servers;
 }
 
 
 
 // eggy & zilla
 // SID: 261
 // Location: Quebec, Canada, North America
 link pissnet.zeromeaning.com {
     incoming {
         mask *;
     }
     outgoing {
         hostname pissnet.zeromeaning.com;
         port 6900;
         options { tls; }
     }
     password "h+2GhnnyZwcTTbY03rxL62qpfMTe22HE96rLWJpoVf0=" { spkifp; }
     class servers;
 }
 
 
 
 // immibis
 // SID: 0UT
 // Location: Oregon, United States, North America
 link urine.trouble.pissnet.xyz {
     incoming {
         mask *;
     }
     outgoing {
         hostname urine.trouble.pissnet.net; // .xyz also works
         port 6900;
         options { tls; }
     }
     password "ugX0gWqk21TbfZ+1fUZzPDyUGqRSpG5t8eeTxgRgUNs=" { spkifp; }
     class servers;
 }
 
 // immibis (again)
 // SID: 2YM
 link together.we.can.yiff.mom {
     incoming {
         mask *;
     }
     outgoing {
         hostname together.we.can.yiff.mom;
         port 6900;
         options { tls; autoconnect; }
     }
     password "ugX0gWqk21TbfZ+1fUZzPDyUGqRSpG5t8eeTxgRgUNs=" { spkifp; }
     class servers;
 }
 
 
 // tris@libera
 // SID: 69H
 // does not update links frequently - ping if you want to link
 // Location: Seattle, WA, United States
 link cold.hard.chats.center {
     incoming {
         mask *;   
     }             
     outgoing {    
         hostname cold.hard.chats.center;
         port 6900;
         options { tls; }
     }
     password "/yo/VYVl9MybtM/oj1wgukROVsEBg4+jF6yn3sCgJU0=" { spkifp; }
     class servers;
 }
 
 
 
 // jlu5
 // SID: 0HD
 // Location: Las Vegas, United States, North America
 // please ping me if you want to link, there's way too much going on right now
 link irc.highdef.network {
     incoming {
         mask *;
     }
     outgoing {
         hostname irc.highdef.network;
         port 6900;
         options { tls; }
     }
     password "Hhu/lZsUq71OUAsSNLtJ/ehOskSTEBuiOTWf24enNQg=" { spkifp; }
     class servers;
 }
 
 
 
 // bob
 // SID: 431
 // Location: Germany, Europe
 link squish.squish.piss.kr { 
     incoming { 
         mask *; 
     }
     outgoing { 
         hostname squish.squish.piss.kr;
         port 6900; 
         options { tls; } 
     } 
     password "wsx54/m/1eykuLkU2MzaHTmcSZJphze7DbuQFik9Ygc=" { spkifp; } 
     class servers; 
 }
 
 
 
 // emelie@libera
 // SID: 0WF
 // Location: Helsinki, Finland, Europe
 // spkifp updated on 2021-06-07 
 link help.i.piss.red {
     incoming {
         mask *;
     };
     outgoing {
         hostname help.i.piss.red;
         port 6900;
         options { tls; }
     }
     password "fkNFydeQ1qNJ6fCFLciSY+QBmidD0+C4MClZa7Vd7HE=" { spkifp; }
     class servers;
 }
 
 
 
 // eta
 // SID: 42Q
 // IPv6-only
 // Location: London, UK
 link pissnet.i.eta.st {
     incoming {
         mask *;
     }
     outgoing {
         hostname pissnet.i.eta.st;
         port 6900;
         options { tls; }
     }
     password "AWrKVQY8Xp7lEIrUg+9Rj5suOCA5/nvCJgrW5ISvtjk=" { spkifp; }
     class servers;
 }
 
 
 
 // cynthia
 // SID: 600
 // Location: Amsterdam, Netherlands, Europe
 link pissnet.is.real.fucko.wucko.net {
     incoming {
         mask *;
     }
     outgoing {
         hostname pissnet.is.real.fucko.wucko.net;
         port 6900;
         options { tls; }
     }
     password "c7sPdksAIt1LS9lopyERBzsn5l2Fwna6r0fdQDXfLYc=" { spkifp; }
     class servers;
 }
 
 
 
 // V + edef
 // SID: 0W0
 // Location: Nuremberg, Germany, Europe
 link irc.impeerialfamily.com {
     incoming {
         mask *;
     }
     outgoing {
         hostname irc.impeerialfamily.com;
         port 6900;
         options { tls; }
     }
     password "v66AsdWTcCTfJsbHxf+M+pL7ykE+doWUhuQm95LE7IY=" { spkifp; }
     class servers;
 }
 
 
 
 // bu aka router
 // SID: 9RC
 // Location: Moscow, Moscow, Russia
 link routerchain.ddns.net {
     incoming {
         mask *;
     }
     outgoing {
         hostname routerchain.ddns.net;
         port 6900;
         options { tls; }
     }
     password "PL44ywxfA7g4FMKTye6Dik2hC678UlsGQeMR4R8saMk=" { spkifp; }
     class servers;
 }
 
 
 
 // launchd 
 // SID: 669 
 // Location: Newark, United States, North America 
 link zepeeld.me { 
     incoming {
         mask *; 
     }; 
     outgoing { 
         hostname trucker.zpld.me; 
         port 6900; 
         options { tls; } 
     } 
     password "klj60LaT5dAaPk7Nq68BM5Ar2iTiCgXzLmI8BvsSUSw=" { spkifp; }
     class servers; 
 }
 
 
 
 // misha
 // SID: 5MI
 // Location: New Jersey, USA
 link werekitten.club {
     incoming {
         mask *;
     }
     outgoing {
         hostname werekitten.club;
         port 6900;
         options { tls; }
     }
     password "uKUj5h3nt4ycbj6ITLn7KBev5nE5lXoxIpSGCROxj4Q=" { spkifp; }
     class servers;
 }
 
 
 
 // elliot
 //SID: 09X
 // Location: Chicago IL
 link we.have.cold.wet.chats.on.irc.lol {
     incoming {
         mask *;
     }
     outgoing {
         hostname we.have.cold.wet.chats.on.irc.lol;
         port 6900;
         options { tls; }
     }
     password "1Rd+MUGvHm7ZMkQxbCwenfMhoMjqABua5wIyWeJDxvU=" { spkifp; }
     class servers;
 }
 
 
 
 //  Roadkill (This is a zero-link server. Not the hub)
 //  SID: 0MG
 //  Location: San Jose, USA - Oracle Cloud VMS
 link pee.wants.to.be.free.openpiss.net {
     incoming {
         mask *;
     }
     outgoing {
         hostname pee.wants.to.be.free.openpiss.net;
         port 6900;
         options { tls; }
     }
     password "3rSZUsyUysK5XZwuK67ED9IJUNmik691XCPk3sfUz0g=" { spkifp; }
     class servers;
 }
 
 
 
 // Piss42 - pissnetftw7hloyu5rsvdhy47kshvewtfrdhfsikz5c2adnnxs44dsyd.onion/6667
 // SID: 9FF
 // Location: Australia somewhere
 link pissnetftw7hloyu5rsvdhy47kshvewtfrdhfsikz5c2adnnxs44dsyd.onion {
     incoming {mask *;}
     outgoing {
         hostname 60.241.48.194;
         port 6900;
         options { tls; }
     } 
     password "KjCSsbeQB9TwMfWssb+ebOXmyGTGiidQiFqrBrr2UMo=" { spkifp; }
     hub *;
     class servers;
 }
 
 
 
 // OragamiSwami
 // SID: 579
 // Location: Quebec, Canada, North America
 link piss.zeromeaning.co {
     incoming {
         mask *;
     }
     outgoing {
         hostname piss.zeromeaning.co;
         port 6900;
         options { tls; }
     }
     password "b64h2V1R1R5ztfeHrS9dYfgZY8XTLb6C3X7va4Pem8c=" { spkifp; }
     verify-certificate yes;
     class servers;
 }
 
 
 
 // sergal
 // SID: 7W7
 // Location: Nuremberg, Germany Finland ← wtf Nuremberg isn't in Finland
 link piss.institute {
     incoming {
         mask *;
     }
     outgoing {
         hostname piss.institute;
         port 6900;
         options { tls; }
     }
     password "1CM3pWfiUzXOePTQMcNvqxzh+W9n7HmZujjFsdopN/A=" { spkifp; }
     class servers;
 }
 
 
 
 // alyx
 // SID: 621
 // Location: Dallas, TX
 link piss.on.my.xxx.pet {
     incoming {
         mask *;
     }
     outgoing {
         hostname piss.on.my.xxx.pet;
         port 6900;
         options { tls; }
     }
     password "4Gu7QQrDeh6C/vLtVTeYfdoRAJG1JbRL86AFqoDwaQc=" { spkifp; }
     class servers;
 }
 
 
 
 // alyx
 // SID: 926
 // Location: Canada?
 link vampire.omorashi.biz {
     incoming {
         mask *;
     }
     outgoing {
         hostname vampire.omorashi.biz;
         port 6900;
         options { tls; }
     }
     password "FsbN0TwIXFChIJzQTRNRQzgw/RSB4DJNBfLi04IIv/g=" { spkifp; }
     class servers;
 }
 
 
 
 // blo
 // SID: 0PC
 // Netherlands, Europe
 link hard.piss.cafe {
     incoming {
         mask *;
     }
     outgoing {
         hostname hard.piss.cafe;
         port 6900;
         options { tls; }
     }
     password "l2UfcMq3r5jcuKQuikEGDiKYIivCLOkbXE3p6F2wQeI=" { spkifp; }
     class servers;
 }
 
 
 
 // asie
 // SID: 0WO
 // Location: Germany, Europe
 link irc.shitposting.net {
     incoming { 
         mask *; 
     } 
     outgoing { 
         hostname irc.shitposting.net; 
         port 6900; 
         options { tls; } 
     } 
     password "Xmuq0V/iyldaPxN1oC37ThxCT95Au4rYBK2kwJ+rTVo=" { spkifp; } 
     class servers; 
 }
 
 
 
 // Xe @ libera
 // SID: 8XE
 // Location: Ottawa, Ontario, Canada (no incoming links)
 link reiki.pisses.on.everyone {
     incoming {
         mask *;
     }
     password "scM6MVvX9IUnk4YAaxUG4WC6ZDnBLjTQb6+48wZ5EUE=" { spkifp; }
     class servers;
 }
 
 
 
 // softwarewolf
 // SID: 314
 // Location: Chicago, United States, North America
 link golden.shower.farenthuay.com {
     incoming {
         mask *;
     }
     outgoing {
         hostname golden.shower.farenthuay.com;
         port 6900;
         options { tls; }
     }
     password "/7UHyaucxHjG1mtKr5x67LCaxW3f1bm0MIU29+VLztA=" { spkifp; }
     class servers;
 }
 
 
 
 // Nay/Aye/JeDaYoshi
 // SID: 616
 // Location: Houston, TX, USA
 link no.piss.for.my.shigu.fyi {
     incoming {
         mask *;
     }
     outgoing {
         hostname no.piss.for.my.shigu.fyi;
         port 6900;
         options { tls; }
     }
     password "CsyLJ72QHVD7mKxA10/rysiKH6C5oKCtfLN9LhMvuTk=" { spkifp; }
     class servers;
 }
 
 
 
 // Noisytoot/MemoServ
 // SID: 722
 // Location: Cambridge, UK
 // IPv4 only / Listening on port 6679, not 6697 with TLS for clients
 // removed from round robin due to non-standard port -RK
 // Used to be called irc.noisytoot.org, update your link blocks!
 link eris.berkeley.edu.pl {
     incoming {
         mask *;
     }
     outgoing {
         hostname eris.berkeley.edu.pl; // or irc.noisytoot.org
         port 6900;
         options { tls; }
     }
     password "wpkTG3OI/Ptboot7CX1TeIR8s3hFW+GpZkNozhDUY8U=" { spkifp; }
     class servers;
 }
 
 
 
 // oper: Gnuman / Gnum4n
 // SID: 6UK
 // Location: us-east
 link irc.gnuman.games {
     incoming {
         mask *;
     }
     outgoing {
         hostname irc.gnuman.games;
         port 6997;
         options { tls; }
     }
     password "56mbBBKDgtPvXGN4jE3PuqnCtbXbxI1FhOB/8hnZ4Ac=" { spkifp; }
     class servers;
 }
 
 
 
 // Valware / Valerie
 // SID: 736
 // Location: UK
 link irc.valware.uk {
     incoming {
         mask *;
     }
     outgoing {
         hostname 51.195.213.25;
         port 6900;
         options { tls; }
     }
     password "M/qur3wjF6I3mjavhnWRHm41X0A5PjpXwfCh27HKke0=" { spkifp; }
     class servers;
 }
 
 
 
 // alice (poke me if you need links updating, ipv4 works, ipv6 is a bit fucky wucky)
 // SID: 715
 // Location: Dublin, Ireland
 link piss.in.my.pasteurizedbathwater.com {
     incoming {
         mask *;
     }
     outgoing {
         hostname piss.in.my.pasteurizedbathwater.com;
         port 6900;
         options { tls; }
     }
     password "kIB6xucATEc3rqDNvdZ1fuLj/H55YMV7XbTyYByoII0=" { spkifp; }
     class servers;
 }
 
 
 
 // Wolf480pl
 // SID: 480
 // Location: Nuremberg, Germany, Europe
 link irc.fgl.space {
     incoming {
         mask *;
     }
     outgoing {
         hostname irc.fgl.space;
         port 6900;
         options { tls; }
     }
     password "R+ywK1xzaY7Dwun5PZ+ist01usu9Nuy1LbUNZGhdr6M=" { spkifp; }
     class servers;
 }
 
 
 
 // h
 // SID: 3LM
 // Location: Helsinki, Finland, Europe
 link urolithiasis.clogs.irc.plumbing { 
     incoming { 
         mask *; 
     } 
     outgoing { 
         hostname urolithiasis.clogs.irc.plumbing; 
         port 6900; 
         options { tls; } 
     } 
     password "7q23Y02UDgtPPDsCU1tJyTOar23hzzzCwgPhErMgfac=" { spkifp; } 
     class servers; 
 }
 
 
 
 // ave
 // SID: 0LT
 // Location: Fremont, California, United States of America
 link cold.wet.succ.world {
     incoming {
         mask *;
     }
     outgoing {
         hostname cold.wet.succ.world;
         port 6900;
         options { tls; }
     }
     password "GaxbvgfQN9SIPhZ3/ip8P2hhWabXTWMAD3VLOevJkP4=" { spkifp; }
     class servers;
 }
 
 
 
 // monique
 // SID: 6M9
 // Location: Germany, Europe
 //   spkifp updated 2021-06-07
 link oh.noes.i.piss.blue {
     incoming {
         mask *;
     }
     outgoing {
         hostname oh.noes.i.piss.blue;
         port 6900;
         options { tls; }
     }
     password "nkPvEYVA9MlZWjJmed7zEjmRopGRPpjmdtlIYD/i9Wo=" { spkifp; }
     class servers;
 }
 
 
 
 // monique
 // SID: 6M0
 // Location: Santiago, Chile
 link suck.papa.smurf.until.you.piss.blue {
     incoming {
         mask *;
     }
     outgoing {
         hostname suck.papa.smurf.until.you.piss.blue;
         port 6900;
         options { tls; }
     }
     password "iV6iBFELtwraTc+ve9dZlrDwxHQo3G9cibMRi1kj2YU=" { spkifp; };
     class servers;
 }
 
 
 
 // FireFly
 // SID: 1RC
 // Location: Düsseldorf, Germany, Europe
 link premium.cold.wet.irc.supplies {
     incoming {
         mask *;
     }
     outgoing {
         hostname premium.cold.wet.irc.supplies;
         port 6900;
         options { tls; }
     }
     password "1Etolqca3CJEge7mI9lK/bzczlDIEx/0hsKj/uKWKtY=" { spkifp; }
     class servers;
 }
 
 
 
 // linuxgemini @ twitter, libera
 // SID: 2AE
 // Location: London, United Kingdom, Europe
 link piss.shitpos.ts.it {
     incoming {
         mask *;
     }
     outgoing {
         hostname piss.shitpos.ts.it;
         port 6900;
         options { tls; }
     }
     password "0dcAUno5zEVph6HhxvC3zYvWpyyZx87+OYnMTX+Y69A=" { spkifp; }
     class servers;
 }
 
 
 
 // nepeat @ libera, nepeat#0001 @ discord
 // SID: 3EE
 // Location: AWS us-west-2
 link piss.jar.owo.me {
     incoming {
         mask *;
     }
     outgoing {
         hostname piss.jar.owo.me;
         port 6900;
         options { tls; }
     }
     password "8RtOWBWD0OYJMklSzSY2rGnnZ89GD9PBxpDdN2HkheY=" { spkifp; }
     class servers;
 }
 
 
 
 // Bin - Patched with latest git
 // SID: 469
 // Location: Buffalo, NY USA
 link piss.in.my.coldwet.net {
     incoming {
         mask *;
     };
     outgoing {
         hostname piss.in.my.coldwet.net; 
         port 6900; 
         options { tls; };
     };
     password "Abkkp24aaGbWfG2LsKmmzXEKfaQGZkspRjD5kkhiYos=" { spkifp; }
     class servers;
 }
 
 
 
 // emma @ libera, emma#7676 @ discord, piss@e4.pm email
 // SID: 0O0
 // Location: Hetzner hel1-dc2
 link net.gamergirlp.ee {
     incoming {
         mask *;
     }
     outgoing {
         hostname net.gamergirlp.ee;
         port 6900;
         options { tls; }
     }
     password "pLfKHrTuyqEpRgSEcfUrTTRAGNByvHz9LUCpG12MoYY=" { spkifp; }
     class servers;
 }
 
 
 
 // jessicara @ libera/rizon
 // SID: 27B
 // Location: central scotland, uk
 link ipee6.shirogitsune.net {
     incoming {
         mask *;
     }
     outgoing {
         hostname ipee6.shirogitsune.net;
         port 6900;
         options { tls; }
     }
     password "ry/+N10XseqDAuMBsvywoo+5D3wIL5lbCzv/szQd1u4=" { spkifp; }
     class servers;
 }
 
 
 
 // ben @ libera/tilde.chat
 // SID: 420
 // Location: Michigan, US
 // No ipv6, plaintext is on 6667, TLS on 6697
 link piss.hmm.st {
     incoming {
         mask *;
     }
     outgoing {
         hostname piss.hmm.st;
         port 6900;
         options { tls; }
     }
     password "NaqO2KlG/B5GBC7DeRuOEH0fnuObEPeo/5SZrOsGaBI=" { spkifp; }
     class servers;
 }
 
 
 
 // Ellenor et al Bjornsdottir - Ellenor on Libera
 // SID: 4A1
 // Location: Newark, NJ, USA (physical location)
 link pissnet.freenode.management {
     incoming {
         mask *;
     }
     outgoing {
         hostname pissnet.freenode.management;
         port 4402;
         options { tls; }
     }
     password "JQmH2NRvU3jttzWbL5hZ0NcVhqoGfCmQ6PHA0zMxyWk=" { spkifp; }
     class servers;
 }
 
 
 
 // bontaq on Libera / pisspiss
 // SID: 3AA
 // Location: NYC, NY, USA
 link irc.pisshut.jrs.wumbus.xyz {
     incoming {
         mask *;
     };
     outgoing {
         hostname irc.pisshut.jrs.wumbus.xyz; 
         port 6900; 
         options { tls; };
     };
     password "5HkDAhXCKIlTvdDwb1tarZMh/hcgvXsrByLn/iv/KZ4=" { spkifp; }
     class servers;
 }
 
 
 
 // toiletdurden
 // SID: 0AH
 // 
 link first-rule.dont-talk-about-piss.club {
     incoming {
         mask *;
     }
     outgoing {
         hostname first-rule.dont-talk-about-piss.club;
         port 6900;
         options { tls; }
     }
     password "BRoWHVFYcpPLD+SiRHekN2WOmCeXpoCuL6u3/n2gCLE=" { spkifp; }
     class servers;
 }
 
 
 
 // GreaseMonkey
 // SID: 6ZE
 // Location: San Fran-Cisco(R), US West(?) (DO droplet, SFC region 3)
 // IPv4 + IPv6, TLS on 6697 (TODO: proper cert), NSA-approved civilian comms on 6667
 link piss-flavoured.magicannon.com {
     incoming {
         mask *;
     }
     outgoing {
         hostname piss-flavoured.magicannon.com;
         port 6900;
         options { tls; }
     }
     password "l5tAa2llGEuqYuDgeNxR44NHY2gusue5IhkU6pEV8Iw=" { spkifp; }
     class servers;
 }
 
 
 
 // ben @ piss/libera/tilde
 // SID: 555
 // Location: hetzner
 // ipv4 + ipv6, standard ports
 link chat.with.fuckup.club {
     incoming {
         mask *;
     }
     outgoing {
         hostname chat.with.fuckup.club;
         port 6900;
         options { tls; }
     }
     password "LT+mHxZl4myq+SunjeFz/D3R3kEx53wntAclY1alwFE=" { spkifp; }
     class servers;
 }
 
 
 
 // E-werd
 // SID: 4X1
 // Location: Los Angeles, CA, USA
 link irc.goat.chat {
     incoming {
         mask *;
     }
     outgoing {
         hostname 173.82.242.139;
         port 6900;
         options { tls; }
     }
     password "5xH0DCGhDevIOLHMIrkl+dlYNQPUh9o6pP0FPfl+Fbw=" { spkifp; }
     class servers;
 }
 
 
 
 // noname / dongs
 // SID: 5C8
 // Location: Seattle, WA
 link piss.bong.water.dongs.space {
     incoming {
         mask *;
     }
     outgoing {
         hostname piss.bong.water.dongs.space;
         port 6900;
         options { tls; }
     }
     password "+Yq5jlC063EW61DXXV64KAGHPmzDwNXNobvSA/P88KY=" { spkifp; };
     class servers;
 }
 
 
 
 // nolsen
 // SID: 0F1
 // Location: Beauharnois, Quebec, Canada
 link irc.nolsen.xyz {
     incoming {
         mask *;
     }
     outgoing {
         hostname 149.56.28.233;
         port 6900;
         options { tls; }
     }
     password "QhAl0xOZjX8w0hPGY+4xAKg3B+HWrkAINtfBi2ZtjFY=" { spkifp; }
     class servers;
 }
 
 
 
 // fnk
 // SID: 0XD
 // Location: Warsaw, Poland, Europe
 link welcome.to.the.pissing.academy {
     incoming {
         mask *;
     }
     outgoing {
         hostname welcome.to.the.pissing.academy;
         port 6900;
         options { tls; }
     }
     password "un8tNtlLfhtIrdhFU1k0JSxlRDg7hl5UDLojAYmexIk=" { spkifp; }
     class servers;
 }
 
 
 
 // aaa on pissnet
 // SID: 0XP
 link irc.piss.co.in {
     incoming {
         mask *;
     }
     outgoing {
         hostname irc.piss.co.in;
         port 6900;
         options { tls; }
     }
     password "YDMTxLTzkZER3wM5V8eIu17Yy/krSlK3IR1VIWGw2iw=" { spkifp; }
     class servers;
 }
 
 
 
 // hexa- on pissnet
 // SID: 747
 // Location: Nurenberg, Germany, Europe
 link piss.poor.lossy.network {
     incoming {
         mask *;
     }
     outgoing {
         hostname piss.poor.lossy.network;
         port 6900;
         options { tls; }
     }
     password "1MvvXCRPlXIg3i8X9NJ9r9lDdF3O77LdSFra9TwmGWI=" { spkifp; };
     class servers;
 }
 
 
 
 // Polsaker or HenryPissinger
 // SID: 9BR
 // Location: Sao Paulo, Brazil
 link conga.aat.the.shitposting.space {
     incoming {
         mask *;
     }
     outgoing {
         hostname conga.at.the.shitposting.space;
         port 6900;
         options { tls; }
     }
     password "+tfZJzUWy0842UiTmc+EA8BN36SA2sEJ9vDtbrVEmvQ=" { spkifp; }
     class servers;
 }
 
 
 
 // KernelPanic
 // SID: 800
 // Location: Los Angeles, CA, USA
 link a.tasty.pissnet.stream {
     incoming {
         mask *;
     }
     outgoing {
         hostname a.tasty.pissnet.stream;
         port 6900;
         options { tls; }
     }
         password "f7lDPdleQvuWnZJuJNzHANzWVIu3TOt8EypFGqK/0Pw=" { spkifp; }
     class servers;
 }
 
 
 
 // ji
 // SID: 6IS
 // IPV4 + IPV6; Secure port: 6697, NSA-friendly port: 6667
 // Location: OVH, Beauharnois, Quebec, Canada (45.3092, -73.89649)
 // Link requests -> https://forms.gle/8U8XDP6vnjmXamVg6
 link piss.makes.me.uwu.so {
     incoming {
         mask *;
     }
     outgoing {
         hostname piss.makes.me.uwu.so;
         port 6900;
         options { tls; }
     }
     password "1cOdcNWAE2QdCWGCnX6mQNOg5oTAc2jEaX0AAj/IpuQ=" { spkifp; }
     class servers;
 }
 
 
 
 // alanina @ hs-ldz
 // SID: 3EL
 // Location: DO, Toronto, Canada 
 link 159.89.115.225 {
     incoming {
         mask *;
     }
     outgoing {
         hostname 159.89.115.225;
         port 6900;
         options { tls; }
     }
     password "kiaRbq3cAzdiulvKTTZQj1ZGI/ZEI5PuLO+9KlO9l5A=" { spkifp; }
     class servers;
 }
 
 
 
 // emelie @ libera
 // SID: 3SG
 // Location: Singapore, Asia
 link get.ready.to.piss.red {
     incoming {
         mask *;
     }
     outgoing {
         hostname get.ready.to.piss.red;
         port 6900;
         options { tls; }
     }
     password "klW3zNj54TZryUDyFKlbVA8zMs22CYuPh9jXnlu2AT4=" { spkifp; }
     class servers;
 }
 
 
 
 // emelie @ libera
 // SID: 3HK
 // Location: Hong Kong, Asia
 link carnists.piss.red {
     incoming {
         mask *;
     }
     outgoing {
         hostname carnists.piss.red;
         port 6900;
         options { tls; }
     }
     password "2drTkYqALpb4N01VWnV5hNZUXqqh2FfibyeClH3yuI8=" { spkifp; }
     class servers;
 }
 
 
 
 // emelie @ libera
 // SID: 3AU
 // Location: Sydney, Australia
 link mate.i.cant.piss.red {
     incoming {
         mask *;
     }
     outgoing {
         hostname mate.i.cant.piss.red;
         port 6900;
         options { tls; }
     }
     password "wZ9xDkNWU2s7Z4qPGCFPTPSeScL2DF1m2YHb5mfuXJ0=" { spkifp; }
     class servers;
 }
 
 
 
 // emelie @ libera
 // SID: 3ZA
 // Location: Johannesburg, South Africa
 link vegans.do.not.piss.red {
     incoming {
         mask *;
     }
     outgoing {
         hostname vegans.do.not.piss.red;
         port 6900;
         options { tls; }
     }
     password "9/O2Oa4Ntrx48KDsGUKsGLzFtrPwBSalA4w5/Z67iFI=" { spkifp; }
     class servers;
 }
 
 
 
 // OragamiSwami
 //  SID: 560
 //  UT, USA
 link you.piddle.in {
     incoming {
         mask *;
     }
     outgoing {
         hostname you.piddle.in;
         port 6900;
         options { tls; }
     }
     password "//mYdhXOvVygxXvQM1bKfZnpZjRQaqREp8XpCxLFbQA=" { spkifp; }
     class servers;
 }
 
 
 
 // PlasmaStar
 // SID: 333
 // Location: New Jersey, United States
 link plas.ma.star {
     incoming {
         mask *;
     }
     outgoing {
         hostname irc.PlasmaStar.Net;
         port 6900;
         options { tls; }
     }
     password "6t+D1KY5vDnPb7VLJfTlZgDiYAZuPL8+wXkOWBHokjs=" { spkifp; }
     class servers;
 }
 
 
 
 // E-werd
 // SID: 9RU
 // Location: Vladivostok, Russia
 link russians.watch.mepee.live {
     incoming {
         mask *;
     }
     outgoing {
         hostname russians.watch.mepee.live;
         port 6900;
         options { tls; }
     }
     password "e1nPDs2JPH/y44GmgOACrg98bJYCfQ7DJ5Ek98sHgC8=" { spkifp; }
     class servers;
 }
 
 
 
 // lukewarm @ pissnet / bah @ libera
 // SID: 82F
 // Location: Amsterdam, The Netherlands (DigitalOcean AMS3)
 // IPv4/IPv6
 link p.l1.tel {
     incoming {
         mask *;
     }
     outgoing {
         hostname p.l1.tel;
         port 6900;
         options { tls; }
     }
     password "sxfdzuhVGVy18CS/s1Y6ZLUVkXkbS3tPD4Gsg+b1bMU=" { spkifp; }
     class servers;
 }
 
 
 
 // bigfoot or \ on pissnet, bigfoot547 or \ on Libera
 // SID: 1ST
 // Location: Atlanta, Georgia, United States
 // IPv4, IPv6, plaintext on port 194, TLS on port 994 (Let's Encrypt)
 link pissnet.is.the.numberone.network {
     incoming {
         mask *;
     }
     outgoing {
         hostname pissnet.is.the.numberone.network;
         port 6900;
         options { tls; }
     }
     password "dlYcL6e1d4oSptBOdxnwh5NHzJLu9ocCTdb32SGzIho=" { spkifp; }
     class servers;
 }
 
 
 
 // twilight
 // SID: 5PA
 // Location: Clifton, NJ, US
 // IPv4
 link piss.allowed.org {
     incoming {
         mask *;
     }
     outgoing {
         hostname piss.allowed.org;
         port 6900;
         options { tls; }
     }
     password "T6T4cU08TkBmDsUV0VQDK7+kaCUPQVATr74kff2egnU=" { spkifp; };
     class servers;
 }
 
 
 
 // DarthGandalf
 // SID: 8TH
 // Location: Las Vegas, Nevada, US
 link piss.cold.or.warm4u.co.uk {
     incoming {
         mask *;
     }
     outgoing {
         hostname piss.cold.or.warm4u.co.uk;
         port 6900;
         options { tls; }
     }
     password "jUie+Fj5EVWJTu2+4g6wEmQYYdMPX3cQjMmdD6VPEV0=" { spkifp; }
     class servers;
 }
 
 // habnabit_
 // SID: 9YH
 // Location: London, UK
 link join.pissnet.for.cutefox.pictures {
     incoming {
         mask *;
     }
     outgoing {
         hostname join.pissnet.for.cutefox.pictures;
         port 6969;
         options { tls; }
     }
     password "pNDGfriDSwGsdzyO2PiyGPtO6G0pwR5cIpckZiU+Cvo=" { spkifp; }
     class servers;
 }
 
 // craftxbox
 // SID: 0WU
 // Location: St Johns, Newfoundland, Canada
 link piss.crxb.cc {
     incoming {
         mask *;
     }
     outgoing {
         hostname piss.crxb.cc;
         port 6900;
         options { tls; }
     }
     password "921zerZtZtGD3Qwqx6zIoicCgali2VY7wlG002xoW8E=" { spkifp; }
     class servers;
 }
 
 // seo - latest git (5.2 branch)
 // SID: 80H
 // Location: Plovdiv, Bulgaria, Europe
 link piss.test.net.in {
     incoming {
         mask *;
     }
     outgoing {
         hostname 193.93.24.20; // v4 preferred
         port 6900;
         options { tls; }
     }
     password "hi6IFmhk1KqyM35ylRsAra046iIrhLCdD9yDVZN4Dc8=" { spkifp; }
     class servers;
 }
 
 // ho - Patched with latest git
 // SID: 999
 // Location: Buffalo, NY USA
 link piss.kink.training {
     incoming {
         mask *;
     };
     outgoing {
         hostname piss.kink.training;
         port 6900;
         options { tls; };
     };
     password "a8U6dgkHKmFk1zGy1Aw2JdqW8G4h333SMwwgkk6FdnE=" { spkifp; };
     class servers;
 }
 
 // Andrew on irc.andrewyu.org, AndrewYu on irc.libera.chat, SpecServ on pissnet
 // SID: 419
 // Location: Tokyo, Japan, Asia
 // Hub: Bigfoot
 link piss.andrewyu.org {
     incoming {
         mask *;
     }
     outgoing {
         hostname irc.andrewyu.org;
         port 6900;
         options { tls; }
     }
     password "OY+beUPl1XyCuEHM4DF/ajpMY3X9ZXmVi6kL2rdWnWA=" { spkifp; }
     class servers;
 }
 
 // Polizei - running latest git
 // SID: 13X
 // Location: Sofia, Bulgaria, Earth
 link drink.pee.and.fuck.cheap {
     incoming {
         mask *;
     }
     outgoing {
         hostname 46.10.215.202;
         port 6900;
         options { tls; }
     }
     password "yGL4uL4b28uP05Jy2QLJEJQMb7MxdoxeC6mQUSRak3o=" { spkifp; };
     class servers;
 }
 
 // monoxane
 // SID: 43F
 // Location: Iowa
 link irc.seagate.gay {
     incoming {
         mask *;
     }
     outgoing {
         hostname irc.seagate.gay;
         port 6900;
         options { tls; }
     }
     password "gXSnEcE3PjfAmzsNwmK63pX5h3j/n34Q2b6jwe8hNY8=" { spkifp; }
     class servers;
 }
 
 // GreaseMonkey - riscv64 node, latest Git (TLS-only, port 6697)
 // SID: 5ZE
 // Location: New Zealand
 //
 // NOTE: This node is primarily only listed here for location information.
 // It's only on during about 4pm-9pm NZ(S|D)T during weekdays.
 // The DNS IP is probably going to be wrong eventually. Public access is currently IPv4-only because shitty ISP router.
 link pissv64.magicannon.com {
     incoming {
         mask *;
     }
     outgoing {
         hostname pissv64.magicannon.com;
         port 6900;
         options { tls; }
     }
     password "nuNl4TJpdeBC4E61Z8TeGmUQhVwekPZA3dg1WrXQbNo=" { spkifp; }
     class servers;
 }
 
 // KindOne
 // SID: 442
 // Location: Georgia, USA - Home
 link kindone.pissnet.net
 {
         incoming {
                 mask *;
         }
         password "Q3uwFJVgItRBVVbve78Cbe2Xj2dWENAGVYLX1bBwsXY=" { spkifp; }
         class servers;
 }
 
 // E-werd
 // SID: 9IS
 // Location: Tel Aviv, Israel
 link israelis.watch.mepee.live {
     incoming {
         mask *;
     }
     outgoing {
         hostname israelis.watch.mepee.live;
         port 6900;
         options { tls; }
     }
     password "DqaMZFH8eQn77yeNHQEwZ7cGRMcpsN9u7ds1aFOriNE=" { spkifp; }
     class servers;
 }
 
 // monoxane
 // SID: 43D
 // Location: Melbourne, Australia
 link pissing.on.acrin.io {
     incoming {
         mask *;
     }
     outgoing {
         hostname pissing.on.acrin.io;
         port 6900;
         options { tls; }
     }
     password "eUawxdZxshp2618np0fGFdAAtoxa4+FR8YXXQWMjdyM=" { spkifp; }
     class servers;
 }
 
 // lanodan
 // SID: 713
 // Location: Rennes, France
 link pissing-in.urtu.be {
     incoming {
         mask *;
     }
     outgoing {
         hostname pissing-in.urtu.be;
         port 6900;
         options { tls; } 
     }
     password "6jY1III/UqpGDTKmCK4SQMmzbg2gtRvePIa5Qd5YKh0=" { spkifp; }
     class servers;
 } 
 
 // Stary - running 5.2.0
 // SID: 123
 // Location: London, UK
 link piss.on.theinternetpolice.org.uk {
     incoming {
         mask *;
     }
     outgoing {
         hostname piss.on.theinternetpolice.org.uk;
         port 6900;
         options { tls; }
     }
 
     password "hCpURrqZfHXHYgs1Uiv+MvClW0hjD2Ued15msLgNvTQ=" { spkifp; };
     class servers;
 }
 
 // E-werd
 // SID: 9FS
 // Location: Novosibirsk, Russia
 link fsb.watch.mepee.live {
     incoming {
         mask *;
     }
     outgoing {
         hostname fsb.watch.mepee.live;
         port 6900;
         options { tls; }
     }
     password "wjrhO/mawFNDD16cxbLgd+Mtm8CjXKtYmBiLwWkmAfU=" { spkifp; }
     class servers;
 }
 
 // gerard
 // SID: 02A
 // Location: France
 link plas.netsplit.nl {
     incoming {
         mask *;
     };
     outgoing {
         hostname plas.netsplit.nl;
         port 6900;
         options { tls; };
     };
     password "5IY6ICbADwV9ZYq2cbP+HVd7ISd+/4AXzqjlK6V9e0g=" { spkifp; };
     class servers;
 }
 
 // orkim
 // SID: 6BE
 // Location: Paris, France, Europe
 // msg me if needed
 link browneye.letspiss.net {
     incoming {
         mask *;
     }
     outgoing {
         hostname browneye.letspiss.net;
         port 6900;
         options { tls; }
     }
     password "W4wHU+gjenP/rBA+Qo6WXBH0rULw1zVpRdLWfx6rpCQ=" { spkifp; };
     class servers;
 }
 
 // unlobito
 // SID: 141
 // Location: Glasgow, Scotland
 link piss.on.canidae.systems {
     incoming {
         mask *;
     }
     outgoing {
         hostname piss.on.canidae.systems;
         port 6697;
         options { tls; }
     }
     password "hKkwYB77b8P9ZjzjFEhpN88/J91Nu+mi/+24GZxdqUs=" { spkifp; }
     class servers;
 }
 
 
 // Sos 
 // SID: 505
 // Location: Poland, Europe
 link siku.sos.pl {
     incoming {
         mask *;
     }
     outgoing {
         hostname siku.sos.pl;
         port 6900;
         options { tls; } 
     }
     
 	password "13Vtsvsc4wXI6lQG47rtsD4sawlSaNbIRBzQNTGYtrE=" { spkifp; };
     class servers;
 }
 
 // Puck
 // SID: 4TW
 // Location: Frankfurt, DE
 link urine.trouble.dickgirl.club {
     incoming {
         mask *;
     }
     outgoing {
         hostname urine.trouble.dickgirl.club;
         port 6900;
         options { tls; }
     }
     password "gFD7NWNWujEfMh3Zk9flrBthaeEQ3zzMCFJQ+qZL5nk=" { spkifp; }
     class servers;
 }
 
 // E-werd
 // SID: 9JP 
 // Location: Tokyo, Japan
 link japanese.watch.mepee.live {
    incoming {
        mask *;
    }
    outgoing {
        hostname japanese.watch.mepee.live;
        port 6900;
        options { tls; }
    }
    password "WftWH+21gSBJJ60X+bm65v8ec5CnkwcKgAIxOLUqC5I=" { spkifp; }
    class servers;
 }
 
 // E-werd
 // SID: 9MA 
 // Location: Madrid, Spain
 link spaniards.watch.mepee.live {
    incoming {
        mask *;
    }
    outgoing {
        hostname spaniards.watch.mepee.live;
        port 6900;
        options { tls; }
    }
    password "kZ0sW2KPa55myZ2u8qBK5ty8w+lWHuPmWSCqBXnqJnI=" { spkifp; }
    class servers;
 }
 
 // ben @ piss/libera/tilde
 // SID: 555
 // Location: hetzner
 // ipv4 + ipv6, standard ports
 link pissno.de {
    incoming {
        mask *;
    }
    outgoing {
        hostname pissno.de;
        port 6900;
        options { tls; }
    }
    password "LT+mHxZl4myq+SunjeFz/D3R3kEx53wntAclY1alwFE=" { spkifp; }
    class servers;
 }
 
 // esum
 // SID: 3SU
 // Location: Amsterdam, NL
 link piss.cthulhu.chat {
    incoming {
        mask *;
    }
    outgoing {
        hostname piss.cthulhu.chat;
        port 6900;
        options { tls; }
    }
    password "FX05pgAZ/40/iD5DYIYiez7ajMFFsfm2KysiqrMM6qU=" { spkifp; };
    class servers;
 }
 
 // mom
 // SID: 9O9
 // Location: Toronto, Ontario, Canada
 link premium-quality.300ml.wook-piss.dosers.net {
     incoming {
         mask *;
     }
     outgoing {
         hostname premium-quality.300ml.wook-piss.dosers.net;
         port 6900;
         options { tls; }
     }
     password "6mszOWpLspJRX8kPLMJkZhQzW3yrApQ1vhaOVUk0kzQ=" { spkifp; }
     class servers;
 }
 
 // Mikachu
 // SID: 1IV
 // Location: Amsterdam, NL
 link irc.iiv.re {
    incoming {
        mask *;
    }
    outgoing {
        hostname irc.iiv.re;
        port 6900;
        options { tls; }
    }
    password "vyqVZnQsoUIqrHJMOCQc+5GIK3yadXtbYr9uAOW5awI=" { spkifp; };
    class servers;
 }
 
 // Maff
 // SID: 69P
 // Location: Helsinki, FI
 link my.steamy.hot.piss.quenches.my.thirsty.bdsm.puppy.network {
   incoming {
     mask *;
   }
   outgoing {
     hostname my.steamy.hot.piss.quenches.my.thirsty.bdsm.puppy.network;
     port 6900;
     options { tls; }
   }
   password "P0/8qRbiz7DSxsx7vVdrja8n8encNzCvjsIwnTf9TXU=" { spkifp; }
   class servers;
 }
 
 //### End of Server Linkblocks. Add yours above this line after the last entry.