mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-13 06:56:54 +03:00
chore: small rename
This commit is contained in:
@@ -1129,7 +1129,7 @@ check_proxy() {
|
|||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
nolog "\nCurrent sing-box configuration (sensitive data masked):"
|
nolog "Checking sing-box configuration..."
|
||||||
|
|
||||||
jq '
|
jq '
|
||||||
.outbounds[].uuid |= "MASKED-UUID" |
|
.outbounds[].uuid |= "MASKED-UUID" |
|
||||||
@@ -1138,7 +1138,7 @@ check_proxy() {
|
|||||||
.outbounds[].tls.reality.public_key |= "MASKED-PUBLIC-KEY"
|
.outbounds[].tls.reality.public_key |= "MASKED-PUBLIC-KEY"
|
||||||
else . end
|
else . end
|
||||||
' $SING_BOX_CONFIG
|
' $SING_BOX_CONFIG
|
||||||
|
|
||||||
nolog "Checking sing-box proxy connection..."
|
nolog "Checking sing-box proxy connection..."
|
||||||
|
|
||||||
for attempt in `seq 1 5`; do
|
for attempt in `seq 1 5`; do
|
||||||
|
|||||||
Reference in New Issue
Block a user