This website works better with JavaScript.
Explore
关于
Help
Register
Sign In
github
/
Xray-core
mirror of
https://github.com/XTLS/Xray-core
Watch
1
Star
0
Fork
You've already forked Xray-core
0
Code
Issues
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
479
Commits
16
Branches
69
Tags
19 MiB
Tree:
717518cb5f
ECH
ax
dev-shadowtls
dev-smux
dev-tun0
dev/codeql
dns
dns-geo
fallback-h2path
features-looutbound
grpc/block
intermediate-cert
issue-template
main
refactor/dns-geo
uquic
v1.0.0
v1.1.2
v1.1.3
v1.1.4
v1.1.5
v1.2.0
v1.2.1
v1.2.2
v1.2.3
v1.2.4
v1.3.0
v1.3.1
v1.4.0
v1.4.2
v1.4.3
v1.4.5
v1.5.0
v1.5.1
v1.5.10
v1.5.2
v1.5.3
v1.5.4
v1.5.5
v1.5.6
v1.5.7
v1.5.8
v1.5.9
v1.6.0
v1.6.1
v1.6.2
v1.6.3
v1.6.4
v1.6.5
v1.6.6-2
v1.7.0
v1.7.1
v1.7.2
v1.7.3
v1.7.5
v1.8.0
v1.8.1
v1.8.10
v1.8.11
v1.8.12
v1.8.13
v1.8.15
v1.8.16
v1.8.17
v1.8.18
v1.8.19
v1.8.20
v1.8.21
v1.8.23
v1.8.24
v1.8.3
v1.8.4
v1.8.6
v1.8.7
v1.8.8
v1.8.9
v24.10.16
v24.10.31
v24.11.11
v24.11.21
v24.11.5
v24.9.16
v24.9.19
v24.9.30
v24.9.7
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '717518cb5f'
${ noResults }
Xray-core
/
infra
/
conf
/
router_strategy.go
7 lines
101 B
Raw
Normal View
History
Unescape
Escape
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>
3 years ago
package
conf
const
(
strategyRandom
string
=
"random"
strategyLeastPing
string
=
"leastping"
)