Add --socks5 flag to support socks5 proxy

This commit is contained in:
Dave Gallant
2024-07-20 20:06:07 -04:00
parent 679a63cc14
commit a45602ce5d
6 changed files with 38 additions and 20 deletions

View File

@@ -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)
}