You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add global MTU setting (#668)
* add mtu setting
* make AppConfig::mtu optional
* set mtu when connecting to location/tunnel
* add mtu to client -> service grpc structs
* bump wireguard-rs dependency
* use 0 for default mtu value
* cargo fmt
* add mtu default value description, remove unused util
* fix linting
* fix typo
* AppConfig::mtu non-optional in frontend
* Fix build on macOS
---------
Co-authored-by: Adam Ciarciński <[email protected]>