We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39cb87d + 04e2549 commit 1deb52fCopy full SHA for 1deb52f
acme.sh
@@ -2538,15 +2538,17 @@ _startserver() {
2538
_NC="socat"
2539
if [ "$Le_Listen_V6" ]; then
2540
_NC="$_NC -6"
2541
+ SOCAT_OPTIONS=TCP6-LISTEN
2542
else
2543
_NC="$_NC -4"
2544
+ SOCAT_OPTIONS=TCP4-LISTEN
2545
fi
2546
2547
if [ "$DEBUG" ] && [ "$DEBUG" -gt "1" ]; then
2548
_NC="$_NC -d -d -v"
2549
2550
- SOCAT_OPTIONS=TCP-LISTEN:$Le_HTTPPort,crlf,reuseaddr,fork
2551
+ SOCAT_OPTIONS=$SOCAT_OPTIONS:$Le_HTTPPort,crlf,reuseaddr,fork
2552
2553
#Adding bind to local-address
2554
if [ "$ncaddr" ]; then
0 commit comments