πŸ” Set up IRCnet SASL with Your Own Domain

This guide will show you how to connect to IRCnet using your own domain (e.g. mydomain.hu) and hide your real IP.

1. Add your domain in the SASL panel

Go to: https://sasl.ircnet.com/account/hostnames/create

2. Create a TXT DNS record

Log in to your DNS provider's panel and:

You don’t need A or AAAA records β€” only TXT is required!

3. Verify the domain

After a few minutes (DNS propagation), return to: https://sasl.ircnet.com/account/hostnames and click Verify now.

Once verified, your domain will be linked to your account.

4. Create SASL credentials

Go to: https://sasl.ircnet.com/account/cloaks/create

Click Create and wait around 10 minutes for it to sync.

5. Configure your IRC client irssi

./network add -sasl_username YOUR_LOGIN -sasl_password YOUR_PASSWORD -sasl_mechanism PLAIN sasl
./server add -net sasl sasl.irc.atw.hu 6697 -ssl
./save
./connect sasl
    

YOUR_LOGIN – your registered SASL login
YOUR_PASSWORD – the password you set for SASL

6. Notes


Useful links: