mirror of
https://github.com/davegallant/vpngate.git
synced 2026-01-14 14:14:11 +00:00
Add --socks5 flag to support socks5 proxy
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
|
||||
// TestGetListReal tests getting the real list of vpn servers
|
||||
func TestGetListReal(t *testing.T) {
|
||||
_, err := GetList()
|
||||
_, err := GetList("")
|
||||
|
||||
assert.NoError(t, err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user