This guide will show you how to connect to IRCnet using your own domain (e.g. mydomain.hu) and hide your real IP.
Go to: https://sasl.ircnet.com/account/hostnames/create
mydomain.huircnet-cloak-verification=...Log in to your DNS provider's panel and:
TXT recordmydomain.hu)ircnet-cloak-verification=... stringAfter a few minutes (DNS propagation), go back to: https://sasl.ircnet.com/account/hostnames, click EDIT next to your domain, and then click Verify now.
Go to: https://sasl.ircnet.com/account/cloaks/create
mydomain.hu)PLAIN123.45.67.89::/0Click Create and wait around 10 minutes for it to sync.
This example shows how to configure Irssi. Other popular IRC clients like HexChat, WeeChat, or mIRC are also supported. For client-specific configuration instructions, refer to the official IRCnet guide:
/network add -sasl_username YOUR_LOGIN -sasl_password YOUR_PASSWORD -sasl_mechanism PLAIN sasl
/server add -ssl -network sasl sasl.irc.atw.hu 6697
/save
/connect sasl
    
    
      YOUR_LOGIN – your registered SASL login
      YOUR_PASSWORD – the password you specified when creating the SASL credentials in step 4
      (this is not your SASL website account password)
    
mydomain.huUseful links: