Przejdź do wersji polskiej

🔐 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), go back to: https://sasl.ircnet.com/account/hostnames, click EDIT next to your domain, and then 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 (example: Irssi)

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)

6. Notes


Useful links: