Entware DNSCrypt-Proxy V2 on DDWRT

Post new topic   Reply to topic    DD-WRT Forum Index -> General Questions
Goto page Previous  1, 2, 3, 4, 5, 6  Next
Author Message
martymonster
DD-WRT Novice


Joined: 18 May 2020
Posts: 15

PostPosted: Mon May 18, 2020 11:41    Post subject: Reply with quote
jauch888888 wrote:
martymonster wrote:
Not sure why you say it is working when it shows as dead and cannot be seen in Top as a running process.


He says that cause it works, really. I think the problem is about your configuration. It can be anything.

I play a lot with dnscrypt proxy, I test a lot of things, anonymized_dns + different configurations etc.

And sometimes, just a little thing and it doesn't work after restarting .

Shoot your toml file


Here is my toml file



dnscrypt-proxy.toml.txt
 Description:

Download
 Filename:  dnscrypt-proxy.toml.txt
 Filesize:  21.57 KB
 Downloaded:  254 Time(s)

Sponsor
Alozaros
DD-WRT Guru


Joined: 16 Nov 2015
Posts: 6410
Location: UK, London, just across the river..

PostPosted: Mon May 18, 2020 17:42    Post subject: Reply with quote
the only thing that comes to my mind is, spacing is different in win/linux, so when you install on router side manually edit toml file with nano....do not copy paste file...
_________________
Atheros
TP-Link WR740Nv1 ---DD-WRT 55179 WAP
TP-Link WR1043NDv2 -DD-WRT 55303 Gateway/DoT,Forced DNS,Ad-Block,Firewall,x4VLAN,VPN
TP-Link WR1043NDv2 -Gargoyle OS 1.15.x AP,DNS,QoS,Quotas
Qualcomm-Atheros
Netgear XR500 --DD-WRT 55460 Gateway/DoH,Forced DNS,AP Isolation,4VLAN,Ad-Block,Firewall,Vanilla
Netgear R7800 --DD-WRT 55460 Gateway/DoT,AD-Block,Forced DNS,AP&Net Isolation,x3VLAN,Firewall,Vanilla
Netgear R9000 --DD-WRT 55363 Gateway/DoT,AD-Block,AP Isolation,Firewall,Forced DNS,x2VLAN,Vanilla
Broadcom
Netgear R7000 --DD-WRT 55460 Gateway/SmartDNS/DoH,AD-Block,Firewall,Forced DNS,x3VLAN,VPN
NOT USING 5Ghz ANYWHERE
------------------------------------------------------
Stubby DNS over TLS I DNSCrypt v2 by mac913
martymonster
DD-WRT Novice


Joined: 18 May 2020
Posts: 15

PostPosted: Mon May 18, 2020 23:52    Post subject: Reply with quote
Alozaros wrote:
the only thing that comes to my mind is, spacing is different in win/linux, so when you install on router side manually edit toml file with nano....do not copy paste file...


I tried to run it manually (did not think of that earlier)
/opt/sbin/dnscrypt-proxy dnscrypt-proxy.toml

it returns with

[2020-05-18 23:15:23] [FATAL] Unsupported key in configuration file: [broken_implementations.fragments_blocked]

So I tried the above with the original toml file and it returned the same error.

So I commented out the fragments_blocked line and tried again.
This time it came back with

[2020-05-18 23:33:01] [FATAL] Unsupported key in configuration file: [tls_client_auth]
By default, the creds = is commented out so I commented out the [tls_client_auth] key

Then it had
[2020-05-18 23:36:15] [FATAL] Unsupported key in configuration file: [anonymized_dns.skip_incompatible]

So I commented that out.

This time it started but only ran for a few seconds and then stopped.
Even though I specify a log file for the application, none is created.

For my DNSmasq settings I have the following Enabled
Dnsmasq
Cache DNSSEC data
Validate DNS Replies (DNSSEC)
Local DNS
No DNS Rebind
Query DNS in Strict Order

The Additional Dnsmasq options field is blank, I have not added anything to it

Finally got the log file to work and the error is

UPDATED
[2020-05-19 01:52:02] [FATAL] listen udp 127.0.0.1:53: bind: address already in use

LATEST UPDATE - NOW WORKING

changed the config to listen to PORT 30
added server=127.0.0.1#30 to Dnsmasq options

Did a dig debug.opendns.com txt - it returned encryption active.

All is now good
mac913
DD-WRT Guru


Joined: 02 May 2008
Posts: 1848
Location: Canada

PostPosted: Wed Jul 01, 2020 23:44    Post subject: Reply with quote
I updated to Entware dnscrypt-proxy2 - 2.0.42-1 with telnet...

opkg update
opkg upgrade
/opt/etc/init.d/rc.unslung restart

If you enabled logging with syslog you will see it logged as...
Jul 1 14:45:07 DOT02-AP-WireGuard user.notice root: Started dnscrypt-proxy from .
Jul 1 14:45:07 DOT02-AP-WireGuard daemon.notice dnscrypt-proxy[17464]: dnscrypt-proxy 2.0.42
Jul 1 14:45:07 DOT02-AP-WireGuard daemon.notice dnscrypt-proxy[17464]: Network connectivity detected
Jul 1 14:45:07 DOT02-AP-WireGuard daemon.notice dnscrypt-proxy[17464]: Source [public-resolvers] loaded
Jul 1 14:45:07 DOT02-AP-WireGuard daemon.notice dnscrypt-proxy[17464]: Source [relays] loaded
Jul 1 14:45:07 DOT02-AP-WireGuard daemon.notice dnscrypt-proxy[17464]: Firefox workaround initialized
Jul 1 14:45:07 DOT02-AP-WireGuard daemon.notice dnscrypt-proxy[17464]: Now listening to 127.0.0.3:30 [UDP]
Jul 1 14:45:07 DOT02-AP-WireGuard daemon.notice dnscrypt-proxy[17464]: Now listening to 127.0.0.3:30 [TCP]
Jul 1 14:45:07 DOT02-AP-WireGuard daemon.notice dnscrypt-proxy[17464]: [quad9-dnscrypt-ip4-filter-alt] OK (DNSCrypt) - rtt: 7ms
Jul 1 14:45:07 DOT02-AP-WireGuard daemon.notice dnscrypt-proxy[17464]: [quad9-dnscrypt-ip4-filter-alt] OK (DNSCrypt) - rtt: 7ms - additional certificate
Jul 1 14:45:07 DOT02-AP-WireGuard daemon.notice dnscrypt-proxy[17464]: [quad9-dnscrypt-ip4-filter-pri] OK (DNSCrypt) - rtt: 6ms
Jul 1 14:45:07 DOT02-AP-WireGuard daemon.notice dnscrypt-proxy[17464]: [quad9-dnscrypt-ip4-filter-pri] OK (DNSCrypt) - rtt: 6ms - additional certificate
Jul 1 14:45:07 DOT02-AP-WireGuard daemon.notice dnscrypt-proxy[17464]: Sorted latencies:
Jul 1 14:45:07 DOT02-AP-WireGuard daemon.notice dnscrypt-proxy[17464]: - 6ms quad9-dnscrypt-ip4-filter-pri
Jul 1 14:45:07 DOT02-AP-WireGuard daemon.notice dnscrypt-proxy[17464]: - 7ms quad9-dnscrypt-ip4-filter-alt
Jul 1 14:45:07 DOT02-AP-WireGuard daemon.notice dnscrypt-proxy[17464]: Server with the lowest initial latency: quad9-dnscrypt-ip4-filter-pri (rtt: 6ms)
Jul 1 14:45:07 DOT02-AP-WireGuard daemon.notice dnscrypt-proxy[17464]: dnscrypt-proxy is ready - live servers: 2

_________________
Home Network on Telus 1Gb PureFibre - 10GbE Copper Backbone
2x R7800 - Gateway & WiFi & 3xWireGuard - DDWRT r53562 Std k4.9

Off Site 1

R7000 - Gateway & WiFi & WireGuard - DDWRT r54517 Std
E3000 - Station Bridge - DDWRT r49626 Mega K4.4

Off Site 2

R7000 - Gateway & WiFi - DDWRT r54517 Std
E2000 - Wired ISP IPTV PVR Blocker - DDWRT r35531


YAMon 3.4.6 | DNSCrypt-Proxy V2
Alozaros
DD-WRT Guru


Joined: 16 Nov 2015
Posts: 6410
Location: UK, London, just across the river..

PostPosted: Thu Jul 02, 2020 0:12    Post subject: Reply with quote
yep, not bad idea to do opkg update/upgrade periodically...
Entware guy said, he is updating the stuff once when its needed, but he doesn't always add the last versions, only the stable instead...

