mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-10 04:30:20 +02:00
Feature: Hide My Ass VPN provider support (#401)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package provider
|
||||
|
||||
import "errors"
|
||||
|
||||
var ErrNoServerFound = errors.New("no server found")
|
||||
Reference in New Issue
Block a user