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:
co-authored by
factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
parent
d10e9fa346
commit
192960ad3e
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user