luci-app-fwknopd: Remove defaults.
Remove setting values in `uci-defaults`, which can be changed from LuCI directly: * Keys can be generated from LuCI, so it is not necessary to set them. * ENABLE_IPT_FORWARDING and ENABLE_NAT_DNS options can be set in LuCI. Signed-off-by: Oldřich Jedlička <oldium.pro@gmail.com>
This commit is contained in:
parent
c3d9d2aeab
commit
6059f6a1a6
1 changed files with 0 additions and 12 deletions
|
@ -11,16 +11,4 @@ if uci -q show fwknopd | grep \\.h\\?keytype > /dev/null; then
|
|||
uci commit fwknopd
|
||||
fi
|
||||
|
||||
# Generate valid keys
|
||||
if [ "$(uci -q get fwknopd.@access[0].KEY)" = "CHANGEME" ]; then
|
||||
uci delete fwknopd.@access[0].KEY
|
||||
uci delete fwknopd.@access[0].HMAC_KEY
|
||||
uci set fwknopd.@access[0].KEY_BASE64=`fwknopd --key-gen | awk '/^KEY/ {print $2;}'`
|
||||
uci set fwknopd.@access[0].HMAC_KEY_BASE64=`fwknopd --key-gen | awk '/^HMAC/ {print $2;}'`
|
||||
uci set fwknopd.@config[0].ENABLE_IPT_FORWARDING='y'
|
||||
uci set fwknopd.@config[0].ENABLE_NAT_DNS='y'
|
||||
|
||||
uci commit fwknopd
|
||||
fi
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Reference in a new issue