diff --git a/naivesetup.sh b/naivesetup.sh index 98e5ab5..f2b3d3d 100644 --- a/naivesetup.sh +++ b/naivesetup.sh @@ -66,5 +66,16 @@ EOF systemctl daemon-reload systemctl enable --now naiveCaddy -echo 'ss -tulpn | grep caddy' -systemctl status naiveCaddy \ No newline at end of file +echo $(ss -tulpn | grep caddy) +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\": \"\" +}" \ No newline at end of file