Some bibliography about Unbound and OpenWRT
This commit is contained in:
parent
c4e7d1158e
commit
4449ae0a5c
1 changed files with 22 additions and 2 deletions
24
README.md
24
README.md
|
@ -207,6 +207,12 @@ verbose call end reason (3,2001): [cm] no-service
|
||||||
|
|
||||||
## Final Modem Configuration
|
## Final Modem Configuration
|
||||||
|
|
||||||
|
### Generic
|
||||||
|
|
||||||
|
1. Set a password
|
||||||
|
2. Set a name: `parangon`
|
||||||
|
3. Set IP range: `192.168.0.254/24`
|
||||||
|
|
||||||
### ModemManager
|
### ModemManager
|
||||||
|
|
||||||
We append the following to ModemManager:
|
We append the following to ModemManager:
|
||||||
|
@ -234,7 +240,7 @@ ping -6 openwrt.org
|
||||||
|
|
||||||
### Configure Zones
|
### Configure Zones
|
||||||
|
|
||||||
*Not yet written*
|
Add our broadband interface to the WWAN zone.
|
||||||
|
|
||||||
### Configure Wireguard
|
### Configure Wireguard
|
||||||
|
|
||||||
|
@ -246,7 +252,21 @@ ping -6 openwrt.org
|
||||||
|
|
||||||
### Configure our DNS recursive resolver
|
### Configure our DNS recursive resolver
|
||||||
|
|
||||||
*Not yet written*
|
Related with OpenWRT:
|
||||||
|
- https://openwrt.org/docs/guide-user/services/dns/unbound
|
||||||
|
- https://openwrt.org/docs/guide-user/services/dns/dot\_unbound
|
||||||
|
- https://forum.openwrt.org/t/using-unbound-alongside-dnsmasq/50537
|
||||||
|
- https://gist.github.com/kevinoid/00656e6e4815e3ffe25dabe252e0f1e3
|
||||||
|
- https://kevinlocke.name/bits/2017/03/09/unbound-with-dnsmasq-on-openwrt/
|
||||||
|
- https://blog.josefsson.org/tag/openwrt/
|
||||||
|
- http://kacangbawang.com/say-bye-to-providers-dns-servers-be-your-own-dns-resolver/
|
||||||
|
- https://zhmail.com/2018/04/20/setting-up-a-dns-over-tls-forwarding-cache-on-openwrt-snapshot-r6693-or-later/
|
||||||
|
- https://www.dnssec-deployment.org/2012/03/a-validating-recursive-resolver-on-a-70-home-router/
|
||||||
|
- https://blog.grobox.de/2018/what-is-dns-privacy-and-how-to-set-it-up-for-openwrt/
|
||||||
|
|
||||||
|
Not related with OpenWRT:
|
||||||
|
- https://calomel.org/unbound_dns.html
|
||||||
|
- https://feeding.cloud.geek.nz/posts/setting-up-your-own-dnssec-aware/
|
||||||
|
|
||||||
Sites to test:
|
Sites to test:
|
||||||
- sci-hub.se (`ping sci-hub.se` should not return `127.0.0.1`)
|
- sci-hub.se (`ping sci-hub.se` should not return `127.0.0.1`)
|
||||||
|
|
Loading…
Reference in a new issue