Jump to content
Not connected, Your IP: 3.19.211.134
Oblivion 2013

Custom Answers at DNS Section How To ?

Recommended Posts

The custom answers at the DNS Section have several fields.

Field 1= Match: something
Field 2= Mode: exact,domain,contain,wildcard,start with, end with
Field 3= Allow, deny, custom

With Field 1, I filled in 'testufo.com'
With Field 2, I filled in 'domain'
With Field 3, I filled in deny

Since I want to test. But what beside this very simple example do the other Field 2 Mode options actually do?

I can block websites with a wildcard e.g. but how? Is the wild card like
*testufo.com
????ufo.com

Linux and Windows have wildcards too, like * and the ?

If i only fill in the . ( the little dot) every website has it, and if i would deny that e.g.

In my situation i need to allow a domain to bootstrap DNS over TLS, for Private DNS Android 9 or higher.

And also i would like to block all .info domains, but how? I tried several things, but at this time i stop at doing exactly specified websites only, since I don't know the correct syntax to deny all .info domains.

Do other people have explored these options in the DNS Section with Custom DNS Rules?

It is important to know that DNS requests are cached, and it takes time that the cache expires, so changes won't be immediately active, but after TTL for DNS in cache expires the changes should work.

I only know the AdGuard Syntax at this moment, which is also comprehensible after several tries.
 

Share this post


Link to post
On 7/27/2023 at 4:24 PM, Oblivion 2013 said:

I can block websites with a wildcard e.g. but how? Is the wild card like


In Wildcard mode, * means any. *testufo.com would block everything that ends with testufo.com, but not testufo.com itself because * implies there is something before that. It would block abc.testufo.com and also things like abc.123testufo.com and 456testufo.com, but again, not testufo.com itself with nothing before it.
 
On 7/27/2023 at 4:24 PM, Oblivion 2013 said:

And also i would like to block all .info domains, but how? I tried several things, but at this time i stop at doing exactly specified websites only, since I don't know the correct syntax to deny all .info domains.


In order of suitability:
Ends with mode, .info.
Wildcard mode, *.info.
Contain mode, .info.
The other modes don't suit your use case; they work quicker but require an actual domain name. Though, maybe Domain mode, .info could work as well, unsure.

NOT AN AIRVPN TEAM MEMBER. USE TICKETS FOR PROFESSIONAL SUPPORT.

LZ1's New User Guide to AirVPN « Plenty of stuff for advanced users, too!

Want to contact me directly? All relevant methods are on my About me page.

Share this post


Link to post

Match: testallowedwebsite.info  Mode: End With, Action: Allow
Match: *.info                               Mode: Wildcard, Action: Deny
Match: testallowedwebsite.info  Mode: Domain, Action: Allow


With these 3 settings i can block all .info websites and visit testallowedwebsite with its subdomains too.

For Firefox users, due to domain caching type this in your URL Bar


about:networking#dns

There in Firefox you can clear the Firefox browser DNS cache. But pinging from the commandline first like this:


ping randomwebsite.info

That should return 0.0.0.0 or 127.0.0.0 or resolve to localhost, since it is blocked.




 

Share this post


Link to post

Tip: you can clear DNS cache by disconnecting and connecting again to  your network. Easy to remember and seems to work with any OS and software.

Share this post


Link to post
3 hours ago, Oblivion 2013 said:

Match: testallowedwebsite.info  Mode: End With, Action: Allow
Match: *.info                               Mode: Wildcard, Action: Deny
Match: testallowedwebsite.info  Mode: Domain, Action: Allow


I think #1 contains #3, so it's redundant. But otherwise correct. :)

NOT AN AIRVPN TEAM MEMBER. USE TICKETS FOR PROFESSIONAL SUPPORT.

LZ1's New User Guide to AirVPN « Plenty of stuff for advanced users, too!

Want to contact me directly? All relevant methods are on my About me page.

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Security Check
    Play CAPTCHA Audio
    Refresh Image

×
×
  • Create New...