Added Mullvad server model
This commit is contained in:
12
internal/models/mullvad.go
Normal file
12
internal/models/mullvad.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package models
|
||||
|
||||
import "net"
|
||||
|
||||
type MullvadServer struct {
|
||||
Country MullvadCountry
|
||||
City MullvadCity
|
||||
Provider MullvadProvider
|
||||
Owned bool
|
||||
IPs []net.IP
|
||||
DefaultPort uint16
|
||||
}
|
||||
Reference in New Issue
Block a user