mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
Weigh coordinate distance stronger
This commit is contained in:
parent
aec32fb6a2
commit
c5c54d16e1
1 changed files with 5 additions and 5 deletions
|
@ -58,11 +58,11 @@ type Coordinates struct {
|
|||
*/
|
||||
|
||||
const (
|
||||
weightContinentMatch = 25
|
||||
weightCountryMatch = 20
|
||||
weightASOrgMatch = 15
|
||||
weightASNMatch = 10
|
||||
weightCoordinateDistance = 30
|
||||
weightContinentMatch = 20
|
||||
weightCountryMatch = 15
|
||||
weightASOrgMatch = 10
|
||||
weightASNMatch = 5
|
||||
weightCoordinateDistance = 50
|
||||
)
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue