mirror of https://github.com/ginuerzh/gost
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
612 B
33 lines
612 B
[auth]
|
|
#动态口令周期 (s) 600=10分钟
|
|
dynamic_period = 5
|
|
#时间漂移
|
|
dynamic_skew = 1
|
|
|
|
ip_whitelist = [
|
|
# "198.144.184.47",
|
|
# "108.174.48.108",
|
|
# "23.94.205.145",
|
|
# "108.174.48.102",
|
|
# "198.144.184.108",
|
|
# "198.144.184.57",
|
|
# "198.144.184.125",
|
|
"108.174.48.96/28",
|
|
"23.94.205.144/28",
|
|
"23.94.204.32/27",
|
|
"23.94.205.160/27",
|
|
"192.3.126.224/27",
|
|
"198.144.184.0/25",
|
|
]
|
|
|
|
#动态密钥
|
|
secret = "&&4sg123g[]/~"
|
|
|
|
# SMTP 发信白名单
|
|
email_whitelist = [
|
|
"allowed-mail-server.com:25",
|
|
"smtp.secure.com:465",
|
|
"smtp.secure.com:587",
|
|
]
|
|
|
|
email_regex = ["^test[0-9][email protected]$"]
|
|
|