luci: option domain in unbound.conf is lost on "apply changes"
See original GitHub issueForeword: originally reported under packages but moved here as recommended.
Environment: Fritzbox 4040, OpenWRT 19.07.3
Description:
- configure unbound in parallel mode
- insert relevant “domain” keyword for custom domain in /etc/config/unbound
option domain 'yourdomain'
- in the GUI make a minor change, say TTL from 120 to 121, and apply changes
- verify that the keyword domain has disappeared from the config
- again in the GUI make another minor chage, say TTL back to 120, and apply changes
- verify that resolv.conf now has a “search lan.” line instead of “search yourdomain.”
Basically, after two restarts, the keyword is gone from resolv.conf Issue first discussed in the forum
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Unbound: option "domain" is lost - OpenWrt Forum
They will be passed by LuCI to a final config file placed in /tmp/lib/unbound including data filled up by LuCI like local domain...
Read more >NLnet Labs Documentation - Unbound - unbound.conf.5
The source distribution contains an ex- tensive example.conf file with all the options. # unbound.conf(5) config file for unbound(8). server: directory: ...
Read more >What is the best method for installing Unbound on a LEDE ...
Will Unbound settings apply globally or need to be configured per ... your trust store for the same domain as the DNS server...
Read more >Configuring Unbound as a simple forwarding DNS server
In this section, we'll work on the basic configuration of Unbound. Basic configuration. First find and uncomment these two entries in unbound.
Read more >unbound.conf(5): Unbound config file - Linux man page - Die.net
conf file with all the options. # unbound.conf(5) config file for unbound(8). server: directory: "/etc/unbound" username: unbound # ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have removed heavy and light prebuilt packages in master and replaced them with a default plus selected option build. So I guess the report is release 19.07. Changes needs to settle for time before I back port them.
I am working on this, but first I need to get the Unbound packaging itself squared away. There have been some issues.