mirror of
https://github.com/Snawoot/hola-proxy.git
synced 2026-04-02 10:18:13 +00:00
* Add `-use-trial` to use trial ports. * Mention Hola and Trial ports in `-list-proxies` * Add GB to `-list-countries` if UK is present. This is what extension does. * Add `lum` proxy-type to use residential ips * Change `peer` and `lum` behavior to also modify the country to `country_code`.peer and `country_code`.pool_lum_`country_code`._shared. This lets them work properly * Above means that `list-proxies` behavior will change based on `-proxy-type` now(The port isn't the only thing that matters)
11 lines
222 B
Modula-2
11 lines
222 B
Modula-2
module github.com/Snawoot/hola-proxy
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/AdguardTeam/dnsproxy v0.25.0
|
|
github.com/campoy/unique v0.0.0-20180121183637-88950e537e7e
|
|
github.com/google/uuid v1.1.1
|
|
github.com/miekg/dns v1.1.29
|
|
)
|