🚑 Fixes broken MTU setting (#20)

The documentation states that the MTU belongs to the server part of the
configuration.
This commit is contained in:
Johan Wassberg 2019-10-24 16:25:04 +02:00 committed by Franck Nijhof
parent 7a59d603b9
commit c36d4b5bdc

View file

@ -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")