mirror of
https://github.com/alexbers/mtprotoproxy.git
synced 2026-03-18 16:45:50 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
830d55fe77 | ||
|
|
66d9c03ff9 |
@@ -6,9 +6,9 @@ USERS = {
|
|||||||
"tg2": "0123456789abcdef0123456789abcdef"
|
"tg2": "0123456789abcdef0123456789abcdef"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Makes the proxy harder to detect
|
||||||
|
# Can be incompatible with very old clients
|
||||||
|
SECURE_ONLY = True
|
||||||
|
|
||||||
# Tag for advertising, obtainable from @MTProxybot
|
# Tag for advertising, obtainable from @MTProxybot
|
||||||
# AD_TAG = "3c09c680b76ee91a4c25ad51f742267d"
|
# AD_TAG = "3c09c680b76ee91a4c25ad51f742267d"
|
||||||
|
|
||||||
# Uncommenting this do make a proxy harder to detect
|
|
||||||
# But it can be incompatible with old clients
|
|
||||||
# SECURE_ONLY = True
|
|
||||||
|
|||||||
@@ -1108,7 +1108,7 @@ def init_ip_info():
|
|||||||
except Exception:
|
except Exception:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
IPV4_URL1 = "http://v4.ident.me/)"
|
IPV4_URL1 = "http://v4.ident.me/"
|
||||||
IPV4_URL2 = "http://ipv4.icanhazip.com/"
|
IPV4_URL2 = "http://ipv4.icanhazip.com/"
|
||||||
|
|
||||||
IPV6_URL1 = "http://v6.ident.me/"
|
IPV6_URL1 = "http://v6.ident.me/"
|
||||||
|
|||||||
Reference in New Issue
Block a user