-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update docs & fix small bug regarding automatically added blacklists/…
…whitelists upon startup
- Loading branch information
Showing
5 changed files
with
92 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,15 @@ | ||
# mandatory | ||
ECON_ADDRESSES=127.0.0.1:9303,127.0.0.1:9304 | ||
ECON_PASSWORDS=password | ||
REDIS_PASSWORD=some_database_password | ||
TWVPN_ECON_ADDRESSES=localhost:8404,localhost:8405 | ||
TWVPN_ECON_PASSWORDS="single password for all servers or comma separated list of passwords for each server" | ||
TWVPN_REDIS_PASSWORD="your database password" | ||
|
||
TWVPN_WHITELIST_TTL=168h30m30s | ||
TWVPN_REDIS_DB_VPN=0 # 0-15 | ||
TWVPN_OFFLINE=false | ||
TWVPN_IPHUB_TOKEN="N..." | ||
TWVPN_PROXYCHECK_TOKEN="12345-1234-12345-123456" | ||
TWVPN_VPNAPI_TOKEN="123456890abcdef" | ||
TWVPN_PERMABAN_THRESHOLD="0.6" | ||
|
||
OFFLINE=false | ||
IPHUB_TOKEN= | ||
PROXYCHECK_TOKEN= | ||
IPTEOH_ENABLED=false # does not work | ||
PERMABAN_THRESHOLD=0.6 | ||
TWVPN_VPN_BAN_REASON="VPN" | ||
TWVPN_VPN_BAN_DURATION="24h30m30s" | ||
|
||
VPN_BAN_REASON=VPN | ||
VPN_BAN_DURATION=1h | ||
|
||
PROXY_DETECTION_ENABLED=false | ||
PROXY_UPDATE_INTERVAL=1m | ||
PROXY_BAN_REASON=proxy connection | ||
PROXY_BAN_DURATION=24h | ||
PROXY_SERVERNAME_DISTANCE=8 |