1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wireguard_ynh.git synced 2024-09-03 20:35:58 +02:00

Set up IPv6 range

This commit is contained in:
tituspijean 2021-11-02 23:58:13 +01:00
parent edaa31b773
commit 60a4ae7372
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,7 @@
{ {
"addresses": [ "addresses": [
"10.10.10.0/24" "10.10.10.0/24",
"fd42::/112"
], ],
"listen_port": "__PORT_WG__", "listen_port": "__PORT_WG__",
"post_up": "", "post_up": "",

View file

@ -4,7 +4,7 @@
# Address updated at: # Address updated at:
# Private Key updated at: # Private Key updated at:
[Interface] [Interface]
Address = 10.10.10.0/24 Address = 10.10.10.0/24,fd42::/112
ListenPort = __PORT_WG__ ListenPort = __PORT_WG__
PrivateKey = __PRIVATE_KEY__ PrivateKey = __PRIVATE_KEY__
MTU = 1450 MTU = 1450