mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-01 05:00:24 +00:00
Updated OpenVPN server: IPv6 (markdown)
parent
95e8370f3a
commit
f6436e16fa
1 changed files with 8 additions and 0 deletions
|
@ -18,6 +18,14 @@ In this document, we'll assume you have the following from the OpenVPN server's
|
|||
|
||||
**Note: This section is work in progress**
|
||||
|
||||
`sudo nano /etc/sysctl.conf`
|
||||
```
|
||||
# Uncomment the next line to enable packet forwarding for IPv6
|
||||
# Enabling this option disables Stateless Address Autoconfiguration
|
||||
# based on Router Advertisements for this host
|
||||
net.ipv6.conf.all.forwarding=1
|
||||
```
|
||||
|
||||
Add the following to a functioning OpenVPN config:
|
||||
```
|
||||
server-ipv6 2001:db8:0:123::/64
|
||||
|
|
Loading…
Add table
Reference in a new issue