- Allows to not need to resolve subdomains at start before tunneling - Allows for Unbound to be configured and started after tunneling - Refers to #127
9 lines
91 B
Go
9 lines
91 B
Go
package models
|
|
|
|
import "net"
|
|
|
|
type PIAServer struct {
|
|
IPs []net.IP
|
|
Region PIARegion
|
|
}
|