Hello, not sure if this is the place to ask this question, but i saw other people having trouble using chromium os in China mainland, because of network issue, and we can’t share vpn using hot spot
I’m using clash vpn in linux for cros dev, it’s working for me.
it would need to launch clash from bash
sudo ./clash -d .
then it would need to use web browser to open http://clash.razord.top/ to talk to clash(127.0.0.1) and pick vpn site
i tried doing the same in cros shell(using guest), i can launch clash, but when opening http://clash.razord.top/, it seems it can’t talk to 127.0.0.1 clash process
is this restricted in chromium os? any chance to make it work?
thank you!