We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 526068f + cb6c7cb commit f96b950Copy full SHA for f96b950
zbxtg_settings.example.py
@@ -29,6 +29,9 @@
29
30
# proxy_to_tg = "socks5://user1:password2@hostname:port" # socks5 with username and password
31
# proxy_to_tg = "socks5://hostname:port" # socks5 without username and password
32
+# proxy_to_tg = "socks5h://hostname:port" # hostname resolution on SOCKS proxy.
33
+ # This helps when internet provider alter DNS queries.
34
+ # Found here: https://stackoverflow.com/a/43266186/957508
35
36
google_maps_api_key = None # get your key, see https://developers.google.com/maps/documentation/geocoding/intro
37
0 commit comments