Mullvad servers do not have a default port
- Refers to #218 - Checks for custom port value depending on protocol - Remove default port from server constants - Use 443 and 1194 ports respectively for tcp and udp
This commit is contained in:
@@ -8,12 +8,11 @@ type PIAServer struct {
|
||||
}
|
||||
|
||||
type MullvadServer struct {
|
||||
IPs []net.IP
|
||||
Country string
|
||||
City string
|
||||
ISP string
|
||||
Owned bool
|
||||
DefaultPort uint16
|
||||
IPs []net.IP
|
||||
Country string
|
||||
City string
|
||||
ISP string
|
||||
Owned bool
|
||||
}
|
||||
|
||||
type WindscribeServer struct {
|
||||
|
||||
Reference in New Issue
Block a user