1
0

Update linuxserver/wireguard Docker tag to v1.0.20250521 (#929)

This commit is contained in:
renovate[bot]
2025-07-30 13:06:11 +08:00
committed by GitHub
parent 5859783c78
commit 299e8900b1
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
ALLOWEDIPS="10.0.8.0/24"
CONFIG_PATH="./config"
CONTAINER_NAME="wireguard"
INTERNAL_SUBNET="10.0.8.0"
LOG_CONFS="true"
PEERDNS="119.29.29.29,1.1.1.1"
PEERS=1
PERSISTENTKEEPALIVE_PEERS=25
PGID=1000
PUID=1000
SERVERPORT=51820
SERVERURL="172.17.0.1"
TIME_ZONE="Asia/Shanghai"