_________________
Atheros
TP-Link WR740Nv1 ---DD-WRT 55179 WAP
TP-Link WR1043NDv2 -DD-WRT 55303 Gateway/DoT,Forced DNS,Ad-Block,Firewall,x4VLAN,VPN
TP-Link WR1043NDv2 -Gargoyle OS 1.15.x AP,DNS,QoS,Quotas
Qualcomm-Atheros
Netgear XR500 --DD-WRT 55460 Gateway/DoH,Forced DNS,AP Isolation,4VLAN,Ad-Block,Firewall,Vanilla
Netgear R7800 --DD-WRT 55460 Gateway/DoT,AD-Block,Forced DNS,AP&Net Isolation,x3VLAN,Firewall,Vanilla
Netgear R9000 --DD-WRT 55363 Gateway/DoT,AD-Block,AP Isolation,Firewall,Forced DNS,x2VLAN,Vanilla
Broadcom
Netgear R7000 --DD-WRT 55460 Gateway/SmartDNS/DoH,AD-Block,Firewall,Forced DNS,x3VLAN,VPN
NOT USING 5Ghz ANYWHERE
------------------------------------------------------
Stubby DNS over TLS I DNSCrypt v2 by mac913
mac913
DD-WRT Guru


Joined: 02 May 2008
Posts: 1848
Location: Canada

PostPosted: Fri Sep 25, 2020 0:55    Post subject: Reply with quote
I updated to Entware dnscrypt-proxy2 - 2.0.44-1 with telnet...

opkg update
opkg upgrade
/opt/etc/init.d/rc.unslung restart

If you enabled logging with syslog you will see it logged as...
Sep 24 17:51:48 DOT02-AP-WireGuard user.notice root: Started dnscrypt-proxy from .
Sep 24 17:51:48 DOT02-AP-WireGuard daemon.notice dnscrypt-proxy[8245]: dnscrypt-proxy 2.0.44
Sep 24 17:51:48 DOT02-AP-WireGuard daemon.notice dnscrypt-proxy[8245]: Network connectivity detected
Sep 24 17:51:48 DOT02-AP-WireGuard daemon.notice dnscrypt-proxy[8245]: Now listening to 127.0.0.3:30 [UDP]
Sep 24 17:51:48 DOT02-AP-WireGuard daemon.notice dnscrypt-proxy[8245]: Now listening to 127.0.0.3:30 [TCP]
Sep 24 17:51:48 DOT02-AP-WireGuard daemon.notice dnscrypt-proxy[8245]: Source [public-resolvers] loaded
Sep 24 17:51:48 DOT02-AP-WireGuard daemon.notice dnscrypt-proxy[8245]: Source [relays] loaded
Sep 24 17:51:48 DOT02-AP-WireGuard daemon.notice dnscrypt-proxy[8245]: Firefox workaround initialized
Sep 24 17:51:48 DOT02-AP-WireGuard daemon.notice dnscrypt-proxy[8245]: [quad9-dnscrypt-ip4-filter-pri] OK (DNSCrypt) - rtt: 6ms
Sep 24 17:51:48 DOT02-AP-WireGuard daemon.notice dnscrypt-proxy[8245]: [quad9-dnscrypt-ip4-filter-pri] OK (DNSCrypt) - rtt: 6ms - additional certificate
Sep 24 17:51:49 DOT02-AP-WireGuard daemon.notice dnscrypt-proxy[8245]: [quad9-doh-ip4-filter-pri] OK (DoH) - rtt: 51ms
Sep 24 17:51:49 DOT02-AP-WireGuard daemon.notice dnscrypt-proxy[8245]: Sorted latencies:
Sep 24 17:51:49 DOT02-AP-WireGuard daemon.notice dnscrypt-proxy[8245]: - 6ms quad9-dnscrypt-ip4-filter-pri
Sep 24 17:51:49 DOT02-AP-WireGuard daemon.notice dnscrypt-proxy[8245]: - 51ms quad9-doh-ip4-filter-pri
Sep 24 17:51:49 DOT02-AP-WireGuard daemon.notice dnscrypt-proxy[8245]: Server with the lowest initial latency: quad9-dnscrypt-ip4-filter-pri (rtt: 6ms)
Sep 24 17:51:49 DOT02-AP-WireGuard daemon.notice dnscrypt-proxy[8245]: dnscrypt-proxy is ready - live servers: 2

