PIA and Windscribe hardcoded IP addresses
- Allows to not need to resolve subdomains at start before tunneling - Allows for Unbound to be configured and started after tunneling - Refers to #127
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package models
|
||||
|
||||
import "net"
|
||||
|
||||
type WindscribeServer struct {
|
||||
Region WindscribeRegion
|
||||
Subdomain string
|
||||
Region WindscribeRegion
|
||||
IPs []net.IP
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user