mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-06 05:22:09 +08:00
This commit is contained in:
4
acme.sh
4
acme.sh
@@ -2539,9 +2539,11 @@ _startserver() {
|
|||||||
if [ "$Le_Listen_V6" ]; then
|
if [ "$Le_Listen_V6" ]; then
|
||||||
_NC="$_NC -6"
|
_NC="$_NC -6"
|
||||||
SOCAT_OPTIONS=TCP6-LISTEN
|
SOCAT_OPTIONS=TCP6-LISTEN
|
||||||
else
|
elif [ "$Le_Listen_V4" ]; then
|
||||||
_NC="$_NC -4"
|
_NC="$_NC -4"
|
||||||
SOCAT_OPTIONS=TCP4-LISTEN
|
SOCAT_OPTIONS=TCP4-LISTEN
|
||||||
|
else
|
||||||
|
SOCAT_OPTIONS=TCP-LISTEN
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$DEBUG" ] && [ "$DEBUG" -gt "1" ]; then
|
if [ "$DEBUG" ] && [ "$DEBUG" -gt "1" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user