Mahdi-zarei / nekoray

Qt based cross-platform GUI proxy configuration manager (backend: sing-box)
GNU General Public License v3.0
250 stars 17 forks source link

Small issue when migrating from the legacy nekoray with xray core to this one #34

Closed amirhakimnejad closed 5 days ago

amirhakimnejad commented 2 weeks ago

There's an issue when migrating from the main repo to this one. If you have chosen Xray-core before, this client fails to start because of the unsupported core settings; it should be recovered to the main core, I suppose.

papampi commented 2 weeks ago

Have you tried to switch from xray to singbox in your old setup then switch to this repo?

amirhakimnejad commented 2 weeks ago

Have you tried to switch from xray to singbox in your old setup then switch to this repo?

Yes, it works. Also, changing the value of coreType file to 0 would work, too. Like this: echo "0" > ~/Library/Preferences/nekoray/config/groups/coreType

Though I meant an automatic way for end users.