summaryrefslogtreecommitdiff
path: root/docs/configuration/service/dns.rst
AgeCommit message (Collapse)Author
2024-04-13Added information on authoritative zones to DNS pageAlex W
2024-03-06Fixed line wrapping for previous PR #1313Ginko (Giggum)
(cherry picked from commit 0f413beec13b06fb32ae6b5b339525f69f389127)
2024-03-06Rewrote Dynamic DNS documentation/examples to align with T5791Ginko (Giggum)
(cherry picked from commit 5a6aa7506d74b40db52a2852629898457cb5753f)
2024-01-30dns forwarding: T5687: Implement ECS settings for PowerDNS recursorkhramshinr
2024-01-06dns: T5900: add dont-throttle-netmasks and serve-stale-extensions powerdns ↵Christian Breunig
features
2023-10-02Second update dns.rstDibins
Based on the discussion here: https://forum.vyos.io/t/dynamic-dns-not-wollowing-web-options/12309 it seems necessary to note that setting the web-options on a given interface is not sufficient for determining the IP address when behind NAT. I've added some additional detail, which I think will make that more clear, as well as listed the commands as required to set up DDNS behind NAT. Further I updated the section on RFC2136 to accurately show address instead of interface
2023-10-02Update dns.rstShnoobins
Updated command syntax for dynamic dns - changed set service dns dynamic interface to set service dns dynamic address. Changed the login option from 'login' to 'username' Changed the web options from 'use-web' to 'web-options' Changed because I ran into the command syntax change on a 1.4 install. Updating documents to match.
2023-08-06T5445: dyndns: add possibility to specify update interval (timeout)Christian Breunig
2023-05-03fix: domain forwarder name-server in exampleJerome Bollinger
2023-05-03fix: command name-server instead of serverJerome Bollinger
In sagitta, the proper option for domain forwarding is name-server.
2023-03-27dns: T5113: Support custom port for name-server forwardersIndrajit Raychaudhuri
Support optional custom port for name-server forwarders.
2023-01-30dns: sync branchesrebortg
2022-04-06dns: T4343: document dns forwarding timeoutBracken Dawson
2021-10-19Update dns.rst with forwarding source-addressChris Poole
Add documentation for "set service dns forwarding source-address <address>" We needed this setting in a split-horizon DNS down a VPN tunnel to force the source address to a an IP that can be routed back instead of the VPN tunnel endpoint, but can only find it described in the command line currently.
2021-10-18ddns: allow IPv6 explicit exampleViacheslav
2021-10-13dns: improve CLI commands by adding missing parametersChristian Poessinger
2021-10-13dns: max-cache-entries was renamed to cache-sizeChristian Poessinger
2021-06-11autosectionlabel: add custom headline refrebortg
2021-05-06dns: DNS Forward - fix typoHard
2021-05-05dns: T3277: support no reverse zones rfc1918 lookupIgor Melnyk
2021-02-02dns: Typographical/cosmetic correctionserkin
2020-12-11service: fix lint errorsrebortg
2020-11-30arrange services and protocolsrebortg