more secure defaul settings

This commit is contained in:
Alexander Bersenev
2019-11-19 05:22:49 +05:00
parent 0549fd7200
commit 7f19b3f78d
2 changed files with 5 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
PORT = 3256
PORT = 443
# name -> secret (32 hex chars)
USERS = {
"tg": "00000000000000000000000000000000",
"tg2": "0123456789abcdef0123456789abcdef"
"tg": "00000000000000000000000000000001",
# "tg2": "0123456789abcdef0123456789abcdef",
}
# Makes the proxy harder to detect