Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax for custom DNS? #1684

Closed
NolonQ opened this issue Sep 6, 2024 · 5 comments
Closed

Syntax for custom DNS? #1684

NolonQ opened this issue Sep 6, 2024 · 5 comments
Labels
bug TYPE: a report on something that isn't working

Comments

@NolonQ
Copy link

NolonQ commented Sep 6, 2024

Pre-Submit Checklist:

What happened:
I'm using mullvad vpn and would like to use their DNS with portmaster.
How do i do that?
I've already contacted mullvad support and this is what they responded:

"We don't have any insight in how the syntax for that software should be,
I can only recommend their documentation for that.
All information regarding our DNS over HTTPS/TLS service is available here,
https://mullvad.net/en/help/dns-over-https-and-dns-over-tls"

So what syntax must i use?

What did you expect to happen?:

How did you reproduce it?:

Debug Information:

@NolonQ NolonQ added the bug TYPE: a report on something that isn't working label Sep 6, 2024
@vlabo
Copy link
Member

vlabo commented Sep 6, 2024

We have a wiki page for it
https://wiki.safing.io/en/Portmaster/App/Compatibility/Software/MullvadVPN

Here you can read more about the syntax of the DNS config and some user contributed settings
https://wiki.safing.io/en/Portmaster/App/DNSConfiguration

@NolonQ
Copy link
Author

NolonQ commented Sep 7, 2024

Thanks

@NolonQ NolonQ closed this as completed Sep 7, 2024
@NolonQ
Copy link
Author

NolonQ commented Sep 7, 2024

We have a wiki page for it https://wiki.safing.io/en/Portmaster/App/Compatibility/Software/MullvadVPN

Here you can read more about the syntax of the DNS config and some user contributed settings https://wiki.safing.io/en/Portmaster/App/DNSConfiguration

Sorry to bother you again... regarding mullvad i see this:

TLS

dot://194.242.2.2:853?verify=dns.mullvad.net&name=Mullvad&blockedif=empty

But which of mullvad's dns servers is used here?
Capture

@vlabo
Copy link
Member

vlabo commented Sep 8, 2024

It using the first one
verify=dns.mullvad.net if you want an adblock the config will be

dot://194.242.2.2:853?verify=adblock.dns.mullvad.net&name=Mullvad&blockedif=empty

or probably easier to read

dot://adblock.dns.mullvad.net:853?ip=194.242.2.2&name=Mullvad&blockedif=empty

@NolonQ
Copy link
Author

NolonQ commented Sep 9, 2024

It using the first one verify=dns.mullvad.net if you want an adblock the config will be

dot://194.242.2.2:853?verify=adblock.dns.mullvad.net&name=Mullvad&blockedif=empty

or probably easier to read

dot://adblock.dns.mullvad.net:853?ip=194.242.2.2&name=Mullvad&blockedif=empty

Thank you! I didn't understand fro mthe docs what exactly i had to do.
Can i replace the word adblock with all if i want to use all filters or must i change other parameters?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug TYPE: a report on something that isn't working
Projects
None yet
Development

No branches or pull requests

2 participants