1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-23 02:26:49 -05:00
v2fly/app/router
Loyalsoldier c58a372d93
Fix: IP length not deterministic (#1267)
The length of IPv4 address in Go standard library could be 16
if it is in IPv6-mapped-IPv4 format.
2021-09-11 10:07:54 +08:00
..
command 🏡 Housekeeping: Update to Go 1.17 (#1215) 2021-08-21 13:20:40 +08:00
balancing.go 🏡 Housekeeping: Update to Go 1.17 (#1215) 2021-08-21 13:20:40 +08:00
condition_geoip_test.go ♻️ refactor geoip match logic (#1157) 2021-09-10 16:31:25 +08:00
condition_geoip.go Fix: IP length not deterministic (#1267) 2021-09-11 10:07:54 +08:00
condition_test.go Style: format code by gofumpt (#1022) 2021-05-20 05:28:52 +08:00
condition.go 🏡 Housekeeping: Update to Go 1.17 (#1215) 2021-08-21 13:20:40 +08:00
config.go ♻️ refactor geoip match logic (#1157) 2021-09-10 16:31:25 +08:00
config.pb.go 🏡 Housekeeping: Update to Go 1.17 (#1215) 2021-08-21 13:20:40 +08:00
config.proto add least balancing strategy 2021-04-08 23:17:52 +01:00
errors.generated.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
router_test.go adjust test to match new init function 2021-04-09 16:02:45 +01:00
router.go 🏡 Housekeeping: Update to Go 1.17 (#1215) 2021-08-21 13:20:40 +08:00
strategy_leastping.go 🏡 Housekeeping: Update to Go 1.17 (#1215) 2021-08-21 13:20:40 +08:00