mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-12-24 12:14:23 +08:00
This commit is contained in:
4
acme.sh
4
acme.sh
@@ -2010,8 +2010,8 @@ _startserver() {
|
||||
SOCAT_OPTIONS=TCP-LISTEN:$Le_HTTPPort,crlf,reuseaddr,fork
|
||||
|
||||
#Adding bind to local-address
|
||||
if [ "$_local_address" ]; then
|
||||
$SOCAT_OPTIONS="$SOCAT_OPTIONS,bind=${_local_address}"
|
||||
if [ "$ncaddr" ]; then
|
||||
$SOCAT_OPTIONS="$SOCAT_OPTIONS,bind=${ncaddr}"
|
||||
fi
|
||||
|
||||
_debug "_NC" "$_NC"
|
||||
|
||||
Reference in New Issue
Block a user