Skip to content

Commit cb6c7cb

Browse files
Add socks proxy setting with socks5h schema.
1 parent 523105f commit cb6c7cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

zbxtg_settings.example.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929

3030
# proxy_to_tg = "socks5://user1:password2@hostname:port" # socks5 with username and password
3131
# 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
3235

3336
google_maps_api_key = None # get your key, see https://developers.google.com/maps/documentation/geocoding/intro
3437

0 commit comments

Comments
 (0)