mirror of
https://github.com/hassio-addons/addon-wireguard.git
synced 2025-05-04 19:01:31 +00:00
🚑 Fixes broken MTU setting (#20)
The documentation states that the MTU belongs to the server part of the configuration.
This commit is contained in:
parent
7a59d603b9
commit
c36d4b5bdc
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ else
|
|||
fi
|
||||
|
||||
fwmark=$(bashio::config "server.fwmark")
|
||||
mtu=$(bashio::config "mtu")
|
||||
mtu=$(bashio::config "server.mtu")
|
||||
pre_down=$(bashio::config "server.pre_down")
|
||||
pre_up=$(bashio::config "server.pre_up")
|
||||
table=$(bashio::config "server.table")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue