mirror of
https://github.com/safing/portmaster
synced 2025-09-02 18:49:14 +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 (
|
const (
|
||||||
weightContinentMatch = 25
|
weightContinentMatch = 20
|
||||||
weightCountryMatch = 20
|
weightCountryMatch = 15
|
||||||
weightASOrgMatch = 15
|
weightASOrgMatch = 10
|
||||||
weightASNMatch = 10
|
weightASNMatch = 5
|
||||||
weightCoordinateDistance = 30
|
weightCoordinateDistance = 50
|
||||||
)
|
)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue