ngoduykhanh / wireguard-ui

Wireguard web interface
MIT License
3.77k stars 464 forks source link

Feature Request: set Persistent Keepalive only in client config when downloading config #568

Open goerdi opened 2 months ago

goerdi commented 2 months ago

Hi ! The Persistent Keepalive is useless in Server config if the connection from client is not persistent. If set in Server config the server tries to reach the client via the last endpoint entry.. If set only in client config the client can keep the connection open.

Ciao Gerd