DNSSEC network issue in game

I added dnssec in dnsmasq config file

		○ option dnssec '1'
		○ option dnsseccheckunsigned '1'

and i was getting network issues in games. Why is that?

I deleted these options in the file and now game is connected and working fine.
Before I was getting this error when trying to login
"connection to server has been interrupted."

1 Like

Unfortunately DNSSEC sometimes fails due to compatibility or server side issues.
You can disable DNSSEC on the client side and rely on an upstream provider instead:
https://en.wikipedia.org/wiki/Public_recursive_name_server#:~:text=DNSSEC

2 Likes

there is also;

    option proxydnssec '1'
1 Like