diff options
author | Christian Breunig <christian@breunig.cc> | 2023-04-14 08:29:50 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-04-14 08:29:50 +0200 |
commit | 42775f287cca3e08dc8b2e58958018ecd1c626c9 (patch) | |
tree | 0c15c12527311093be2c1fd8b737cf90605f3645 /debian/control | |
parent | 2a876059826927ef204e359a40395955f27503ce (diff) | |
download | vyos-1x-42775f287cca3e08dc8b2e58958018ecd1c626c9.tar.gz vyos-1x-42775f287cca3e08dc8b2e58958018ecd1c626c9.zip |
container: T5082: enable aardvark-dns support
With commit 0ea3e1420 ("container: T5082: switch to netavark network stack")
moving to a new network stack we should also enable the new DNS plugin provided
by default.
TODO: add CLI nodes to manually disable DNS and/or supply external DNS servers
to the container.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 856f57030..3126e6ad9 100644 --- a/debian/control +++ b/debian/control @@ -34,6 +34,7 @@ Package: vyos-1x Architecture: amd64 arm64 Depends: ${python3:Depends}, + aardvark-dns, accel-ppp, auditd, avahi-daemon, |