moby / vpnkit

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

dhcp: offer very long leases #603

Closed djs55 closed 1 year ago

djs55 commented 1 year 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