加上结果输出
parent
bb729d730d
commit
df3a6b4624
|
@ -66,5 +66,16 @@ EOF
|
||||||
|
|
||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
systemctl enable --now naiveCaddy
|
systemctl enable --now naiveCaddy
|
||||||
echo 'ss -tulpn | grep caddy'
|
echo $(ss -tulpn | grep caddy)
|
||||||
systemctl status naiveCaddy
|
systemctl status naiveCaddy
|
||||||
|
|
||||||
|
echo -e "Naiveproxy Config
|
||||||
|
Host: ${1}
|
||||||
|
Port: 443
|
||||||
|
Username: ${3}
|
||||||
|
Password: ${4}
|
||||||
|
{
|
||||||
|
\"listen\": \"socks://127.0.0.1:1088\",
|
||||||
|
\"proxy\": \"https://${3}:${4}@${1}\",
|
||||||
|
\"log\": \"\"
|
||||||
|
}"
|
Loading…
Reference in New Issue