diff --git a/start.sh b/start.sh index 3715290..0b33f80 100755 --- a/start.sh +++ b/start.sh @@ -139,7 +139,7 @@ fi # Output Dashboard access address and Secret echo '' -echo -e "Clash Dashboard 访问地址:http://IP:9090/ui" +echo -e "Clash Dashboard 访问地址:http://:9090/ui" echo -e "Secret:${Secret}" echo ''