I have the same issue. Plugin will not start AdguardHome at boot, have to start it manually.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: harshw on August 05, 2020, 07:20:58 AMQuote from: mrancier on August 05, 2020, 02:00:01 AM
Sorry about the delay. Life kinda got in the way. In any case, I meant traditional in the sense that I am not using the extracted certificates from the gateway, which I do have, to do a full bypass, ie., ont to opnsense.
The only other thing I might point to is that at some point within the last upgrade the devs stopped loading the netgraph modules by default, so you have to ensure that you are adding them to your loader.conf or loader.conf.local .
Are you using the original script by aus or the one from MonkWho or others? If you're using the original script and it is working for you = then it's just a matter of seeing why the newer ones aren't working (changed locations for files and binaries perhaps?)
Quote from: directnupe on May 20, 2020, 10:49:35 PMQuote from: mrancier on April 29, 2020, 01:32:45 AM
trying to get this to work with nextdns or blockerdns, but although stubby runs, when I try to dig the server to test it I get "WARNING: recursion requested but not available".
Running latest production 20.1.5.
Any help would be appreciated.
Dear mrancier,
Hello and I hope that you are both safe and well. Forgive me for not getting back to you earlier. My main router is OpenWRT and I use both nextdns and blockerdns. I just ran the dig commands for both of these with no issues. Now - to be transparent, I am running getdns stubby and unbound on localhost ( 127.0.0.1 ) on my OpenWRT router. So try changing to that setup and test it ( you know troubleshooting ). Here below for how to : https://forum.opnsense.org/index.php?PHPSESSID=k6ivse7g94849ga6nk9r8kg9g5&topic=13487.0
The other possibility could involve how you are configuring blockerdns and nextdns respectively. See here for nextdns demo and illustration : https://nextdns.io/ - Click on " Try It Now For Free "
you must append your own prefix to the DNS OVER TLS endpoint ( see this entry at the very bottom of the page ) :
DNS-over-TLS
Prepend the name to the provided domain (the name should only contain a-z, A-Z, 0-9 and -). Use -- for spaces.
For "John Router", you would use John--Router-f7fc55.dns.nextdns.io as your DNS-over-TLS endpoint.
That may solve your issue on nextdns. As for blockerdns - Tambe recently changed his IP addresses - use the following command line entry to determine them for yourself:
dig +short abcdefgh.blockerdns.com ( where abcdefgh is your blockerdns "username" ) see here : https://blockerdns.com/overview read the section here :
Do I get a username and/or password to use blockerDNS? How do you know I'm actually a user if all I'm doing is putting in a DNS server in my settings?
If you're accessing our service via DNS over TLS or DNS over HTTPS, the way we handle authentication is by giving you a unique URL to put as your setting. It'll be something like asdfghjkl.blockerdns.com. The first portion is what serves as your "username".
You must be careful and precise when entering server - address_data: tls_auth_name: and value: for SPKI key - hope this helps and stay safe
Quote from: pkernstock on May 04, 2020, 03:52:06 PM
The funny thing is, I sent the exact the same feedback to @mimugmail via Twitter. As the form doesn't accept "#" or hostnames into the field.
At the moment I've workedaround it by modifying the config file directly: (to be honest I don't know if that's persistent across reboots)
# cat /var/unbound/etc/dot.conf
server:
tls-cert-bundle: /etc/ssl/cert.pem
forward-zone:
name: "."
forward-tls-upstream: yes
forward-addr: 45.90.28.0#xx.dns1.nextdns.io
forward-addr: 2a07:a8c0::#xx.dns1.nextdns.io
forward-addr: 45.90.30.0#xx.dns2.nextdns.io
forward-addr: 2a07:a8c1::#xx.dns2.nextdns.io
Quote from: pkernstock on May 04, 2020, 03:52:06 PM
The funny thing is, I sent the exact the same feedback to @mimugmail via Twitter. As the form doesn't accept "#" or hostnames into the field.
At the moment I've workedaround it by modifying the config file directly: (to be honest I don't know if that's persistent across reboots)
# cat /var/unbound/etc/dot.conf
server:
tls-cert-bundle: /etc/ssl/cert.pem
forward-zone:
name: "."
forward-tls-upstream: yes
forward-addr: 45.90.28.0#xx.dns1.nextdns.io
forward-addr: 2a07:a8c0::#xx.dns1.nextdns.io
forward-addr: 45.90.30.0#xx.dns2.nextdns.io
forward-addr: 2a07:a8c1::#xx.dns2.nextdns.io