Xray-core/infra/conf
nobody 44bb83033f
Add sub-command "-dump" to "run". (#2854)
* Add MarshalToJson().

* Add cmd arg -dump for printing out merged multiple json configs.

---------

Co-authored-by: nobody <nobody@nowhere.mars>
2023-12-29 11:16:48 -05:00
..
cfgcommon/duration Observatory related fixes (#788) 2021-10-26 13:00:31 +08:00
json Reformat code 2022-05-18 15:29:01 +08:00
serial Add sub-command "-dump" to "run". (#2854) 2023-12-29 11:16:48 -05:00
api.go Observatory related fixes (#788) 2021-10-26 13:00:31 +08:00
blackhole.go refactor(deps): replace github.com/golang/protobuf with google.golang.org/protobuf 2023-08-10 10:43:27 -04:00
blackhole_test.go v1.1.0 2020-12-04 09:36:16 +08:00
buildable.go refactor(deps): replace github.com/golang/protobuf with google.golang.org/protobuf 2023-08-10 10:43:27 -04:00
common.go Unify environment var readers 2023-10-29 15:16:57 -04:00
common_test.go Reformat code 2022-05-18 15:29:01 +08:00
conf.go v1.1.0 2020-12-04 09:36:16 +08:00
dns.go feat(dns): Support DNS queryStrategy config per NameServer. 2023-09-22 10:34:36 -04:00
dns_proxy.go refactor(deps): replace github.com/golang/protobuf with google.golang.org/protobuf 2023-08-10 10:43:27 -04:00
dns_proxy_test.go Fix dns_proxy_test.go 2023-06-19 00:51:03 +00:00
dns_test.go refactor(deps): replace github.com/golang/protobuf with google.golang.org/protobuf 2023-08-10 10:43:27 -04:00
dokodemo.go refactor(deps): replace github.com/golang/protobuf with google.golang.org/protobuf 2023-08-10 10:43:27 -04:00
dokodemo_test.go v1.1.0 2020-12-04 09:36:16 +08:00
errors.generated.go v1.1.0 2020-12-04 09:36:16 +08:00
fakedns.go Fix some tests and format code (#830) 2021-12-14 19:28:47 -05:00
freedom.go Freedom xdomain strategy (#2719) 2023-11-12 16:27:39 -05:00
freedom_test.go v1.1.0 2020-12-04 09:36:16 +08:00
general_test.go refactor(deps): replace github.com/golang/protobuf with google.golang.org/protobuf 2023-08-10 10:43:27 -04:00
grpc.go refactor(deps): replace github.com/golang/protobuf with google.golang.org/protobuf 2023-08-10 10:43:27 -04:00
http.go refactor(deps): replace github.com/golang/protobuf with google.golang.org/protobuf 2023-08-10 10:43:27 -04:00
http_test.go v1.1.0 2020-12-04 09:36:16 +08:00
init.go Add Fake DNS support (#309) 2021-03-07 04:39:50 +00:00
lint.go Add Fake DNS support (#309) 2021-03-07 04:39:50 +00:00
loader.go v1.0.0 2020-11-25 19:01:53 +08:00
log.go Enhance DNS and Dialer (#341) 2021-03-06 16:29:17 +00:00
loopback.go refactor(deps): replace github.com/golang/protobuf with google.golang.org/protobuf 2023-08-10 10:43:27 -04:00
metrics.go feat: metrics including pprof, expvars 2022-03-29 00:01:14 -04:00
observatory.go refactor(deps): replace github.com/golang/protobuf with google.golang.org/protobuf 2023-08-10 10:43:27 -04:00
policy.go v1.1.0 2020-12-04 09:36:16 +08:00
policy_test.go v1.1.0 2020-12-04 09:36:16 +08:00
reverse.go refactor(deps): replace github.com/golang/protobuf with google.golang.org/protobuf 2023-08-10 10:43:27 -04:00
reverse_test.go v1.1.0 2020-12-04 09:36:16 +08:00
router.go add Round-Robin Strategy to balancer (#2844) 2023-12-24 15:29:10 -05:00
router_strategy.go add Round-Robin Strategy to balancer (#2844) 2023-12-24 15:29:10 -05:00
router_test.go refactor(deps): replace github.com/golang/protobuf with google.golang.org/protobuf 2023-08-10 10:43:27 -04:00
shadowsocks.go refactor(deps): replace github.com/golang/protobuf with google.golang.org/protobuf 2023-08-10 10:43:27 -04:00
shadowsocks_test.go remove deprecate ciphers in shadowsocks (#710) 2021-09-17 04:13:07 +08:00
socks.go refactor(deps): replace github.com/golang/protobuf with google.golang.org/protobuf 2023-08-10 10:43:27 -04:00
socks_test.go v1.1.0 2020-12-04 09:36:16 +08:00
transport.go Add gRPC Transport support (#356) 2021-03-14 15:02:07 +00:00
transport_authenticators.go refactor(deps): replace github.com/golang/protobuf with google.golang.org/protobuf 2023-08-10 10:43:27 -04:00
transport_internet.go Add "masterKeyLog" in TLS config (#2758) 2023-11-27 10:08:34 -05:00
transport_test.go refactor(deps): replace github.com/golang/protobuf with google.golang.org/protobuf 2023-08-10 10:43:27 -04:00
trojan.go fix(conf): add Windows support for Unix Domain Socket in the fallback settings 2023-12-29 11:07:41 -05:00
vless.go fix(conf): add Windows support for Unix Domain Socket in the fallback settings 2023-12-29 11:07:41 -05:00
vless_test.go Legends never die (#1725) 2023-03-04 10:39:26 +00:00
vmess.go refactor(deps): replace github.com/golang/protobuf with google.golang.org/protobuf 2023-08-10 10:43:27 -04:00
vmess_test.go Clean legacy vmess (#2199) 2023-06-12 10:32:25 -04:00
wireguard.go WireGuard Inbound (User-space WireGuard server) (#2477) 2023-11-17 22:27:17 -05:00
wireguard_test.go WireGuard Inbound (User-space WireGuard server) (#2477) 2023-11-17 22:27:17 -05:00
xray.go fix(conf): add Windows support for Unix Domain Socket 2023-12-24 15:48:25 -05:00
xray_test.go Override outbounds in multi config files (#2659) 2023-10-23 21:34:58 -04:00