_________________
Home Network on Telus 1Gb PureFibre - 10GbE Copper Backbone
2x R7800 - Gateway & WiFi & 3xWireGuard - DDWRT r53562 Std k4.9

Off Site 1

R7000 - Gateway & WiFi & WireGuard - DDWRT r54517 Std
E3000 - Station Bridge - DDWRT r49626 Mega K4.4

Off Site 2

R7000 - Gateway & WiFi - DDWRT r54517 Std
E2000 - Wired ISP IPTV PVR Blocker - DDWRT r35531


YAMon 3.4.6 | DNSCrypt-Proxy V2
Alozaros
DD-WRT Guru


Joined: 16 Nov 2015
Posts: 6410
Location: UK, London, just across the river..

PostPosted: Fri Sep 25, 2020 6:36    Post subject: Reply with quote
yep there was an opkg update...recently...
i'm not using DNScrypt at the moment, nor ive test it it for a while, last time I set it on a client router...
mac913 could you tell me, is it working, as it should with the update...

for example my stubby bugged and i had to debug it...it turned up it needed to be adjusted to the new openssl 1.1.1g / 1.1.1h now

by any chance do you know what this line means in DNScrypt report its interesting : P

Firefox workaround initialized

_________________
Atheros
TP-Link WR740Nv1 ---DD-WRT 55179 WAP
TP-Link WR1043NDv2 -DD-WRT 55303 Gateway/DoT,Forced DNS,Ad-Block,Firewall,x4VLAN,VPN
TP-Link WR1043NDv2 -Gargoyle OS 1.15.x AP,DNS,QoS,Quotas
Qualcomm-Atheros
Netgear XR500 --DD-WRT 55460 Gateway/DoH,Forced DNS,AP Isolation,4VLAN,Ad-Block,Firewall,Vanilla
Netgear R7800 --DD-WRT 55460 Gateway/DoT,AD-Block,Forced DNS,AP&Net Isolation,x3VLAN,Firewall,Vanilla
Netgear R9000 --DD-WRT 55363 Gateway/DoT,AD-Block,AP Isolation,Firewall,Forced DNS,x2VLAN,Vanilla
Broadcom
Netgear R7000 --DD-WRT 55460 Gateway/SmartDNS/DoH,AD-Block,Firewall,Forced DNS,x3VLAN,VPN
NOT USING 5Ghz ANYWHERE
------------------------------------------------------
Stubby DNS over TLS I DNSCrypt v2 by mac913
mac913
DD-WRT Guru


Joined: 02 May 2008
Posts: 1848
Location: Canada

PostPosted: Fri Sep 25, 2020 20:27    Post subject: Reply with quote
I'm currently using v2.0.44 with build 44467 on two R7800s. One R7800 it's using Cisco Servers and the other R7800 is using Quad9 Servers and is working fine.

As for the Firefox workaround check out the changlog:
https://github.com/DNSCrypt/dnscrypt-proxy/blob/master/ChangeLog
I use FireFox as my main browser and I have no issues.

_________________
Home Network on Telus 1Gb PureFibre - 10GbE Copper Backbone
2x R7800 - Gateway & WiFi & 3xWireGuard - DDWRT r53562 Std k4.9

Off Site 1

R7000 - Gateway & WiFi & WireGuard - DDWRT r54517 Std
E3000 - Station Bridge - DDWRT r49626 Mega K4.4

Off Site 2

R7000 - Gateway & WiFi - DDWRT r54517 Std
E2000 - Wired ISP IPTV PVR Blocker - DDWRT r35531


YAMon 3.4.6 | DNSCrypt-Proxy V2
jauch888888
DD-WRT User


Joined: 23 Apr 2020
Posts: 101

PostPosted: Fri Sep 25, 2020 20:44    Post subject: Reply with quote
mac913 wrote:
I'm currently using v2.0.44 with build 44467 on two R7800s. One R7800 it's using Cisco Servers and the other R7800 is using Quad9 Servers and is working fine.

As for the Firefox workaround check out the changlog:
https://github.com/DNSCrypt/dnscrypt-proxy/blob/master/ChangeLog
I use FireFox as my main browser and I have no issues.


I don't know about Firefox workaround cause it is there since a while, last year it was there and btw I use edge as browser and I see firefox in my log
mac913
DD-WRT Guru


Joined: 02 May 2008
Posts: 1848
Location: Canada

