gsliepen / tinc

a VPN daemon
http://tinc-vpn.org/
Other
1.87k stars 280 forks source link

Time-restricted asynchronous DNS [WIP] #435

Open splitice opened 1 year ago

splitice commented 1 year ago

Behaviour Changes:

Remaining:

splitice commented 1 year ago

@gsliepen @hg Any idea why the proxy test fails?

I can't see why myself. I purposefully did not change the proxy.c dns side of things as it should be a locally cached DNS entry and potentially better to be blocking in nature.

INFO:proxy.py:FINISHED TEST: HTTP CONNECT proxy
ERROR:proxy.py:Uncaught exception
Traceback (most recent call last):
  File "/__w/tinc/tinc/test/integration/proxy.py", line 464, in <module>
    check.greater(proxy_stats["tx"], 0)
  File "/__w/tinc/tinc/test/integration/testlib/check.py", line 64, in greater
    raise ValueError(f"value {value} must be greater than {than}")