Replies: 1 comment 3 replies
-
Have you tried:
Pennsylvania is not a city so I'm confused as to why it's in their list. There are tons of servers in New York City and Chicago, so if you wanted to use one this would surely work:
or
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm configuring my container for AirVPN and want to provide a list of cities via the
SERVER_CITIES
env var. I want to add Chicago, Illinois to my list, but I'm not sure how since the value itself contains a comma and the list should be comma-separated.How should I do this? I've tried a number of approaches like using just
Chicago
(which led me to believe it wantsChicago, Illinois
based on the error message),Chicago\, Illinois
,"Chicago, Illinois"
, andChicago Illinois
, all of which are failing. Oddly, in servers.json, it's listed asChicago Illinois
even though that doesn't seem to work and the error suggests it wantsChicago, Illinois
. Not sure what else to try.Permutation:
Result:
Permutation:
Result:
Permutation:
Result:
Permutation:
Result:
Beta Was this translation helpful? Give feedback.
All reactions