Skip to content

Commit 30faf50

Browse files
author
neil
committed
1 parent 26d4bac commit 30faf50

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

acme.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2539,9 +2539,11 @@ _startserver() {
25392539
if [ "$Le_Listen_V6" ]; then
25402540
_NC="$_NC -6"
25412541
SOCAT_OPTIONS=TCP6-LISTEN
2542-
else
2542+
elif [ "$Le_Listen_V4" ]; then
25432543
_NC="$_NC -4"
25442544
SOCAT_OPTIONS=TCP4-LISTEN
2545+
else
2546+
SOCAT_OPTIONS=TCP-LISTEN
25452547
fi
25462548

25472549
if [ "$DEBUG" ] && [ "$DEBUG" -gt "1" ]; then

0 commit comments

Comments
 (0)