8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
chore: update deps
refactor: keep multilistener and packetmux private
feat: move packetmux and multilistener into network package whee they… … belong and upgrade deps
chore: upgrade resolver
refactor: use a more conventional default mtu for tun interfaces
fix: don't attempt to read mtu of an unmanaged tun interface
feat: allow passing existing fd to TUN interface, and refactor the MT… …U method
feat: add support for unmanaged tun interfaces
feat: add the ability to reuse tun fd
fix: remove some printfs that got checked in accidentally