16 lines
348 B
Plaintext
16 lines
348 B
Plaintext
# SSH Port
|
|
SSH_PORT="22"
|
|
|
|
# Länder blockieren
|
|
GEOIP_BLOCK="kp cn ru"
|
|
|
|
# ASN blockieren
|
|
#CN Telecom, CN Mobile
|
|
ASN_BLOCK="AS4134 AS9808"
|
|
|
|
# Statische Whitelist
|
|
WHITELIST_IPS="195.20.133.4 195.20.133.6 195.20.133.14 92.50.110.210 92.50.110.211 92.50.110.212 192.168.100.5 192.168.100.100"
|
|
|
|
# DynDNS Hosts
|
|
WHITELIST_HOSTS="vpnafgeissler.selfhost.co"
|