We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26d4bac commit 30faf50Copy full SHA for 30faf50
acme.sh
@@ -2539,9 +2539,11 @@ _startserver() {
2539
if [ "$Le_Listen_V6" ]; then
2540
_NC="$_NC -6"
2541
SOCAT_OPTIONS=TCP6-LISTEN
2542
- else
+ elif [ "$Le_Listen_V4" ]; then
2543
_NC="$_NC -4"
2544
SOCAT_OPTIONS=TCP4-LISTEN
2545
+ else
2546
+ SOCAT_OPTIONS=TCP-LISTEN
2547
fi
2548
2549
if [ "$DEBUG" ] && [ "$DEBUG" -gt "1" ]; then
0 commit comments