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:
8
internal/models/pia.go
Normal file
8
internal/models/pia.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package models
|
||||
|
||||
import "net"
|
||||
|
||||
type PIAServer struct {
|
||||
IPs []net.IP
|
||||
Region PIARegion
|
||||
}
|
||||
Reference in New Issue
Block a user