SingBoxClient
SingBoxClient copied to clipboard
Dashboard doesn't load [Mac OS]
Hi, I just installed this client and saw a dashboard option in the menu:
It doesn't load. What is the problem?
Dashboard action source code: https://github.com/daodao97/SingBoxClient/blob/master/main.go#L201
If can not open URL in browser, maybe open.Run return error, open.Run source code:
https://github.com/skratchdot/open-golang/blob/master/open/exec_darwin.go#L10
so, it is just run system command open http://127.0.0.1:9090/ui, you can try it in terminal.