mirror of
https://github.com/hotio/website.git
synced 2026-01-09 07:53:23 +08:00
remove ipv6 instructions
This commit is contained in:
parent
e253fa094e
commit
b0781700a1
@ -18,7 +18,7 @@ Affiliate links:
|
||||
|
||||
8. With `VPN_CONF` you can set the name used for your WireGuard config.
|
||||
|
||||
9. If you have no need for IPv6, add this.
|
||||
9. NOT USED
|
||||
|
||||
10. DANGEROUS! Don't enable unless you know what you are doing!
|
||||
|
||||
|
||||
@ -33,7 +33,6 @@
|
||||
-e UNBOUND_ENABLED="false" \ #(21)
|
||||
-e UNBOUND_NAMESERVERS="" \ #(22)
|
||||
--cap-add=NET_ADMIN \
|
||||
--sysctl="net.ipv6.conf.all.disable_ipv6=1" \ # OPTIONAL(9)
|
||||
...
|
||||
```
|
||||
|
||||
@ -61,8 +60,6 @@
|
||||
- UNBOUND_NAMESERVERS #(22)
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
sysctls:
|
||||
- net.ipv6.conf.all.disable_ipv6=1 # OPTIONAL(9)
|
||||
...
|
||||
```
|
||||
|
||||
@ -89,7 +86,6 @@
|
||||
-e UNBOUND_ENABLED="false" \ #(21)
|
||||
-e UNBOUND_NAMESERVERS="" \ #(22)
|
||||
--cap-add=NET_ADMIN \
|
||||
--sysctl="net.ipv6.conf.all.disable_ipv6=1" \ # OPTIONAL(9)
|
||||
...
|
||||
```
|
||||
|
||||
@ -117,8 +113,6 @@
|
||||
- UNBOUND_NAMESERVERS #(22)
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
sysctls:
|
||||
- net.ipv6.conf.all.disable_ipv6=1 # OPTIONAL(9)
|
||||
...
|
||||
```
|
||||
|
||||
@ -150,7 +144,6 @@
|
||||
-e UNBOUND_ENABLED="false" \ #(21)
|
||||
-e UNBOUND_NAMESERVERS="" \ #(22)
|
||||
--cap-add=NET_ADMIN \
|
||||
--sysctl="net.ipv6.conf.all.disable_ipv6=1" \ # OPTIONAL(9)
|
||||
...
|
||||
```
|
||||
|
||||
@ -183,8 +176,6 @@
|
||||
- UNBOUND_NAMESERVERS #(22)
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
sysctls:
|
||||
- net.ipv6.conf.all.disable_ipv6=1 # OPTIONAL(9)
|
||||
...
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user