Skip to content

How to exclude specific apps (like SOCKS servers) from proxying in v2.0.1? #66

@CatDonIO

Description

@CatDonIO

Hello,

I'm trying to exclude certain applications (like SOCKS servers such as v2rayN.exe, sing-box.exe, etc.) from being processed by the proxy in version 2.0.1. I've tried using "0.0.0.0" and empty string ("") values for socks5ProxyEndpoint, but it doesn't seem to work as expected — those apps are still being processed.

Here's my current config:

{
    "logLevel": "Error",
    "proxies": [
        {
            "appNames": [
                "v2rayN.exe",
                "sing-box.exe",
                "xray.exe",
                "wireproxy.exe",
                "wireproxy-win64.exe",
                "nekobox_core.exe",
                "ciadpi.exe",
                "core.exe"
            ],
            "socks5ProxyEndpoint": "",
            "supportedProtocols": [
                "TCP",
                "UDP"
            ]
        },
        {
            "appNames": [""],
            "socks5ProxyEndpoint": "127.0.0.1:1180",
            "supportedProtocols": [
                "TCP",
                "UDP"
            ]
        }
    ]
}
 

Is there a correct way to fully exclude certain apps from proxying?
If not, could this be considered as a feature request?

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions