mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #162 from tomprogrammer/patch-1
aiccu: Fix typo tunnelid
This commit is contained in:
@@ -34,7 +34,7 @@ proto_aiccu_setup() {
|
|||||||
echo "ipv6_interface $link" >> "$CFGFILE"
|
echo "ipv6_interface $link" >> "$CFGFILE"
|
||||||
[ -n "$server" ] && echo "server $server" >> "$CFGFILE"
|
[ -n "$server" ] && echo "server $server" >> "$CFGFILE"
|
||||||
[ -n "$protocol" ] && echo "protocol $protocol" >> "$CFGFILE"
|
[ -n "$protocol" ] && echo "protocol $protocol" >> "$CFGFILE"
|
||||||
[ -n "$tunnel_id" ] && echo "tunnel_id $tunnel_id" >> "$CFGFILE"
|
[ -n "$tunnelid" ] && echo "tunnel_id $tunnelid" >> "$CFGFILE"
|
||||||
[ -n "$requiretls" ] && echo "requiretls $requiretls" >> "$CFGFILE"
|
[ -n "$requiretls" ] && echo "requiretls $requiretls" >> "$CFGFILE"
|
||||||
[ "$nat" == 1 ] && echo "behindnat true" >> "$CFGFILE"
|
[ "$nat" == 1 ] && echo "behindnat true" >> "$CFGFILE"
|
||||||
[ "$heartbeat" == 1 ] && echo "makebeats true" >> "$CFGFILE"
|
[ "$heartbeat" == 1 ] && echo "makebeats true" >> "$CFGFILE"
|
||||||
|
|||||||
Reference in New Issue
Block a user