yuhan6665
|
d9fd3f8eb1
|
Freedom xdomain strategy (#2719)
* 统一 `domainStrategy` 行为.
* aliases NG.
* 化简.
* 调整.
* Let it crash.
* Update proto
---------
Co-authored-by: rui0572 <125641819+rui0572@users.noreply.github.com>
|
2023-11-12 16:27:39 -05:00 |
|
yuhan6665
|
d11d72be6c
|
Update proto file and fix protoc version parsing
The new protoc cli return version v23.1,
so we parse the file version v4.23.1 without "4."
|
2023-06-11 13:36:06 -04:00 |
|
RPRX
|
b70912799b
|
Generate *.pb.go files with protoc v3.21.12
https://github.com/protocolbuffers/protobuf/releases/tag/v21.12
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.28
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2
go run ./infra/vprotogen
|
2023-01-30 04:35:30 +00:00 |
|
yuhan6665
|
8117b66949
|
Generate all protos
|
2022-10-10 13:17:32 -04:00 |
|
yuhan6665
|
abb8ba8b0e
|
Observatory related fixes (#788)
* fix:observatory not supported by multi-json
* Fix: observatory starts with empty config & fails to close (#957)
* Update strategy_leastping.go (#1019)
* add custom probe URL support for observatory
* add custom probe interval for observer
* apply coding style
* Fix: observatory log & JSON config(#1211)
Co-authored-by: ihotte <ihotte@yeah.net>
* Change default probe url from api.v2fly.org to www.google.com
* Cherry-pick missing code from branch 'dev-advloadblancer-2'
Co-authored-by: Shelikhoo <xiaokangwang@outlook.com>
Co-authored-by: Loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com>
Co-authored-by: fanyiguan <52657276+fanyiguang@users.noreply.github.com>
Co-authored-by: ihotte <3087168217@qq.com>
Co-authored-by: ihotte <ihotte@yeah.net>
|
2021-10-26 13:00:31 +08:00 |
|