You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 =)
The text was updated successfully, but these errors were encountered:
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):
Could you please guide me to the manual of how to write such instructions for nekoray, if it exists of course?
thanks =)
The text was updated successfully, but these errors were encountered: