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 · 0 comments
Open

Where to read about custom rules for neko? #1557

playtheman opened this issue Dec 23, 2024 · 0 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 =)

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