From fefa87ebf2b2e001a18666e0eb160cb84282f5ba Mon Sep 17 00:00:00 2001 From: Joachim Tingvold Date: Tue, 29 Mar 2016 23:57:35 +0200 Subject: TG16-config. --- examples/tg16/dhcp/conf-v6/security.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 examples/tg16/dhcp/conf-v6/security.conf (limited to 'examples/tg16/dhcp/conf-v6/security.conf') diff --git a/examples/tg16/dhcp/conf-v6/security.conf b/examples/tg16/dhcp/conf-v6/security.conf new file mode 100644 index 0000000..7187d73 --- /dev/null +++ b/examples/tg16/dhcp/conf-v6/security.conf @@ -0,0 +1,10 @@ +zone security.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet6 2a06:5840:74::/64 { + option domain-name "security.tg16.gathering.org"; + + range6 2a06:5840:74::1000 2a06:5840:74::9999; +} + -- cgit v1.2.3