Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work with user config #585

Open
Saya47 opened this issue Jun 1, 2023 · 0 comments
Open

Does not work with user config #585

Saya47 opened this issue Jun 1, 2023 · 0 comments

Comments

@Saya47
Copy link

Saya47 commented Jun 1, 2023

If we provide our own custom config it doesn't work. I edited the config.default file and filled in the parameters with my own server, but the reason that it doesn't work is that it adds a random uuid to the serverName. The offending line is:
configServerName="$randomUUID.$mainDomain"
I changed it to:
configServerName=<myservername>

But even after this change, still all IP's fail. My server is correctly set up with a clean cloudflare ip and it works properly. When I run the script with your config, it finds ip's fast, but when I use my own config, it fails even after hours and doesn't find any good ip.
I don't understand why you need to add a randomUUID and how it works on your server.

Also, there's another issue that if I have another instance of v2ray running, the lines on the script with killall v2ray kills my v2ray and I lose my proxy :(
It'd be better to capture the PID of the new v2ray process that the script creates, so we kill this process and not all v2rays.

Thanks ^-^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant