Advanced networking: per-peer site subnets (site-to-site), per-peer client routes, peer isolation option, client setup guide

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
This commit is contained in:
lofyer
2026-07-04 08:21:17 +08:00
co-authored by factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
parent d10e9fa346
commit 192960ad3e
12 changed files with 176 additions and 6 deletions
+1
View File
@@ -12,6 +12,7 @@ class Settings(BaseSettings):
wg_allowed_ips: str = "0.0.0.0/0, ::/0"
wg_persistent_keepalive: int = 25
wg_config_dir: Path = Path("/etc/wireguard")
wg_peer_isolation: bool = False
admin_username: str = "admin"
admin_password: str = "changeme"