Select Git revision
-
Jan-Niklas Burfeind authored
04eadf860 dnsproxy: Update to 0.46.4 f5547cfde cloudflared: Update to 2022.11.1 4abdc2f33 github-ci: error on any shell errors 798fe3f59 django: bump version 4.0.8 ce3e9d4b4 natmap: merge "ipv4" and "ipv6" options into single "family" option 0393a5c19 snowflake: update to version 2.4.1 ec2fbd57e natmap: add new package
Jan-Niklas Burfeind authored04eadf860 dnsproxy: Update to 0.46.4 f5547cfde cloudflared: Update to 2022.11.1 4abdc2f33 github-ci: error on any shell errors 798fe3f59 django: bump version 4.0.8 ce3e9d4b4 natmap: merge "ipv4" and "ipv6" options into single "family" option 0393a5c19 snowflake: update to version 2.4.1 ec2fbd57e natmap: add new package
dns-forwarder.rst 810 B
DNS forwarder
A Gluon node can be configured to act as a DNS forwarder. Requests for the next-node hostname(s) can be answered locally, without querying the upstream resolver.
Note: While this reduces answer time and allows to use the next-node hostname without upstream connectivity, this feature should not be used for next-node hostnames that are FQDN when the zone uses DNSSEC.
One or more upstream resolvers can be configured in the dns.servers setting. When next_node.name is set, A and/or AAAA records for the next-node IP addresses are placed in the dnsmasq configuration.
dns = {
servers = { '2001:db8::1', },
},
next_node = {
name = { 'nextnode.location.community.example.org', 'nextnode', 'nn' },
ip6 = '2001:db8:8::1',
ip4 = '198.51.100.1',
}