LjhAUMEM 6a909b2507 Proxy: Add Hysteria 2 inbound & transport (supports listening port range, Salamander finalmask) (#5679) 1 month ago
..
cfgcommon 2d3126b752 Config: Implement missing MarshalJSON for structs having custom UnmarshalJSON (#4585) 11 months ago
json f046feb9ca Reformat code 3 years ago
serial 7086d286be Remove legacy code (#3838) 1 year ago
api.go 079d0bd8a9 Refactor log (#3446) 1 year ago
blackhole.go 079d0bd8a9 Refactor log (#3446) 1 year ago
blackhole_test.go 16544c18ab v1.1.0 5 years ago
buildable.go f67167bb3b refactor(deps): replace github.com/golang/protobuf with google.golang.org/protobuf 2 years ago
common.go 2d3126b752 Config: Implement missing MarshalJSON for structs having custom UnmarshalJSON (#4585) 11 months ago
common_test.go f046feb9ca Reformat code 3 years ago
conf.go 7086d286be Remove legacy code (#3838) 1 year ago
dns.go 5f7474120f Geofiles: Revert related changes for now, waiting for better changes (#5557) 1 month ago
dns_proxy.go de23e51077 DNS outbound: Set "reject" as the default value for `nonIPQuery` 7 months ago
dns_proxy_test.go de23e51077 DNS outbound: Set "reject" as the default value for `nonIPQuery` 7 months ago
dns_test.go ed5f7e7af5 fix(dns): inheritance issue with disableCache (#5351) 3 months ago
dokodemo.go 146b14ab55 Tunnel inbound: Add `portMap` config (local listening port -> remote specified address/port) 7 months ago
dokodemo_test.go 57a41f3b4b Config: Remove more legacy fields (#3817) 1 year ago
fakedns.go 2d3126b752 Config: Implement missing MarshalJSON for structs having custom UnmarshalJSON (#4585) 11 months ago
freedom.go 6d1695a686 Some refines related to direct/freedom and `targetStrategy`; More intelligent "useIP"/"ForceIP", enhance "origin" functionality (#5030) 6 months ago
freedom_test.go 6d1695a686 Some refines related to direct/freedom and `targetStrategy`; More intelligent "useIP"/"ForceIP", enhance "origin" functionality (#5030) 6 months ago
general_test.go f67167bb3b refactor(deps): replace github.com/golang/protobuf with google.golang.org/protobuf 2 years ago
grpc.go 7184a8165f Add Authority to gRPC Transport (#3076) 2 years ago
http.go fe57507fd9 Outbound: One endpoint and at most one user only (#5144) 6 months ago
http_test.go 57a41f3b4b Config: Remove more legacy fields (#3817) 1 year ago
hysteria.go 6a909b2507 Proxy: Add Hysteria 2 inbound & transport (supports listening port range, Salamander finalmask) (#5679) 1 month ago
init.go f50eff5ebb Add Fake DNS support (#309) 5 years ago
lint.go 079d0bd8a9 Refactor log (#3446) 1 year ago
loader.go 079d0bd8a9 Refactor log (#3446) 1 year ago
log.go a247997e38 Log: Add MaskAddress option to hide IP addresses (#3783) 1 year ago
loopback.go f67167bb3b refactor(deps): replace github.com/golang/protobuf with google.golang.org/protobuf 2 years ago
metrics.go 4b01eb4398 Metrics: Add direct listen (#4409) 1 year ago
observatory.go 462bc3cfba BurstObservatory: Fix nil panic when pingConfig is missing (#4757) 9 months ago
policy.go 2c72864935 API: Add user online stats (#3637) 1 year ago
policy_test.go 16544c18ab v1.1.0 5 years ago
reverse.go f67167bb3b refactor(deps): replace github.com/golang/protobuf with google.golang.org/protobuf 2 years ago
reverse_test.go 16544c18ab v1.1.0 5 years ago
router.go 61e1153157 MPH domian matcher: Support building & using cache directly (instead of building from geosite.dat when Xray starts) (#5505) 1 month ago
router_strategy.go 27742da2c6 BurstObservatory: add option to set http method for burst check (#4835) 8 months ago
router_test.go 40ce850bd9 Direct/Freedom config: Add `targetStrategy` as an alias of `domainStrategy`; Routing config: Remove `domainMatcher`, "linear" and `type` (#5027) 7 months ago
shadowsocks.go f6a7e93923 VMess inbound: Optimize replay filter (#5562) 1 month ago
shadowsocks_test.go 00bcd40c34 remove deprecate ciphers in shadowsocks (#710) 4 years ago
socks.go fe57507fd9 Outbound: One endpoint and at most one user only (#5144) 6 months ago
socks_test.go fe57507fd9 Outbound: One endpoint and at most one user only (#5144) 6 months ago
transport_authenticators.go b7a22c729b Xray-core: Dynamic Chrome User-Agent for all HTTP requests by default (overwriteable through config) (#5658) 1 month ago
transport_internet.go 6a909b2507 Proxy: Add Hysteria 2 inbound & transport (supports listening port range, Salamander finalmask) (#5679) 1 month ago
transport_test.go 97fdcb4228 New feature: Happy Eyeballs (RFC 8305) (#4667) 9 months ago
trojan.go cd8aab9544 common/errors/feature_errors.go: Add PrintNonRemovalDeprecatedFeatureWarning() (#5567) 1 month ago
tun.go 39ba1f7952 Proxy: Add TUN inbound for Windows & Linux, including Android (#5464) 2 months ago
version.go 87fff12fd9 Root config: Add `version` config (`min` and `max`) (#4970) 7 months ago
vless.go cd8aab9544 common/errors/feature_errors.go: Add PrintNonRemovalDeprecatedFeatureWarning() (#5567) 1 month ago
vless_test.go fe57507fd9 Outbound: One endpoint and at most one user only (#5144) 6 months ago
vmess.go cd8aab9544 common/errors/feature_errors.go: Add PrintNonRemovalDeprecatedFeatureWarning() (#5567) 1 month ago
vmess_test.go fe57507fd9 Outbound: One endpoint and at most one user only (#5144) 6 months ago
wireguard.go 17207fc5e4 WireGuard: Improve config error handling; Prevent panic in case of errors during server initialization (#4566) 11 months ago
wireguard_test.go 9bdf72d658 WireGuard config: Replace `kernelMode` with `noKernelTun` 1 year ago
xray.go 6a909b2507 Proxy: Add Hysteria 2 inbound & transport (supports listening port range, Salamander finalmask) (#5679) 1 month ago
xray_test.go fe57507fd9 Outbound: One endpoint and at most one user only (#5144) 6 months ago