|
|
|
|
|
by asimops
763 days ago
|
|
Have you tackled the issue of session management or are you planning to do so?
Essentially wireguard key are just eternal session keys. I would expect software that implements the wireguard transport layer to implement session management to be called a working VPN server solution. This means a second channel to the server for periodically rotating session keys, terminating sessions, changing IP addresses, configuring new routes and repeating authentication if necessary. |
|