diff options
author | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-10-25 03:55:49 +0300 |
---|---|---|
committer | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-10-25 03:55:49 +0300 |
commit | 3899450af16a0162aac8e91c5487c2a802c609d7 (patch) | |
tree | ef93e1ce5905ebb1e86b569cd0556e9338075ab2 /client/config | |
parent | 1f9964403d3cb448b7e866d8adcb5560f9c46c33 (diff) |
Config method to acquire country/state/city names. Doxygen docs
Diffstat (limited to 'client/config')
-rw-r--r-- | client/config/proxy_list.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/config/proxy_list.cfg b/client/config/proxy_list.cfg index 0c35bf4..0a14616 100644 --- a/client/config/proxy_list.cfg +++ b/client/config/proxy_list.cfg @@ -1,6 +1,10 @@ user:password@server.com:123 "Ukraine" "Kharkovskaya obl." "Kharkov"; server.com:123 "Ukraine" "Kharkovskaya obl." "Izum"; user:password@server.com:123 "Ukraine" "Kharkovskaya obl." "Balakleya"; +user:password@server.com:123 "Ukraine" "Kievskaya obl." "Kiev"; +user:password@server.com:123 "Ukraine" "Sumskaya obl." "Sumi"; +user:password@server.com:123 "Ukraine" "Sumskaya obl." "Konotop"; +user:password@server.com:123 "Ukraine" "Sumskaya obl." "Seredina-Buda"; user:password@server.com:123 "Ukraine" "AR Krym" "Alushta"; user:password@server.com:123 "Ukraine" "AR Krym" "Simferorpol"; user:password@server.com:123 "Ukraine" "AR Krym" "Sevastopol"; |