This commit is contained in:
parent
4bb5d27c59
commit
d84665cb64
4
acme.sh
4
acme.sh
@ -2010,8 +2010,8 @@ _startserver() {
|
|||||||
SOCAT_OPTIONS=TCP-LISTEN:$Le_HTTPPort,crlf,reuseaddr,fork
|
SOCAT_OPTIONS=TCP-LISTEN:$Le_HTTPPort,crlf,reuseaddr,fork
|
||||||
|
|
||||||
#Adding bind to local-address
|
#Adding bind to local-address
|
||||||
if [ "$_local_address" ]; then
|
if [ "$ncaddr" ]; then
|
||||||
$SOCAT_OPTIONS="$SOCAT_OPTIONS,bind=${_local_address}"
|
$SOCAT_OPTIONS="$SOCAT_OPTIONS,bind=${ncaddr}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
_debug "_NC" "$_NC"
|
_debug "_NC" "$_NC"
|
||||||
|
Loading…
Reference in New Issue
Block a user