1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-09 21:44:23 -04:00
v2fly/infra/conf
Xiaokang Wang aaa9e788e7
Grpc Gun Transport (#757)
* introduce grpc transport structure

* fix package name inconsistency

* grpc gun transport dialer and listener

* add selective build tag

* add grpc:gun listener

* add grpc:gun config

* add generated files

* various bug fix for gun:grpc transport

* Cache dialed connections

* grpc:gun Use V2Ray Managed Dial function

* Update destination.pb.go

* Update gun.go

* GunSettings -> GunConfig

* gu -> gs

* add grpc alias

Co-authored-by: RPRX <63339210+rprx@users.noreply.github.com>
Co-authored-by: kslr <kslrwang@gmail.com>
2021-03-11 16:46:17 +08:00
..
command Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
json Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
serial Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
api.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
blackhole_test.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
blackhole.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
buildable.go merge ext into core 2019-02-10 19:04:11 +01:00
common_test.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
common.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
conf.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
dns_bootstrap_android.go DNS: refine Android bootstrap DNS logic (#767) 2021-03-10 21:23:15 +08:00
dns_bootstrap_test.go Feature: android binary runtime default dns set 8.8.8.8:53 (#572) 2021-01-02 15:48:13 +08:00
dns_proxy_test.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
dns_proxy.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
dns_test.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
dns.go DNS: refine Android bootstrap DNS logic (#767) 2021-03-10 21:23:15 +08:00
dokodemo_test.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
dokodemo.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
errors.generated.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
fakedns.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
freedom_test.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
freedom.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
general_test.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
gun.go Grpc Gun Transport (#757) 2021-03-11 16:46:17 +08:00
http_test.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
http.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
init.go Feature: Fake DNS support (#406) 2021-02-08 18:18:52 +08:00
lint.go Feature: Fake DNS support (#406) 2021-02-08 18:18:52 +08:00
loader.go merge ext into core 2019-02-10 19:04:11 +01:00
log.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
mtproto_test.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
mtproto.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
policy_test.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
policy.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
reverse_test.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
reverse.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
router_test.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
router.go Allow bulk definition of domain matcher at parent level 2021-03-05 18:37:32 +00:00
shadowsocks_test.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
shadowsocks.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
socks_test.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
socks.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
transport_authenticators.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
transport_internet.go Grpc Gun Transport (#757) 2021-03-11 16:46:17 +08:00
transport_test.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
transport.go Grpc Gun Transport (#757) 2021-03-11 16:46:17 +08:00
trojan.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
v2ray_test.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
v2ray.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
vless_test.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
vless.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
vmess_test.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
vmess.go Imaginary Security Lever: zero: turn off all security on payload data 2021-03-01 15:39:52 +00:00