PostPosted: Fri Sep 25, 2020 23:06    Post subject: Reply with quote
jauch888888 wrote:
mac913 wrote:
I'm currently using v2.0.44 with build 44467 on two R7800s. One R7800 it's using Cisco Servers and the other R7800 is using Quad9 Servers and is working fine.

As for the Firefox workaround check out the changlog:
https://github.com/DNSCrypt/dnscrypt-proxy/blob/master/ChangeLog
I use FireFox as my main browser and I have no issues.


I don't know about Firefox workaround cause it is there since a while, last year it was there and btw I use edge as browser and I see firefox in my log


Read the changelog link from my last post about the FireFox workarounds it's coded to all platforms, so I doubt it does anything in these routers since FireFox is not running on the router. It would make more sense that the FireFox Workaround would help platforms in PCs running Windows, Linux etc. along with DNSCrypt v2.

_________________
Home Network on Telus 1Gb PureFibre - 10GbE Copper Backbone
2x R7800 - Gateway & WiFi & 3xWireGuard - DDWRT r53562 Std k4.9

Off Site 1

R7000 - Gateway & WiFi & WireGuard - DDWRT r54517 Std
E3000 - Station Bridge - DDWRT r49626 Mega K4.4

Off Site 2

R7000 - Gateway & WiFi - DDWRT r54517 Std
E2000 - Wired ISP IPTV PVR Blocker - DDWRT r35531


YAMon 3.4.6 | DNSCrypt-Proxy V2
x2s
DD-WRT Novice


Joined: 28 Sep 2021
Posts: 2

PostPosted: Tue Sep 28, 2021 6:56    Post subject: dnscrypt-proxy: certificate signed by unknown authority Reply with quote
Netgear WNDR4500v2
DD-WRT v24-sp2 (02/04/15) giga - build 26138M
Linux 3.10.67 #6269 Wed Feb 4 06:34:18 CET 2015 mips

I'm using the dnscrypt-proxy binary v2.1.1 from the latest linux_mipsle release.

Once the service is started, it's failing with the following:
dnscrypt-proxy[9083]: Unable to retrieve source [public-resolvers]: [Get "https://download.dnscrypt.info/resolvers-list/v3/public-resolvers.md": x509: certificate signed by unknown authority]

I have already installed/upgraded ca-bundle and ca-certificates from Entware. Why is the service ignoring that?
egc
DD-WRT Guru


Joined: 18 Mar 2014
Posts: 12837
Location: Netherlands

PostPosted: Tue Sep 28, 2021 7:06    Post subject: Reply with quote
You are running a very old build , consider upgrading.

See the forum guidelines: https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=324087 full off helpful pointers about where and how to post where to find the builds and many other must read information.

_________________
Routers:Netgear R7000, R6400v1, R6400v2, EA6900 (XvortexCFE), E2000, E1200v1, WRT54GS v1.
Install guide R6400v2, R6700v3,XR300:https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=316399
Install guide R7800/XR500: https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=320614
Forum Guide Lines (important read):https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=324087
Alozaros
DD-WRT Guru


Joined: 16 Nov 2015
Posts: 6410
Location: UK, London, just across the river..

PostPosted: Tue Sep 28, 2021 8:35    Post subject: Reply with quote
x2s there are couple of reasons DNScrypt to not work...
-you installation is not correct, have a look at https://wiki.dd-wrt.com/wiki/index.php/Installing_Entware
-your configuration is not correct - click on green link in my signature
-your router may not work with DNScryptv2 as it requires more powerful CPU... for example it doesn't work on my @720Mhz mips CPU (1043v2)
-your NTP time is not correct...its vital for DNScrypt
-your servers of choice are not spelled correctly or something like...
-did you turned off the GUI option for DNScrypt (if you have one at all) you should disable it via GUI
-as egc noted above your build is very old...

As alternative to DNScrypt, you can choose between Unbound via USB, SmartDNS via /jffs on USB, or Stubby via /opt on USB (red link in my signature), also bear in mind Stubby is the easiest and light on settings/options, where Unbound has a solid config and SmartDNS it suppose to be fastest and smartest among all...
I personally use Stubby as it does very well...

_________________
Atheros
TP-Link WR740Nv1 ---DD-WRT 55179 WAP
TP-Link WR1043NDv2 -DD-WRT 55303 Gateway/DoT,Forced DNS,Ad-Block,Firewall,x4VLAN,VPN
TP-Link WR1043NDv2 -Gargoyle OS 1.15.x AP,DNS,QoS,Quotas
Qualcomm-Atheros
Netgear XR500 --DD-WRT 55460 Gateway/DoH,Forced DNS,AP Isolation,4VLAN,Ad-Block,Firewall,Vanilla
Netgear R7800 --DD-WRT 55460 Gateway/DoT,AD-Block,Forced DNS,AP&Net Isolation,x3VLAN,Firewall,Vanilla
Netgear R9000 --DD-WRT 55363 Gateway/DoT,AD-Block,AP Isolation,Firewall,Forced DNS,x2VLAN,Vanilla
Broadcom
Netgear R7000 --DD-WRT 55460 Gateway/SmartDNS/DoH,AD-Block,Firewall,Forced DNS,x3VLAN,VPN
NOT USING 5Ghz ANYWHERE
------------------------------------------------------
Stubby DNS over TLS I DNSCrypt v2 by mac913
x2s
DD-WRT Novice


Joined: 28 Sep 2021
Posts: 2

PostPosted: Tue Sep 28, 2021 11:00    Post subject: Reply with quote
Ok, I have just upgraded to DD-WRT v3.0-r47481 giga (09/24/21) and this error is again happening:

Code:
Sep 28 12:41:21 DD-WRT daemon.crit dnscrypt-proxy[2689]: Unable to retrieve source [public-resolvers]: [Get "https://download.dnscrypt.info/resolvers-list/v3/public-resolvers.md": x509: certificate signed by unknown authority]


Quote:

-you installation is not correct, have a look at https://wiki.dd-wrt.com/wiki/index.php/Installing_Entware

mipsel installation, is working fine
Quote:

-your configuration is not correct - click on green link in my signature
-your servers of choice are not spelled correctly or something like...

I'm pretty experienced with DNSCrypt (although on different platform). Currently I'm just trying to launch the DNSCrypt service to see if reaches the normal state for further configuration, but the cert problem is stopping me from that.
Quote:

-your router may not work with DNScryptv2 as it requires more powerful CPU... for example it doesn't work on my @720Mhz mips CPU (1043v2)

hopefully it has enough power, provided the service actually starts...
Quote:

-your NTP time is not correct...its vital for DNScrypt

NTP is synced and the log confirms that
Quote:

-did you turned off the GUI option for DNScrypt (if you have one at all) you should disable it via GUI

it's disabled in the Services -> Services -> Dnsmasq section
Alozaros
DD-WRT Guru


Joined: 16 Nov 2015
Posts: 6410
Location: UK, London, just across the river..

PostPosted: Tue Sep 28, 2021 13:06    Post subject: Reply with quote
is your DNS working...do you have anything as an specific DNS in those 3 box's, and did you config no-resolv server=127.0.0.1#30
if you follow the config from the green link it should be working...the fact it's not retrieving something meant no DNS or internet connection...or a bad config in general...
As you said you are experienced, on what platform do you run it at obviously its not working at DDWRT you are trying atm...

_________________
Atheros
TP-Link WR740Nv1 ---DD-WRT 55179 WAP
TP-Link WR1043NDv2 -DD-WRT 55303 Gateway/DoT,Forced DNS,Ad-Block,Firewall,x4VLAN,VPN
TP-Link WR1043NDv2 -Gargoyle OS 1.15.x AP,DNS,QoS,Quotas
Qualcomm-Atheros
Netgear XR500 --DD-WRT 55460 Gateway/DoH,Forced DNS,AP Isolation,4VLAN,Ad-Block,Firewall,Vanilla
Netgear R7800 --DD-WRT 55460 Gateway/DoT,AD-Block,Forced DNS,AP&Net Isolation,x3VLAN,Firewall,Vanilla
Netgear R9000 --DD-WRT 55363 Gateway/DoT,AD-Block,AP Isolation,Firewall,Forced DNS,x2VLAN,Vanilla
Broadcom
Netgear R7000 --DD-WRT 55460 Gateway/SmartDNS/DoH,AD-Block,Firewall,Forced DNS,x3VLAN,VPN
NOT USING 5Ghz ANYWHERE
------------------------------------------------------
Stubby DNS over TLS I DNSCrypt v2 by mac913
Goto page Previous  1, 2, 3, 4, 5, 6  Next Display posts from previous:    Page 5 of 6
Post new topic   Reply to topic    DD-WRT Forum Index -> General Questions All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum