Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
user:gp68:unbound [2024-09-03T10:53:52Z] – gp68 | user:gp68:unbound [2024-09-03T11:03:59Z] (current) – gp68 | ||
---|---|---|---|
Line 90: | Line 90: | ||
remote-control: | remote-control: | ||
control-enable: | control-enable: | ||
- | + | ||
+ | include: / | ||
</ | </ | ||
===== Refresh script ===== | ===== Refresh script ===== | ||
+ | Gets the opennic root nameserver from the web | ||
<file perl getroot_opennic.pl> | <file perl getroot_opennic.pl> | ||
Line 133: | Line 135: | ||
} | } | ||
</ | </ | ||
+ | |||
+ | Refreshes the files | ||
+ | * opennic.dnskey | ||
+ | * named.cache.opennic | ||
+ | * opennic_server.conf | ||
+ | * opennic_domains.conf | ||
+ | |||
+ | The script locks for single usage and checks the serial of the root zone for changes. | ||
<file bash refresh_base.sh> | <file bash refresh_base.sh> |