diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:43:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:43:03 +0000 |
commit | f504d0d8a469f3f913a853e97020112fcf262c1b (patch) | |
tree | 25a4b573f8fc510c99d931a382598bee699a215c /debian/dhcp6c.conf | |
parent | Adding upstream version 20080615. (diff) | |
download | wide-dhcpv6-debian.tar.xz wide-dhcpv6-debian.zip |
Adding debian version 20080615-23.debian/20080615-23debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/dhcp6c.conf')
-rw-r--r-- | debian/dhcp6c.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/dhcp6c.conf b/debian/dhcp6c.conf new file mode 100644 index 0000000..ea67fec --- /dev/null +++ b/debian/dhcp6c.conf @@ -0,0 +1,12 @@ +# Default dhpc6c configuration: it assumes the address is autoconfigured using +# router advertisements. + +profile default +{ + information-only; + + request domain-name-servers; + request domain-name; + + script "/etc/wide-dhcpv6/dhcp6c-script"; +}; |