mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-02 10:39:37 +08:00
This commit is contained in:
2
acme.sh
2
acme.sh
@@ -3441,7 +3441,7 @@ _on_before_issue() {
|
||||
_netprc="$(_ss "$_checkport" | grep "$_checkport")"
|
||||
netprc="$(echo "$_netprc" | grep "$_checkaddr")"
|
||||
if [ -z "$netprc" ]; then
|
||||
netprc="$(echo "$_netprc" | grep "$LOCAL_ANY_ADDRESS")"
|
||||
netprc="$(echo "$_netprc" | grep "$LOCAL_ANY_ADDRESS:$_checkport")"
|
||||
fi
|
||||
if [ "$netprc" ]; then
|
||||
_err "$netprc"
|
||||
|
||||
Reference in New Issue
Block a user