mirror of
https://github.com/monero-project/monero.git
synced 2025-12-31 07:00:57 -08:00
update unbound, fix unbound openssl issue on OS X
This commit is contained in:
@@ -44,7 +44,7 @@ ctx.debugout(fw)
|
||||
ctx.debuglevel(2)
|
||||
|
||||
if os.path.isfile("keys"):
|
||||
ctx.add_ta_file("keys") #read public keys for DNSSEC verificatio
|
||||
ctx.add_ta_file("keys") #read public keys for DNSSEC verification
|
||||
|
||||
status, result = ctx.resolve("www.nic.cz", RR_TYPE_A, RR_CLASS_IN)
|
||||
if status == 0 and result.havedata:
|
||||
|
||||
Reference in New Issue
Block a user