<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/data/templates/dns-forwarding, branch current</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/vyos/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-1x.git/atom?h=current</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=current'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2024-09-11T07:14:31+00:00</updated>
<entry>
<title>T6294: Service dns forwarding add the ability to configure ZonetoCache</title>
<updated>2024-09-11T07:14:31+00:00</updated>
<author>
<name>khramshinr</name>
<email>khramshinr@gmail.com</email>
</author>
<published>2024-07-29T09:31:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=9e194ce895319683b877890ebb7d5da06b8e9b31'/>
<id>urn:sha1:9e194ce895319683b877890ebb7d5da06b8e9b31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dns forwarding: T5687: Implement ECS settings for PowerDNS recursor</title>
<updated>2024-01-30T09:45:54+00:00</updated>
<author>
<name>khramshinr</name>
<email>khramshinr@gmail.com</email>
</author>
<published>2024-01-30T07:12:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=eb76729d63245e2e8f06f4d6d52d2fd4aab4fb1f'/>
<id>urn:sha1:eb76729d63245e2e8f06f4d6d52d2fd4aab4fb1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dns: T5959: Streamline dns forwarding service</title>
<updated>2024-01-21T19:29:25+00:00</updated>
<author>
<name>Indrajit Raychaudhuri</name>
<email>irc@indrajit.com</email>
</author>
<published>2023-12-30T00:21:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=1c1fb5fb4bd7c0d205b28caf90357ad56423464f'/>
<id>urn:sha1:1c1fb5fb4bd7c0d205b28caf90357ad56423464f</id>
<content type='text'>
Streamline configuration and operation of dns forwarding service in
following ways:

- Remove `dns_forwarding_reset.py` as its functionality is now covered
  by `dns.py`
- Adjust function names in `dns.py` to disambiguate between DNS
  forwarding and dynamic DNS
- Remove `dns_forwarding_restart.sh` as its functionality is inlined in
  `dns-forwarding.xml`
- Templatize systemd override for `pdns-recursor.service` and move the
  generated override files in /run. This ensures that the override files
  are always generated afresh after boot
- Simplify the systemd override file by removing the redundant overrides
- Relocate configuration path for pdns-recursor to `/run/pdns-recursor`
  and utilize the `RuntimeDirectory` default that pdns-recursor expects
- We do not need to use custom `--socket-dir` path anymore, the default
  path (viz., `/run/pdns-recursor` is fine)
</content>
</entry>
<entry>
<title>dns: T5900: fix smoketests for serve-stale-extension and exclude-throttle-address</title>
<updated>2024-01-06T19:48:59+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-01-06T19:45:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=9baeafa890f7b1d3829df633322fb4288e9ea882'/>
<id>urn:sha1:9baeafa890f7b1d3829df633322fb4288e9ea882</id>
<content type='text'>
This fixes commit 199ceb1f0a ("dns: T5900: add dont-throttle-netmasks and
serve-stale-extensions powerdns features") where after the latest review round
the Jinja2 template was inconsitently changed and smoketests were not re-run.
</content>
</entry>
<entry>
<title>dns: T5900: add dont-throttle-netmasks and serve-stale-extensions powerdns features</title>
<updated>2024-01-06T12:02:11+00:00</updated>
<author>
<name>fvlaicu</name>
<email>19238716+fvlaicu@users.noreply.github.com</email>
</author>
<published>2024-01-06T12:02:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=199ceb1f0a820c838dea6862371a3121b3d9f3a9'/>
<id>urn:sha1:199ceb1f0a820c838dea6862371a3121b3d9f3a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T5474: establish common file name pattern for XML conf mode commands</title>
<updated>2023-12-31T22:49:48+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-12-30T22:25:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=4ef110fd2c501b718344c72d495ad7e16d2bd465'/>
<id>urn:sha1:4ef110fd2c501b718344c72d495ad7e16d2bd465</id>
<content type='text'>
We will use _ as CLI level divider. The XML definition filename and also
the Python helper should match the CLI node.

Example:
set interfaces ethernet -&gt; interfaces_ethernet.xml.in
set interfaces bond -&gt; interfaces_bond.xml.in
set service dhcp-server -&gt; service_dhcp-server-xml.in
</content>
</entry>
<entry>
<title>dns: T5115: Support custom port for name servers for forwarding zones.</title>
<updated>2023-03-28T15:16:07+00:00</updated>
<author>
<name>Indrajit Raychaudhuri</name>
<email>irc@indrajit.com</email>
</author>
<published>2023-03-27T08:56:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=2bb5c5d0fd9ed07649b81a61e9c1a78a9f222405'/>
<id>urn:sha1:2bb5c5d0fd9ed07649b81a61e9c1a78a9f222405</id>
<content type='text'>
This would allow using custom ports in name server operating on non-
default port for forwarding zones.

This is a follow-up to T5113 for sake of completeness and having
consistent treatment of all name servers configured in PowerDNS recursor.

Additionally, migrate `service dns forwarding domain example.com server`
to `service dns forwarding domain foo3.com name-server` for consistency
and reusability.
</content>
</entry>
<entry>
<title>dns: T738: add CLI option for PowerDNS local-port</title>
<updated>2022-11-10T09:23:48+00:00</updated>
<author>
<name>Zen3515</name>
<email>7106408+Zen3515@users.noreply.github.com</email>
</author>
<published>2022-11-10T09:23:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=2f105b1b22de382927699d2f3a1ec6f00cb4ecbe'/>
<id>urn:sha1:2f105b1b22de382927699d2f3a1ec6f00cb4ecbe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dns: T4509: Add dns64-prefix option</title>
<updated>2022-07-05T10:05:44+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2022-07-04T18:16:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=2bdf4798570222b57af2de2f0b443529abdc3feb'/>
<id>urn:sha1:2bdf4798570222b57af2de2f0b443529abdc3feb</id>
<content type='text'>
rfc6147: DNS Extensions for Network Address Translation
         from IPv6 Clients to IPv4 Servers

set service dns forwarding dns64-prefix 2001:db8:aabb::/96
</content>
</entry>
<entry>
<title>dns: T4353: fix Jinja2 linting errors</title>
<updated>2022-04-16T10:13:06+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-04-16T10:13:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=68f8acbaf44379173faaa8aa7cae6ee40024df88'/>
<id>urn:sha1:68f8acbaf44379173faaa8aa7cae6ee40024df88</id>
<content type='text'>
</content>
</entry>
</feed>
