feat(gui): add UPnP and public IPv6 advanced options (#2194)

Expose disable-upnp and ipv6_public_addr_auto in the shared web/GUI config editor
bump release metadata to 2.6.3.
This commit is contained in:
KKRainbow
2026-05-01 13:45:19 +08:00
committed by GitHub
parent 4958394469
commit 852d1c9e14
13 changed files with 29 additions and 11 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ name = "easytier"
description = "A full meshed p2p VPN, connecting all your devices in one network with one command."
homepage = "https://github.com/EasyTier/EasyTier"
repository = "https://github.com/EasyTier/EasyTier"
version = "2.6.2"
version = "2.6.3"
edition.workspace = true
rust-version.workspace = true
authors = ["kkrainbow"]