From 72c213b963aaaac4b5f220000305b2ee8286e2cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E5=88=80=E7=8B=90=E7=8B=B8?= <9463297+callmer@user.noreply.gitee.com> Date: Sun, 30 Oct 2022 20:28:48 +0000 Subject: [PATCH] add src/Fox_Debian_Dhcpcd_IPv6.conf. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 秋刀狐狸 <9463297+callmer@user.noreply.gitee.com> --- src/Fox_Debian_Dhcpcd_IPv6.conf | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/Fox_Debian_Dhcpcd_IPv6.conf diff --git a/src/Fox_Debian_Dhcpcd_IPv6.conf b/src/Fox_Debian_Dhcpcd_IPv6.conf new file mode 100644 index 0000000..3166089 --- /dev/null +++ b/src/Fox_Debian_Dhcpcd_IPv6.conf @@ -0,0 +1,24 @@ +# This configuration file is customized by fox +# Optimize dhcpcd parameters for dns server + +# Only configure IPv6 +ipv6only + +# Inform the DHCP server of our hostname for DDNS. +hostname + +# A list of options to request from the DHCP server. +nooption domain_name_servers, domain_name, domain_search, host_name +option classless_static_routes + +# Respect the network MTU. +option interface_mtu + +# A ServerID is required by RFC2131. +require dhcp_server_identifier + +# Generate Stable Private IPv6 Addresses based from the DUID +slaac hwaddr + +# Don't send any ARP requests. +noarp