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:
parent
edaa31b773
commit
60a4ae7372
2 changed files with 3 additions and 2 deletions
|
@ -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": "",
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue