Update lixonet.sh.tmpl
This commit is contained in:
parent
edf5ef1b26
commit
f962c61d98
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
gateway=`getent hosts tinc | awk '{ print \$1 }'`
|
||||
gateway=`getent ahostsv4 tinc | awk '{ print $1 }' | head -n 1`
|
||||
route="${network_address}/${global_prefix:-16}"
|
||||
iface="eth0"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user