expressvpn wip

This commit is contained in:
Quentin McGaw
2026-08-06 01:04:03 +00:00
parent 7ca92b5099
commit c5b9ee89c6
11 changed files with 13564 additions and 197 deletions
@@ -16,7 +16,7 @@ func parallelResolverSettings(hosts []string) (settings resolver.ParallelSetting
Hosts: hosts,
MaxFailRatio: maxFailRatio,
Repeat: resolver.RepeatSettings{
MaxDuration: time.Second,
MaxDuration: 5 * time.Second,
MaxNoNew: maxNoNew,
MaxFails: maxFails,
SortIPs: true,