使用这个程序会在手机上建立vpn,但是这样的话,我就无法访问一些网站了,如www.google.com。
我尝试在电脑上使用clash,并启用全局,但没有效果。
我尝试使用@java -Dhttp.proxyHost=127.0.0.1 -Dhttp.proxyPort=7890 -Dhttps.proxyHost=127.0.0.1 -Dhttps.proxyPort=7890 -jar gnirehtet.jar run @pause 也没有效果。
Using this program establishes a VPN on my phone, but doing so prevents me from accessing certain websites, such as www.google.com.
I tried using Clash on my computer and enabled the global mode, but it didn't work.
I also tried using @java -Dhttp.proxyHost=127.0.0.1 -Dhttp.proxyPort=7890 -Dhttps.proxyHost=127.0.0.1 -Dhttps.proxyPort=7890 -jar gnirehtet.jar run @Pause but that didn't work either.