From b8c202961568807b84ebaf51113e8a202c710387 Mon Sep 17 00:00:00 2001 From: Molly Lau Date: Thu, 11 May 2023 20:17:02 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11a2d95..0437149 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ For Ubuntu, official recommend mirror lists are here:

-**--setipv6 "0 is disabled, 1 is enabled"**: Both IPv6 stack or bio-stack(both has IPv4 and IPv6 address) server will enable IPv6, IPv4 stack server will be disabled IPv6 by default(because Racknerd will give IPv6 DNS for IPv4 stack server, the server will access to invalid IPv6 network for priority, not IPv4 route.), if you want to load IPv6 modules or original os has IPv6 network access(only IPv6 dhcp) but due to missing IPv6 modules loading, the IPv6 access is disabled, you can add --setipv6 "1" to enable IPv6 modules force in new os. +**--setipv6 "0 is disabled, 1 is enabled"**: Both IPv6 stack or bio-stack(both has IPv4 and IPv6 address) server will enable IPv6, IPv4 stack server's IPv6 will be disabled by default(because Racknerd will give IPv6 DNS for IPv4 stack server, the server will access to invalid IPv6 network for priority, not IPv4 route.), if you want to load IPv6 modules or original os has IPv6 network access(only IPv6 dhcp) but due to missing IPv6 modules loading, the IPv6 access is disabled, you can add --setipv6 "1" to enable IPv6 modules force in new os.