Commit Graph

839 Commits

Author SHA1 Message Date
NaN03
a7da65d780
change trojan ws path name from "serviceName" to "path" to fit v2rayN export format. (#1553) 2024-11-03 12:07:21 +08:00
高渐离
ae89afe878
Merge pull request #1533 from v2rayA/add_custom_api_port
Some checks failed
dispatch_copr / call_copr (push) Has been cancelled
Test Source of v2rayA / Build_v2rayA_Web (push) Has been cancelled
Test Source of v2rayA / Build_v2rayA_Binaries (push) Has been cancelled
Test Source of v2rayA / Build_Windows_installer (push) Has been cancelled
Add custom api port
2024-10-12 21:36:42 +08:00
LouisKamsky
660b59d8b1 Added support to protocol: 2022-blake3-aes-128-gcm and 2 more. Fixed bug while using xray-core. 2024-10-10 07:50:36 +08:00
Gaojianli
233a5552a8 finish gui 2024-10-08 17:18:52 +08:00
Gaojianli
15bb200b65 add support for custom api port 2024-10-08 16:44:47 +08:00
Eleven Lee
a721fe6a2d
refactor: hook execution policy (#1514) 2024-09-26 13:40:52 +08:00
Deni
2e1a6bc814
Add Support for QUIC Protocol in VLESS (#1473) 2024-08-18 21:57:40 +08:00
dependabot[bot]
de9458d522
chore(deps): bump github.com/gin-contrib/cors in /service
Bumps [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) from 1.3.1 to 1.6.0.
- [Release notes](https://github.com/gin-contrib/cors/releases)
- [Changelog](https://github.com/gin-contrib/cors/blob/master/.goreleaser.yaml)
- [Commits](https://github.com/gin-contrib/cors/compare/v1.3.1...v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/gin-contrib/cors
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-05 21:29:02 +00:00
Markson Hon
ce4a75a9d0
Merge branch 'main' into dependabot/go_modules/service/golang.org/x/net-0.23.0 2024-06-21 19:41:54 +08:00
mzz2017
d82960651a fix: sendthrough problem in tproxy/redirect mode 2024-06-19 22:19:57 +08:00
dependabot[bot]
a894e7caa1
chore(deps): bump golang.org/x/net from 0.18.0 to 0.23.0 in /service
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.18.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.18.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-19 12:43:26 +00:00
Markson Hon
0a0c64e166
go.sum: fix hashes 2024-04-14 22:34:05 +08:00
Markson Hon
e72de29926
Merge branch 'main' into sing-tun 2024-04-14 22:21:09 +08:00
Markson Hon
81ee7cb6f0
Merge pull request #1312 from nopint/main
Fix: Unexpected exiting when testing http latency of IPv6 only domains
2024-03-01 19:18:35 +08:00
N0p1nt
cdfb3e3f4a
fix: IPv6 support check for systems not based on iptables / nftables 2024-02-24 20:24:32 +08:00
N0p1nt
e7e7bc2545
fix: nil dereference panic of v2ray-core when testing http latency 2024-02-24 20:21:53 +08:00
iopq
c6e3f1279f added Trojan GRPC capabilities and possibly more (not tested) 2023-12-27 22:51:05 +08:00
Markson Hon
eb74b406c4
Merge branch 'main' into sing-tun 2023-12-17 08:55:44 +08:00
Markson Hon
a72e9fa908 ci: add loong64 build 2023-12-11 20:39:42 +08:00
陈鼫RWHTYFZ
0459bad0f0
feat: 'testUrl' queryparam for api/httpLatency (#1193) 2023-12-02 15:20:24 +08:00
wnxd
f13629e01f Disable IPv6 2023-11-26 11:34:31 +08:00
wnxd
0cd2d35f85 Fix linux 2023-11-26 11:11:37 +08:00
wnxd
6f6561249d Better performance fake DNS implementation 2023-11-26 09:48:18 +08:00
wnxd
075c0e9a13 Wait for tun stack to close 2023-11-26 00:41:17 +08:00
wnxd
e6b95d86e9 prevent recursion 2023-11-25 11:47:46 +08:00
wnxd
fab6b00991 Change macos to darwin 2023-11-25 11:34:18 +08:00
wnxd
de4904b4aa Merge branch 2023-11-25 06:42:34 +08:00
wnxd
d7e063f6b5 Add tun mode with sing-tun 2023-11-25 06:36:06 +08:00
VizChen
93bbed1a81
Use standard library container/list for lru (#1186) 2023-11-22 19:53:08 +08:00
Markson
e4bd7f5c2f replace v2raya.org with GitHub 2023-11-04 22:57:29 +08:00
Markson
fb60f7244d replace v2raya.org with GitHub 2023-11-04 22:34:46 +08:00
mzz2017
73b1339f5a chore: rename feat_v5 to main 2023-11-01 21:09:36 +08:00
dependabot[bot]
b7cf4de2bb chore(deps): bump google.golang.org/grpc in /service
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.57.0 to 1.57.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.57.0...v1.57.1)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-25 21:27:06 +00:00
wei
0419687193 feat: Allow to modify address of subscriptions (#1095)
Co-authored-by: zengwei <544278032@qq.com>
2023-10-19 15:18:27 +00:00
dependabot[bot]
37999ea35a chore(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 in /service
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-11 23:04:55 +00:00
mzz2017
7ef8116b43 fix: building 2023-09-03 20:24:13 +08:00
mzz2017
c8fbac2ce0 fix: do not set mark for macos #1069 2023-09-03 20:11:33 +08:00
mzz2017
f820d7cd42 fix: tuic/juicity not work #1069 2023-09-03 13:57:02 +08:00
mzz2017
e3f7f33998 chore: refine the v2ray only feature warning 2023-09-03 12:40:22 +08:00
mzz2017
2ebcf67b15 chore(systemd): add After=network-online.target 2023-09-03 12:16:51 +08:00
mzz2017
195c84de2c fix(ntp): assume network error as no error 2023-09-02 19:35:21 +08:00
mzz
5c224d3674 fix: port occupation when latency test (#1058) 2023-08-31 23:36:08 +08:00
mzz
698c2f5f65 fix: plugin (tuic/juicity/ssr/...) with tproxy not work (#1059) 2023-08-30 20:32:31 +08:00
mzz2017
9c099d0eba chore: bump quic-go to v0.38.0 2023-08-21 22:26:54 +08:00
mzz
2bc91c02e7 fix(xtls): panic #1039 2023-08-20 10:46:23 +08:00
mzz2017
51375d3639 chore: upgrade go mod 2023-08-19 23:16:49 +08:00
mzz2017
f3d091e1f9 feat: support tuic protocol 2023-08-19 21:45:54 +08:00
mzz2017
b9b305ce7a fix: broken ssr 2023-08-19 21:18:16 +08:00
dependabot[bot]
9d6dc67e2e chore(deps): bump github.com/gin-gonic/gin in /service (#1021)
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.7.7 to 1.9.1.
- [Release notes](https://github.com/gin-gonic/gin/releases)
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gin-gonic/gin/compare/v1.7.7...v1.9.1)

---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-13 01:31:59 +08:00
dependabot[bot]
d795afffe5 chore(deps): bump github.com/gin-gonic/gin in /service (#817)
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.7.1 to 1.7.7.
- [Release notes](https://github.com/gin-gonic/gin/releases)
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gin-gonic/gin/compare/v1.7.1...v1.7.7)

---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mzz2017 <2017@duck.com>
2023-08-13 01:30:45 +08:00