Merge branch 'master' into randomize_url

This commit is contained in:
Thomas Bernard 2017-05-26 17:58:13 +02:00
commit 552f6d37cf
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
OS=`uname -s`
case $OS in
OpenBSD | Darwin | SunOS)
FreeBSD | OpenBSD | Darwin | SunOS)
NS="`which netstat`" || exit 1
IFCONFIG="`which ifconfig`" || exit 1
EXTIF="`$NS -r -f inet | grep 'default' | awk '{ print $NF }' `" || exit 1