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

Where to read about custom rules for neko? #1557

Open
playtheman opened this issue Dec 23, 2024 · 3 comments
Open

Where to read about custom rules for neko? #1557

playtheman opened this issue Dec 23, 2024 · 3 comments

Comments

@playtheman
Copy link

playtheman commented Dec 23, 2024

Hi everyone,

I need to set up some custom rules so that only specific programs use tunneling. I tried to find the commands and figure out how to write them in the built-in JSON editor of nekoray, but I couldn't find anything.

I need to write something like this (I've found it on some online community):

"route": {
  "final": "bypass",
    { // Перебиваем для всего приватные ip
      "ip_is_private": true,
      "outbound": "bypass"
    },
    { // Только для процессов выводим в прокси
      "outbound": "proxy",
      "process_name": [
        "Discord.exe",
        "Update.exe"
      ]
    }
  ]
}

Could you please guide me to the manual of how to write such instructions for nekoray, if it exists of course?

thanks =)

@Grenka054
Copy link

If you are interested in the tunneling for Discord only, then in the GUI, go to Preferences > Tun Settings. Check the Whitelist mode* box and enter the name of the process you want to proxy on the right: Discord.exe. As far as I know, this is enough for Discord to work.

изображение

@13pwn
Copy link

13pwn commented Jan 3, 2025

If you are interested in the tunneling for Discord only, then in the GUI, go to Preferences > Tun Settings. Check the Whitelist mode* box and enter the name of the process you want to proxy on the right: Discord.exe. As far as I know, this is enough for Discord to work.

изображение

have you by any chance encountered that when you stream in discord sometimes almost immediately, sometimes after a short period of time nekobox loses connection and manually reconnecting helps immediately? I was using it for 2 months flawlessly and then this problem started on any version of the program and I don't know where to look for the answer. Other people with the same settings and the same my VLESS + Reality connection everything works fine

@Grenka054
Copy link

If you are interested in the tunneling for Discord only, then in the GUI, go to Preferences > Tun Settings. Check the Whitelist mode* box and enter the name of the process you want to proxy on the right: Discord.exe. As far as I know, this is enough for Discord to work.
изображение

have you by any chance encountered that when you stream in discord sometimes almost immediately, sometimes after a short period of time nekobox loses connection and manually reconnecting helps immediately? I was using it for 2 months flawlessly and then this problem started on any version of the program and I don't know where to look for the answer. Other people with the same settings and the same my VLESS + Reality connection everything works fine

Unfortunately, I am not an active Discord user, but my nekobox also often lost connection and only a manual restart helped. I believe that setting Packet Encoding to xudp helped me.

If everything works fine with your mates, try comparing your files from the config folder: ./config/profiles/0.json and ./config/groups/nekobox.json.

Otherwise, it is not a nekobox issue.

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

3 participants