remove ipv6 instructions

This commit is contained in:
mrhotio 2025-12-23 12:18:32 +01:00
parent e253fa094e
commit b0781700a1
2 changed files with 1 additions and 10 deletions

View File

@ -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!

View File

@ -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)
...
```