Upload folder via GUI - network-guard.properties
This commit is contained in:
@@ -60,3 +60,20 @@ antibot.vpn_check.block_proxy=true
|
|||||||
antibot.vpn_check.block_hosting=true
|
antibot.vpn_check.block_hosting=true
|
||||||
antibot.vpn_check.cache_minutes=30
|
antibot.vpn_check.cache_minutes=30
|
||||||
antibot.vpn_check.timeout_ms=2500
|
antibot.vpn_check.timeout_ms=2500
|
||||||
|
|
||||||
|
# ===========================
|
||||||
|
# BACKEND JOIN GUARD SYNC (optional)
|
||||||
|
# ===========================
|
||||||
|
# Diese Werte koennen von BackendJoinGuard im StatusAPI-Sync-Modus abgeholt werden.
|
||||||
|
# Standalone bleibt weiterhin moeglich.
|
||||||
|
backendguard.enforcement_enabled=true
|
||||||
|
backendguard.log_blocked_attempts=true
|
||||||
|
backendguard.kick_message=&cBitte verbinde dich nur über den Proxy-Server.
|
||||||
|
# Wichtig: Hier nur echte Proxy-IP(s) eintragen.
|
||||||
|
backendguard.allowed_proxy_ips=127.0.0.1,::1,10.0.0.10
|
||||||
|
# Optional: internes Proxy-Netz als CIDR
|
||||||
|
backendguard.allowed_proxy_cidrs=10.0.0.0/24
|
||||||
|
|
||||||
|
# Optionaler API-Key fuer GET /network/backendguard/config
|
||||||
|
# Leer = kein API-Key erforderlich (nur im internen Netzwerk empfohlen)
|
||||||
|
backendguard.sync.api_key=bgSync_7Rk9pQ2nLm5xV8cH4tW1yZ6
|
||||||
|
|||||||
Reference in New Issue
Block a user