Windscribe support (#114)
This commit is contained in:
@@ -17,6 +17,8 @@ type (
|
||||
MullvadCity string
|
||||
// MullvadProvider is used as the Internet service provider for a Mullvad server
|
||||
MullvadProvider string
|
||||
// WindscribeCity is used as the region for a Windscribe server
|
||||
WindscribeRegion string
|
||||
// URL is an HTTP(s) URL address
|
||||
URL string
|
||||
// Filepath is a local filesytem file path
|
||||
|
||||
6
internal/models/windscribe.go
Normal file
6
internal/models/windscribe.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package models
|
||||
|
||||
type WindscribeServer struct {
|
||||
Region WindscribeRegion
|
||||
Subdomain string
|
||||
}
|
||||
Reference in New Issue
Block a user