Add support for address and netmask parameters.

This commit is contained in:
sump pump 2020-04-27 23:58:52 +00:00
parent d443a678a7
commit 1dc24b9340
2 changed files with 1 additions and 1 deletions

View File

@ -0,0 +1 @@
ifconfig $INTERFACE ${address} netmask ${netmask}

View File

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