fix socat for netbsd:
listens to ipv4 by default.
This commit is contained in:
parent
3dca67112d
commit
7ec692cdef
6
acme.sh
6
acme.sh
@ -2499,10 +2499,10 @@ _startserver() {
|
|||||||
_debug Le_Listen_V6 "$Le_Listen_V6"
|
_debug Le_Listen_V6 "$Le_Listen_V6"
|
||||||
|
|
||||||
_NC="socat"
|
_NC="socat"
|
||||||
if [ "$Le_Listen_V4" ]; then
|
if [ "$Le_Listen_V6" ]; then
|
||||||
_NC="$_NC -4"
|
|
||||||
elif [ "$Le_Listen_V6" ]; then
|
|
||||||
_NC="$_NC -6"
|
_NC="$_NC -6"
|
||||||
|
else
|
||||||
|
_NC="$_NC -4"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$DEBUG" ] && [ "$DEBUG" -gt "1" ]; then
|
if [ "$DEBUG" ] && [ "$DEBUG" -gt "1" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user