Vigilans

Results 45 issues of Vigilans

This PR defines a new way to interpret DNS module and all its name servers: Each nameserver (the client) could configure their options (e.g. tag, clientIP, queryStrategy) **independently**, while options...

In a session context's inbound information we have a `Gateway` field indicating which inbound listener the connection is from. Currently, the `Gateway` field is always set to the tcp/udp worker's...

This PR enables selection the domain matcher to use for DNS (the default `linear`, or `mph` used by routing module). This PR is a continuation of https://github.com/v2fly/v2ray-core/pull/1977 and https://github.com/v2fly/v2ray-core/pull/1978, and...

This PR is a continuation of https://github.com/v2fly/v2ray-core/pull/1973. Unlike the base PR it contains changes to existing features API, so created as a separated PR. This PR removes `GetSkipDNSResolve()` method from...

### Is the feature related with existing problem? I want to achieve following use case in v2rayA: * Create two outbounds `proxy` and `domestic` (If not `proxy` is compulsory, I...

enhancement

### Is the feature related with existing problem? Currently a configured VMESS server will use `auto` security method, but for VMESS [we also have `none` and `zero`](https://www.v2fly.org/config/protocols/vmess.html#userobject), and `zero` should...

enhancement

When using docker to build an intermediate gateway (like raspberry pi), we may expect a following workflow: * Set DHCP server's published default gateway to be intermediate gateway's LAN IP;...

To make things easier, this PR is only scoped in VMESS zero security. UDP proxying for VMESS zero is problematic, because VMESS zero does not attach any header to UDP-over-TCP...

Since many JP service providers enforces access from JP native IP, and may even requires DNS requests from JP client, I've built a custom `jp` list based on: * Current...

Currently IETNG does not do compressed import, see https://github.com/thunderbird/import-export-tools-ng/issues/390. Linux kernel mailing lists in web supports downloading the thread in compressed mbox (mbox.gz) format, e.g. https://lore.kernel.org/lkml/[email protected]/ with mbox.gz download link...