Add support for address and netmask parameters.
This commit is contained in:
parent
d443a678a7
commit
1dc24b9340
1
tinc/lixonet/tinc-up.tmpl
Normal file
1
tinc/lixonet/tinc-up.tmpl
Normal file
@ -0,0 +1 @@
|
|||||||
|
ifconfig $INTERFACE ${address} netmask ${netmask}
|
@ -8,7 +8,6 @@
|
|||||||
|
|
||||||
Name = ${name}
|
Name = ${name}
|
||||||
|
|
||||||
|
|
||||||
# Do not change these. Lixonet runs over port 9993 by standard.
|
# Do not change these. Lixonet runs over port 9993 by standard.
|
||||||
BindToInterface = ${wan_interface}
|
BindToInterface = ${wan_interface}
|
||||||
Port = 9994
|
Port = 9994
|
||||||
|
Loading…
x
Reference in New Issue
Block a user