moby / vpnkit

A toolkit for embedding VPN capabilities in your application
Apache License 2.0
1.11k stars 190 forks source link

dhcp: offer very long leases #603

Closed djs55 closed 2 years ago

djs55 commented 2 years ago

Previously users would see network glitches every 2hrs as the lease was renewed.

Since vpnkit is used in "static" environments, we can offer very long leases. This value is in seconds and > 68 years.

Signed-off-by: David Scott dave@recoil.org