mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
note AllowDotExit requirement for exit geography
This commit is contained in:
parent
592663c77f
commit
7726cfb1e0
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,8 @@ import exit_geography, random, socks
|
|||
# perform SNI challenges from the vantage point of specified
|
||||
# countries.
|
||||
|
||||
# NOTE: This requires a modification to your torrc: AllowDotExit 1
|
||||
|
||||
node = random.choice(exit_geography.by_country["DE"])
|
||||
socksocket = socks.socksocket()
|
||||
socksocket.setproxy(socks.PROXY_TYPE_SOCKS4, "localhost", 9050)
|
||||
|
|
|
|||
Loading…
Reference in a new issue