1
0

add FIXMEs to instances where we don't use the network proxy

so that it at least does not get forgotten

related https://github.com/spesmilo/electrum/issues/4754
This commit is contained in:
SomberNight
2023-11-30 19:31:14 +00:00
parent 80e330d365
commit 03778b6e0c
3 changed files with 3 additions and 0 deletions

View File

@@ -1707,6 +1707,7 @@ def list_enabled_bits(x: int) -> Sequence[int]:
def resolve_dns_srv(host: str):
# FIXME this method is not using the network proxy. (although the proxy might not support UDP?)
srv_records = dns.resolver.resolve(host, 'SRV')
# priority: prefer lower
# weight: tie breaker; prefer higher