EmbarkStudios / wg-ui

WireGuard Web UI for self-serve client configurations, with optional auth.
Apache License 2.0
1.5k stars 129 forks source link

Add wireguard server MTU configuration #183

Closed phil535 closed 1 year ago

phil535 commented 1 year ago

This feature adds the ability to configure the MTU of your wireguard link device using the default kingpin flags (ENV vars & CLI args).

The MTU is set during wireguard interface initialisation.

The feature was tested locally and successfully builds using docker.

This feature is acts as counterpart to the client MTU configuration pull request.