Windscribe support (#114)

This commit is contained in:
Quentin McGaw
2020-03-29 16:42:06 -04:00
committed by GitHub
parent 643745d33e
commit 76cea56864
14 changed files with 668 additions and 75 deletions

View File

@@ -0,0 +1,6 @@
package models
type WindscribeServer struct {
Region WindscribeRegion
Subdomain string
}