1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-20 22:45:24 +00:00
Go to file
yuhan6665 7bcb3c901b
Fix client dialer log (#1568)
* Fix client dialer log

Log such as:
tunneling request to tcp:www.google.com:80 via tcp:x.x.x.x:443
the second "tcp" is misleading when using mKcp or quic transport

Remove the second "tcp" and add the correct logging for transport dialer:
- transport/internet/tcp: dialing TCP to tcp:x.x.x.x:443
- transport/internet/quic: dialing quic to udp:x.x.x.x:443

* Update transport/internet/quic/dialer.go

Co-authored-by: 秋のかえで <autmaple@protonmail.com>

Co-authored-by: 秋のかえで <autmaple@protonmail.com>
Co-authored-by: Kslr <kslrwang@gmail.com>
2022-04-06 13:24:43 +08:00
.github Chore: use Go v1.18 & update dependencies 2022-04-05 14:47:21 +08:00
app Chore: bump github.com/lucas-clemente/quic-go from 0.26.0 to 0.27.0 (#1716) 2022-04-06 12:59:25 +08:00
common Feat: use different qtls modules for different Go version 2022-04-05 14:47:21 +08:00
features update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
infra add jsonConf support for bindToDevice, bufSize 2022-01-23 20:33:01 +00:00
main update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
proxy Fix client dialer log (#1568) 2022-04-06 13:24:43 +08:00
release systemd: fix exec start for v5 2022-01-03 22:55:33 +08:00
testing Test: Add statistics in conn testing (#1444) 2022-04-06 12:22:35 +08:00
transport Fix client dialer log (#1568) 2022-04-06 13:24:43 +08:00
.gitignore Feat: remove geo files from repo & refine tests (#869) 2021-04-07 03:08:03 +08:00
annotations.go API doc 2018-12-03 22:44:42 +01:00
config.go update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
config.pb.go update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
config.proto update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
context_test.go update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
context.go v5: Remove v2ctl & wv2ray (rebased from 7c1ab06206) 2021-09-04 11:09:55 +01:00
core.go update version 2022-01-15 21:34:12 +00:00
errors.generated.go update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
format.go vFormat: use gci instead of customized goimports (#1020) 2021-05-19 19:59:46 +08:00
functions_test.go update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
functions.go update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
go.mod Chore: bump github.com/lucas-clemente/quic-go from 0.26.0 to 0.27.0 (#1716) 2022-04-06 12:59:25 +08:00
go.sum Chore: bump github.com/lucas-clemente/quic-go from 0.26.0 to 0.27.0 (#1716) 2022-04-06 12:59:25 +08:00
LICENSE Chore: update license year 2022-01-01 12:00:41 +08:00
mocks.go update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
proto.go Fix: vprotogen loop dependency (#797) 2021-03-18 18:32:40 +08:00
README.md ♻️ refactor geoip match logic (#1157) 2021-09-27 21:43:05 +01:00
SECURITY.md Docs: fix a typo in security policy (#1344) 2021-10-23 11:41:03 +08:00
v2ray_test.go update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
v2ray.go update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00

V2Ray

Project V

Project V is a set of network tools that helps you to build your own computer network. It secures your network connections and thus protects your privacy.

GitHub Test Badge codecov.io codebeat Codacy Badge Downloads

Packaging Status

If you are willing to package V2Ray for other distros/platforms, please let us know or seek for help via GitHub issues.

Packaging status

License

The MIT License (MIT)

Credits

This repo relies on the following third-party projects: