├── Countries ├── http │ ├── Afghanistan.txt │ ├── Albania.txt │ ├── Algeria.txt │ ├── Andorra.txt │ ├── Angola.txt │ ├── Anguilla.txt │ ├── Antigua_and_Barbuda.txt │ ├── Argentina.txt │ ├── Armenia.txt │ ├── Aruba.txt │ ├── Australia.txt │ ├── Austria.txt │ ├── Azerbaijan.txt │ ├── Bahamas.txt │ ├── Bahrain.txt │ ├── Bangladesh.txt │ ├── Barbados.txt │ ├── Belarus.txt │ ├── Belgium.txt │ ├── Belize.txt │ ├── Benin.txt │ ├── Bhutan.txt │ ├── Bolivia.txt │ ├── Bosnia_and_Herzegovina.txt │ ├── Botswana.txt │ ├── Brazil.txt │ ├── British_Virgin_Islands.txt │ ├── Brunei.txt │ ├── Bulgaria.txt │ ├── Burkina_Faso.txt │ ├── Burundi.txt │ ├── Cambodia.txt │ ├── Cameroon.txt │ ├── Canada.txt │ ├── Chile.txt │ ├── China.txt │ ├── Colombia.txt │ ├── Congo_Republic.txt │ ├── Costa_Rica.txt │ ├── Croatia.txt │ ├── Cuba.txt │ ├── Cyprus.txt │ ├── Czechia.txt │ ├── DR_Congo.txt │ ├── Denmark.txt │ ├── Djibouti.txt │ ├── Dominican_Republic.txt │ ├── Ecuador.txt │ ├── Egypt.txt │ ├── El_Salvador.txt │ ├── Equatorial_Guinea.txt │ ├── Estonia.txt │ ├── Eswatini.txt │ ├── Ethiopia.txt │ ├── Finland.txt │ ├── France.txt │ ├── French_Southern_Territories.txt │ ├── Gabon.txt │ ├── Gambia.txt │ ├── Georgia.txt │ ├── Germany.txt │ ├── Ghana.txt │ ├── Gibraltar.txt │ ├── Greece.txt │ ├── Guadeloupe.txt │ ├── Guam.txt │ ├── Guatemala.txt │ ├── Guinea.txt │ ├── Guyana.txt │ ├── Haiti.txt │ ├── Honduras.txt │ ├── Hong_Kong.txt │ ├── Hungary.txt │ ├── Iceland.txt │ ├── India.txt │ ├── Indonesia.txt │ ├── Iran.txt │ ├── Iraq.txt │ ├── Ireland.txt │ ├── Israel.txt │ ├── Italy.txt │ ├── Ivory_Coast.txt │ ├── Jamaica.txt │ ├── Japan.txt │ ├── Jordan.txt │ ├── Kazakhstan.txt │ ├── Kenya.txt │ ├── Kosovo.txt │ ├── Kuwait.txt │ ├── Kyrgyzstan.txt │ ├── Laos.txt │ ├── Latvia.txt │ ├── Lebanon.txt │ ├── Lesotho.txt │ ├── Liberia.txt │ ├── Libya.txt │ ├── Lithuania.txt │ ├── Luxembourg.txt │ ├── Macao.txt │ ├── Madagascar.txt │ ├── Malawi.txt │ ├── Malaysia.txt │ ├── Maldives.txt │ ├── Mali.txt │ ├── Malta.txt │ ├── Martinique.txt │ ├── Mauritania.txt │ ├── Mauritius.txt │ ├── Mayotte.txt │ ├── Mexico.txt │ ├── Moldova.txt │ ├── Mongolia.txt │ ├── Montenegro.txt │ ├── Morocco.txt │ ├── Mozambique.txt │ ├── Myanmar.txt │ ├── Namibia.txt │ ├── Nepal.txt │ ├── New_Caledonia.txt │ ├── New_Zealand.txt │ ├── Nicaragua.txt │ ├── Nigeria.txt │ ├── Norfolk_Island.txt │ ├── North_Macedonia.txt │ ├── Norway.txt │ ├── Oman.txt │ ├── Pakistan.txt │ ├── Palestine.txt │ ├── Panama.txt │ ├── Papua_New_Guinea.txt │ ├── Paraguay.txt │ ├── Peru.txt │ ├── Philippines.txt │ ├── Poland.txt │ ├── Portugal.txt │ ├── Puerto_Rico.txt │ ├── Qatar.txt │ ├── Romania.txt │ ├── Russia.txt │ ├── Rwanda.txt │ ├── Samoa.txt │ ├── Saudi_Arabia.txt │ ├── Senegal.txt │ ├── Serbia.txt │ ├── Seychelles.txt │ ├── Sierra_Leone.txt │ ├── Singapore.txt │ ├── Sint_Maarten.txt │ ├── Slovakia.txt │ ├── Slovenia.txt │ ├── Somalia.txt │ ├── South_Africa.txt │ ├── South_Korea.txt │ ├── South_Sudan.txt │ ├── Spain.txt │ ├── Sri_Lanka.txt │ ├── St_Vincent_and_Grenadines.txt │ ├── Sudan.txt │ ├── Suriname.txt │ ├── Sweden.txt │ ├── Switzerland.txt │ ├── Syria.txt │ ├── Taiwan.txt │ ├── Tajikistan.txt │ ├── Tanzania.txt │ ├── Thailand.txt │ ├── The_Netherlands.txt │ ├── Timor-Leste.txt │ ├── Togo.txt │ ├── Trinidad_and_Tobago.txt │ ├── Tunisia.txt │ ├── Turkmenistan.txt │ ├── Tuvalu.txt │ ├── Türkiye.txt │ ├── US_Virgin_Islands.txt │ ├── Uganda.txt │ ├── Ukraine.txt │ ├── United_Arab_Emirates.txt │ ├── United_Kingdom.txt │ ├── United_States.txt │ ├── Unknown.txt │ ├── Uruguay.txt │ ├── Uzbekistan.txt │ ├── Vanuatu.txt │ ├── Venezuela.txt │ ├── Vietnam.txt │ ├── Yemen.txt │ ├── Zambia.txt │ └── Zimbabwe.txt ├── https │ ├── Afghanistan.txt │ ├── Albania.txt │ ├── Algeria.txt │ ├── Angola.txt │ ├── Argentina.txt │ ├── Armenia.txt │ ├── Australia.txt │ ├── Austria.txt │ ├── Azerbaijan.txt │ ├── Bahamas.txt │ ├── Bahrain.txt │ ├── Bangladesh.txt │ ├── Belarus.txt │ ├── Belgium.txt │ ├── Belize.txt │ ├── Benin.txt │ ├── Bhutan.txt │ ├── Bolivia.txt │ ├── Bosnia_and_Herzegovina.txt │ ├── Botswana.txt │ ├── Brazil.txt │ ├── British_Virgin_Islands.txt │ ├── Brunei.txt │ ├── Bulgaria.txt │ ├── Burkina_Faso.txt │ ├── Burundi.txt │ ├── Cambodia.txt │ ├── Cameroon.txt │ ├── Canada.txt │ ├── Chile.txt │ ├── China.txt │ ├── Colombia.txt │ ├── Congo_Republic.txt │ ├── Costa_Rica.txt │ ├── Croatia.txt │ ├── Cuba.txt │ ├── Cyprus.txt │ ├── Czechia.txt │ ├── DR_Congo.txt │ ├── Denmark.txt │ ├── Dominican_Republic.txt │ ├── Ecuador.txt │ ├── Egypt.txt │ ├── El_Salvador.txt │ ├── Equatorial_Guinea.txt │ ├── Estonia.txt │ ├── Eswatini.txt │ ├── Ethiopia.txt │ ├── Finland.txt │ ├── France.txt │ ├── Gabon.txt │ ├── Gambia.txt │ ├── Georgia.txt │ ├── Germany.txt │ ├── Ghana.txt │ ├── Gibraltar.txt │ ├── Greece.txt │ ├── Guadeloupe.txt │ ├── Guam.txt │ ├── Guatemala.txt │ ├── Guinea.txt │ ├── Guyana.txt │ ├── Haiti.txt │ ├── Honduras.txt │ ├── Hong_Kong.txt │ ├── Hungary.txt │ ├── Iceland.txt │ ├── India.txt │ ├── Indonesia.txt │ ├── Iran.txt │ ├── Iraq.txt │ ├── Ireland.txt │ ├── Isle_of_Man.txt │ ├── Israel.txt │ ├── Italy.txt │ ├── Ivory_Coast.txt │ ├── Jamaica.txt │ ├── Japan.txt │ ├── Jordan.txt │ ├── Kazakhstan.txt │ ├── Kenya.txt │ ├── Kosovo.txt │ ├── Kuwait.txt │ ├── Kyrgyzstan.txt │ ├── Laos.txt │ ├── Latvia.txt │ ├── Lebanon.txt │ ├── Lesotho.txt │ ├── Liberia.txt │ ├── Libya.txt │ ├── Lithuania.txt │ ├── Luxembourg.txt │ ├── Macao.txt │ ├── Madagascar.txt │ ├── Malawi.txt │ ├── Malaysia.txt │ ├── Maldives.txt │ ├── Mali.txt │ ├── Malta.txt │ ├── Martinique.txt │ ├── Mauritania.txt │ ├── Mauritius.txt │ ├── Mayotte.txt │ ├── Mexico.txt │ ├── Moldova.txt │ ├── Monaco.txt │ ├── Mongolia.txt │ ├── Montenegro.txt │ ├── Morocco.txt │ ├── Mozambique.txt │ ├── Myanmar.txt │ ├── Namibia.txt │ ├── Nepal.txt │ ├── New_Caledonia.txt │ ├── New_Zealand.txt │ ├── Nicaragua.txt │ ├── Nigeria.txt │ ├── North_Macedonia.txt │ ├── Norway.txt │ ├── Oman.txt │ ├── Pakistan.txt │ ├── Palestine.txt │ ├── Panama.txt │ ├── Papua_New_Guinea.txt │ ├── Paraguay.txt │ ├── Peru.txt │ ├── Philippines.txt │ ├── Poland.txt │ ├── Portugal.txt │ ├── Puerto_Rico.txt │ ├── Qatar.txt │ ├── Romania.txt │ ├── Russia.txt │ ├── Rwanda.txt │ ├── Samoa.txt │ ├── Saudi_Arabia.txt │ ├── Senegal.txt │ ├── Serbia.txt │ ├── Seychelles.txt │ ├── Sierra_Leone.txt │ ├── Singapore.txt │ ├── Sint_Maarten.txt │ ├── Slovakia.txt │ ├── Slovenia.txt │ ├── Somalia.txt │ ├── South_Africa.txt │ ├── South_Korea.txt │ ├── South_Sudan.txt │ ├── Spain.txt │ ├── Sri_Lanka.txt │ ├── St_Vincent_and_Grenadines.txt │ ├── Sudan.txt │ ├── Sweden.txt │ ├── Switzerland.txt │ ├── Syria.txt │ ├── Taiwan.txt │ ├── Tajikistan.txt │ ├── Tanzania.txt │ ├── Thailand.txt │ ├── The_Netherlands.txt │ ├── Timor-Leste.txt │ ├── Togo.txt │ ├── Trinidad_and_Tobago.txt │ ├── Tunisia.txt │ ├── Turkmenistan.txt │ ├── Tuvalu.txt │ ├── Türkiye.txt │ ├── Uganda.txt │ ├── Ukraine.txt │ ├── United_Arab_Emirates.txt │ ├── United_Kingdom.txt │ ├── United_States.txt │ ├── Unknown.txt │ ├── Uruguay.txt │ ├── Uzbekistan.txt │ ├── Venezuela.txt │ ├── Vietnam.txt │ ├── Yemen.txt │ ├── Zambia.txt │ └── Zimbabwe.txt ├── socks4 │ ├── Afghanistan.txt │ ├── Albania.txt │ ├── Algeria.txt │ ├── Andorra.txt │ ├── Angola.txt │ ├── Argentina.txt │ ├── Armenia.txt │ ├── Aruba.txt │ ├── Australia.txt │ ├── Austria.txt │ ├── Azerbaijan.txt │ ├── Bahamas.txt │ ├── Bahrain.txt │ ├── Bangladesh.txt │ ├── Barbados.txt │ ├── Belarus.txt │ ├── Belgium.txt │ ├── Belize.txt │ ├── Benin.txt │ ├── Bhutan.txt │ ├── Bolivia.txt │ ├── Bosnia_and_Herzegovina.txt │ ├── Botswana.txt │ ├── Brazil.txt │ ├── British_Virgin_Islands.txt │ ├── Brunei.txt │ ├── Bulgaria.txt │ ├── Burkina_Faso.txt │ ├── Burundi.txt │ ├── Cambodia.txt │ ├── Cameroon.txt │ ├── Canada.txt │ ├── Cayman_Islands.txt │ ├── Chile.txt │ ├── China.txt │ ├── Colombia.txt │ ├── Congo_Republic.txt │ ├── Costa_Rica.txt │ ├── Croatia.txt │ ├── Cuba.txt │ ├── Cyprus.txt │ ├── Czechia.txt │ ├── DR_Congo.txt │ ├── Denmark.txt │ ├── Djibouti.txt │ ├── Dominican_Republic.txt │ ├── Ecuador.txt │ ├── Egypt.txt │ ├── El_Salvador.txt │ ├── Equatorial_Guinea.txt │ ├── Estonia.txt │ ├── Eswatini.txt │ ├── Ethiopia.txt │ ├── Finland.txt │ ├── France.txt │ ├── French_Southern_Territories.txt │ ├── Gabon.txt │ ├── Gambia.txt │ ├── Georgia.txt │ ├── Germany.txt │ ├── Ghana.txt │ ├── Gibraltar.txt │ ├── Greece.txt │ ├── Guadeloupe.txt │ ├── Guam.txt │ ├── Guatemala.txt │ ├── Guinea.txt │ ├── Guyana.txt │ ├── Haiti.txt │ ├── Honduras.txt │ ├── Hong_Kong.txt │ ├── Hungary.txt │ ├── Iceland.txt │ ├── India.txt │ ├── Indonesia.txt │ ├── Iran.txt │ ├── Iraq.txt │ ├── Ireland.txt │ ├── Isle_of_Man.txt │ ├── Israel.txt │ ├── Italy.txt │ ├── Ivory_Coast.txt │ ├── Jamaica.txt │ ├── Japan.txt │ ├── Jordan.txt │ ├── Kazakhstan.txt │ ├── Kenya.txt │ ├── Kosovo.txt │ ├── Kuwait.txt │ ├── Kyrgyzstan.txt │ ├── Laos.txt │ ├── Latvia.txt │ ├── Lebanon.txt │ ├── Lesotho.txt │ ├── Liberia.txt │ ├── Libya.txt │ ├── Lithuania.txt │ ├── Luxembourg.txt │ ├── Macao.txt │ ├── Madagascar.txt │ ├── Malawi.txt │ ├── Malaysia.txt │ ├── Maldives.txt │ ├── Mali.txt │ ├── Malta.txt │ ├── Martinique.txt │ ├── Mauritania.txt │ ├── Mauritius.txt │ ├── Mayotte.txt │ ├── Mexico.txt │ ├── Moldova.txt │ ├── Monaco.txt │ ├── Mongolia.txt │ ├── Montenegro.txt │ ├── Morocco.txt │ ├── Mozambique.txt │ ├── Myanmar.txt │ ├── Namibia.txt │ ├── Nepal.txt │ ├── New_Caledonia.txt │ ├── New_Zealand.txt │ ├── Nicaragua.txt │ ├── Niger.txt │ ├── Nigeria.txt │ ├── Norfolk_Island.txt │ ├── North_Macedonia.txt │ ├── Norway.txt │ ├── Oman.txt │ ├── Pakistan.txt │ ├── Palestine.txt │ ├── Panama.txt │ ├── Papua_New_Guinea.txt │ ├── Paraguay.txt │ ├── Peru.txt │ ├── Philippines.txt │ ├── Poland.txt │ ├── Portugal.txt │ ├── Puerto_Rico.txt │ ├── Qatar.txt │ ├── Romania.txt │ ├── Russia.txt │ ├── Rwanda.txt │ ├── Samoa.txt │ ├── Saudi_Arabia.txt │ ├── Senegal.txt │ ├── Serbia.txt │ ├── Seychelles.txt │ ├── Sierra_Leone.txt │ ├── Singapore.txt │ ├── Sint_Maarten.txt │ ├── Slovakia.txt │ ├── Slovenia.txt │ ├── Solomon_Islands.txt │ ├── Somalia.txt │ ├── South_Africa.txt │ ├── South_Korea.txt │ ├── South_Sudan.txt │ ├── Spain.txt │ ├── Sri_Lanka.txt │ ├── St_Vincent_and_Grenadines.txt │ ├── Sudan.txt │ ├── Suriname.txt │ ├── Sweden.txt │ ├── Switzerland.txt │ ├── Syria.txt │ ├── Taiwan.txt │ ├── Tajikistan.txt │ ├── Tanzania.txt │ ├── Thailand.txt │ ├── The_Netherlands.txt │ ├── Timor-Leste.txt │ ├── Togo.txt │ ├── Trinidad_and_Tobago.txt │ ├── Tunisia.txt │ ├── Turkmenistan.txt │ ├── Tuvalu.txt │ ├── Türkiye.txt │ ├── US_Virgin_Islands.txt │ ├── Uganda.txt │ ├── Ukraine.txt │ ├── United_Arab_Emirates.txt │ ├── United_Kingdom.txt │ ├── United_States.txt │ ├── Unknown.txt │ ├── Uruguay.txt │ ├── Uzbekistan.txt │ ├── Vanuatu.txt │ ├── Venezuela.txt │ ├── Vietnam.txt │ ├── Yemen.txt │ ├── Zambia.txt │ └── Zimbabwe.txt └── socks5 │ ├── Afghanistan.txt │ ├── Albania.txt │ ├── Algeria.txt │ ├── Andorra.txt │ ├── Angola.txt │ ├── Argentina.txt │ ├── Armenia.txt │ ├── Aruba.txt │ ├── Australia.txt │ ├── Austria.txt │ ├── Azerbaijan.txt │ ├── Bahrain.txt │ ├── Bangladesh.txt │ ├── Barbados.txt │ ├── Belarus.txt │ ├── Belgium.txt │ ├── Belize.txt │ ├── Benin.txt │ ├── Bhutan.txt │ ├── Bolivia.txt │ ├── Bosnia_and_Herzegovina.txt │ ├── Botswana.txt │ ├── Brazil.txt │ ├── British_Virgin_Islands.txt │ ├── Brunei.txt │ ├── Bulgaria.txt │ ├── Burkina_Faso.txt │ ├── Burundi.txt │ ├── Cambodia.txt │ ├── Cameroon.txt │ ├── Canada.txt │ ├── Chile.txt │ ├── China.txt │ ├── Colombia.txt │ ├── Congo_Republic.txt │ ├── Costa_Rica.txt │ ├── Croatia.txt │ ├── Cuba.txt │ ├── Cyprus.txt │ ├── Czechia.txt │ ├── DR_Congo.txt │ ├── Denmark.txt │ ├── Djibouti.txt │ ├── Dominican_Republic.txt │ ├── Ecuador.txt │ ├── Egypt.txt │ ├── El_Salvador.txt │ ├── Equatorial_Guinea.txt │ ├── Estonia.txt │ ├── Eswatini.txt │ ├── Ethiopia.txt │ ├── Finland.txt │ ├── France.txt │ ├── French_Southern_Territories.txt │ ├── Gabon.txt │ ├── Gambia.txt │ ├── Georgia.txt │ ├── Germany.txt │ ├── Ghana.txt │ ├── Gibraltar.txt │ ├── Greece.txt │ ├── Guadeloupe.txt │ ├── Guam.txt │ ├── Guatemala.txt │ ├── Guinea.txt │ ├── Guyana.txt │ ├── Haiti.txt │ ├── Honduras.txt │ ├── Hong_Kong.txt │ ├── Hungary.txt │ ├── Iceland.txt │ ├── India.txt │ ├── Indonesia.txt │ ├── Iran.txt │ ├── Iraq.txt │ ├── Ireland.txt │ ├── Isle_of_Man.txt │ ├── Israel.txt │ ├── Italy.txt │ ├── Ivory_Coast.txt │ ├── Jamaica.txt │ ├── Japan.txt │ ├── Jordan.txt │ ├── Kazakhstan.txt │ ├── Kenya.txt │ ├── Kosovo.txt │ ├── Kuwait.txt │ ├── Kyrgyzstan.txt │ ├── Laos.txt │ ├── Latvia.txt │ ├── Lebanon.txt │ ├── Lesotho.txt │ ├── Liberia.txt │ ├── Libya.txt │ ├── Lithuania.txt │ ├── Luxembourg.txt │ ├── Macao.txt │ ├── Madagascar.txt │ ├── Malawi.txt │ ├── Malaysia.txt │ ├── Maldives.txt │ ├── Mali.txt │ ├── Malta.txt │ ├── Martinique.txt │ ├── Mauritania.txt │ ├── Mauritius.txt │ ├── Mayotte.txt │ ├── Mexico.txt │ ├── Moldova.txt │ ├── Mongolia.txt │ ├── Montenegro.txt │ ├── Morocco.txt │ ├── Mozambique.txt │ ├── Myanmar.txt │ ├── Namibia.txt │ ├── Nepal.txt │ ├── New_Caledonia.txt │ ├── New_Zealand.txt │ ├── Nicaragua.txt │ ├── Nigeria.txt │ ├── Norfolk_Island.txt │ ├── North_Macedonia.txt │ ├── Norway.txt │ ├── Oman.txt │ ├── Pakistan.txt │ ├── Palestine.txt │ ├── Panama.txt │ ├── Papua_New_Guinea.txt │ ├── Paraguay.txt │ ├── Peru.txt │ ├── Philippines.txt │ ├── Poland.txt │ ├── Portugal.txt │ ├── Puerto_Rico.txt │ ├── Qatar.txt │ ├── Romania.txt │ ├── Russia.txt │ ├── Rwanda.txt │ ├── Samoa.txt │ ├── Saudi_Arabia.txt │ ├── Senegal.txt │ ├── Serbia.txt │ ├── Seychelles.txt │ ├── Sierra_Leone.txt │ ├── Singapore.txt │ ├── Sint_Maarten.txt │ ├── Slovakia.txt │ ├── Slovenia.txt │ ├── Somalia.txt │ ├── South_Africa.txt │ ├── South_Korea.txt │ ├── South_Sudan.txt │ ├── Spain.txt │ ├── Sri_Lanka.txt │ ├── St_Vincent_and_Grenadines.txt │ ├── Sudan.txt │ ├── Suriname.txt │ ├── Sweden.txt │ ├── Switzerland.txt │ ├── Syria.txt │ ├── Taiwan.txt │ ├── Tajikistan.txt │ ├── Tanzania.txt │ ├── Thailand.txt │ ├── The_Netherlands.txt │ ├── Timor-Leste.txt │ ├── Togo.txt │ ├── Trinidad_and_Tobago.txt │ ├── Tunisia.txt │ ├── Turkmenistan.txt │ ├── Tuvalu.txt │ ├── Türkiye.txt │ ├── US_Virgin_Islands.txt │ ├── Uganda.txt │ ├── Ukraine.txt │ ├── United_Arab_Emirates.txt │ ├── United_Kingdom.txt │ ├── United_States.txt │ ├── Unknown.txt │ ├── Uruguay.txt │ ├── Uzbekistan.txt │ ├── Vanuatu.txt │ ├── Venezuela.txt │ ├── Vietnam.txt │ ├── Yemen.txt │ ├── Zambia.txt │ └── Zimbabwe.txt ├── README.md ├── http.txt ├── https.txt ├── socks4.txt └── socks5.txt /Countries/http/Afghanistan.txt: -------------------------------------------------------------------------------- 1 | 116.204.160.111:8080 2 | 180.94.80.18:8080 3 | 125.213.200.10:1080 4 | 103.227.18.10:8080 5 | 111.125.153.234:3129 6 | 111.125.153.234:3128 7 | 180.94.68.34:8080 8 | 103.112.177.114:8080 9 | 180.94.64.58:8080 10 | 45.116.128.150:4153 11 | 180.94.64.58:5678 12 | 103.112.177.114:80 13 | 180.94.83.122:8080 14 | 103.133.82.125:4153 15 | 223.26.22.250:8080 16 | 125.213.192.82:8080 17 | -------------------------------------------------------------------------------- /Countries/http/Algeria.txt: -------------------------------------------------------------------------------- 1 | 196.20.125.129:8083 2 | 196.20.125.145:8083 3 | 41.111.243.134:80 4 | 41.111.206.167:80 5 | 105.102.151.192:3128 6 | 41.111.187.214:80 7 | 105.100.19.133:3128 8 | 196.20.125.149:8083 9 | 41.99.236.235:3128 10 | 41.111.198.108:443 11 | 41.111.243.133:80 12 | 41.102.48.168:8081 13 | 197.201.96.123:80 14 | 196.20.125.121:8083 15 | 41.111.188.39:80 16 | 41.97.248.74:3128 17 | -------------------------------------------------------------------------------- /Countries/http/Andorra.txt: -------------------------------------------------------------------------------- 1 | 46.172.250.60:8914 2 | -------------------------------------------------------------------------------- /Countries/http/Angola.txt: -------------------------------------------------------------------------------- 1 | 105.174.40.54:8080 2 | 102.207.128.2:8080 3 | 102.130.192.231:8080 4 | 102.207.128.3:8080 5 | 160.242.19.126:8080 6 | 105.174.5.146:8080 7 | 105.174.43.194:8080 8 | 154.127.219.242:999 9 | -------------------------------------------------------------------------------- /Countries/http/Anguilla.txt: -------------------------------------------------------------------------------- 1 | 204.155.30.87:80 2 | -------------------------------------------------------------------------------- /Countries/http/Antigua_and_Barbuda.txt: -------------------------------------------------------------------------------- 1 | 69.50.64.153:3128 2 | -------------------------------------------------------------------------------- /Countries/http/Aruba.txt: -------------------------------------------------------------------------------- 1 | 104.28.8.82:80 2 | -------------------------------------------------------------------------------- /Countries/http/Azerbaijan.txt: -------------------------------------------------------------------------------- 1 | 185.32.44.161:4153 2 | 85.132.29.134:8080 3 | 37.32.79.129:4153 4 | 94.20.21.6:4153 5 | 81.17.87.42:5678 6 | 81.17.81.34:4145 7 | 185.77.3.74:8080 8 | 185.32.44.222:4153 9 | 94.20.21.16:4153 10 | 185.43.189.182:3629 11 | 185.32.47.105:4153 12 | 193.105.123.194:8123 13 | 5.134.48.59:8080 14 | 185.32.44.1:4153 15 | 217.25.24.7:3629 16 | 85.132.37.9:1313 17 | 31.171.104.39:8080 18 | 185.32.44.157:4153 19 | 46.32.163.65:4153 20 | 213.172.89.227:4153 21 | -------------------------------------------------------------------------------- /Countries/http/Bahamas.txt: -------------------------------------------------------------------------------- 1 | 206.138.28.167:10025 2 | -------------------------------------------------------------------------------- /Countries/http/Bahrain.txt: -------------------------------------------------------------------------------- 1 | 157.175.58.133:1080 2 | 157.175.84.251:1080 3 | 82.194.45.218:8090 4 | 38.54.2.168:3128 5 | 157.175.152.241:1080 6 | 15.185.153.126:80 7 | 82.194.45.218:3128 8 | -------------------------------------------------------------------------------- /Countries/http/Barbados.txt: -------------------------------------------------------------------------------- 1 | 65.48.236.89:8111 2 | -------------------------------------------------------------------------------- /Countries/http/Belarus.txt: -------------------------------------------------------------------------------- 1 | 82.209.216.156:1080 2 | 37.17.53.108:3629 3 | 86.57.219.210:8080 4 | 213.184.225.80:5678 5 | 194.158.203.14:80 6 | 80.94.229.155:8080 7 | 217.21.60.36:1080 8 | 178.124.74.9:8080 9 | 178.124.81.210:3128 10 | 178.124.211.92:8080 11 | 82.209.219.244:8080 12 | 93.125.3.22:8080 13 | 86.57.181.122:51801 14 | 213.184.242.144:1337 15 | 82.209.251.53:45678 16 | 178.124.73.189:8080 17 | 213.184.242.144:13373 18 | 86.57.134.64:41890 19 | 213.184.242.144:8080 20 | 178.124.78.45:8080 21 | 178.168.208.4:5678 22 | 86.57.174.152:41455 23 | -------------------------------------------------------------------------------- /Countries/http/Belgium.txt: -------------------------------------------------------------------------------- 1 | 2.57.21.18:5510 2 | 45.128.133.201:1080 3 | 80.200.67.156:15747 4 | 35.210.106.5:80 5 | 45.128.133.209:1080 6 | 8.34.208.46:80 7 | 45.128.133.205:1080 8 | 45.128.133.1:1080 9 | 2.57.21.89:5581 10 | 2.57.21.128:5620 11 | 179.61.174.4:80 12 | 85.201.67.119:10703 13 | 45.128.133.199:1081 14 | 2.57.20.89:6081 15 | 45.128.133.241:1080 16 | 147.93.69.171:3128 17 | 34.79.91.3:59040 18 | 147.93.44.27:8080 19 | 147.93.44.27:3128 20 | 45.128.133.239:1080 21 | 84.195.180.164:3128 22 | 147.93.58.119:3128 23 | 45.128.133.169:1080 24 | 2.57.21.49:5541 25 | 2.57.20.192:6184 26 | 103.109.244.4:10571 27 | 45.128.133.217:1080 28 | 2.57.21.243:5735 29 | 45.128.133.177:1080 30 | 45.128.133.225:1080 31 | 38.180.18.103:3128 32 | 172.102.222.253:6264 33 | 91.181.235.31:4145 34 | 45.128.133.193:1080 35 | 45.128.133.253:1080 36 | 45.128.133.205:1081 37 | 34.38.216.149:8080 38 | 185.209.220.255:1080 39 | 35.187.114.127:80 40 | 45.128.133.177:1081 41 | 45.128.133.141:1080 42 | 147.93.69.171:3129 43 | 45.128.133.145:1080 44 | 2.57.21.107:5599 45 | 45.128.133.153:1080 46 | 45.128.133.241:1081 47 | 34.78.13.129:80 48 | 45.128.133.197:1080 49 | 46.178.254.136:35745 50 | 45.128.133.255:1080 51 | 34.140.73.25:3128 52 | 45.128.133.199:1080 53 | 109.135.16.145:49879 54 | 45.128.133.202:80 55 | 34.38.136.79:3128 56 | 2.57.21.204:5696 57 | 2.57.21.235:5727 58 | 45.128.133.65:1080 59 | 163.163.26.204:80 60 | 45.128.133.1:1081 61 | 147.93.5.98:3128 62 | -------------------------------------------------------------------------------- /Countries/http/Belize.txt: -------------------------------------------------------------------------------- 1 | 203.30.189.103:80 2 | 203.23.103.106:80 3 | 203.30.189.250:80 4 | 203.30.190.57:80 5 | 203.23.103.102:80 6 | 203.30.188.140:80 7 | 203.24.109.26:80 8 | 203.30.189.22:80 9 | 203.24.109.109:80 10 | 91.226.97.57:80 11 | 203.30.190.93:80 12 | 203.23.103.19:80 13 | 203.24.109.230:80 14 | 203.30.191.218:80 15 | 203.30.190.30:80 16 | 91.226.97.222:80 17 | 203.30.190.46:80 18 | 203.23.103.127:80 19 | -------------------------------------------------------------------------------- /Countries/http/Benin.txt: -------------------------------------------------------------------------------- 1 | 41.85.189.66:39475 2 | 41.74.4.166:4153 3 | 41.86.252.91:443 4 | 41.216.42.170:8080 5 | 154.127.36.138:8080 6 | -------------------------------------------------------------------------------- /Countries/http/Bhutan.txt: -------------------------------------------------------------------------------- 1 | 119.2.108.58:8080 2 | 202.144.134.150:5678 3 | 43.229.127.26:8080 4 | 103.80.111.74:80 5 | -------------------------------------------------------------------------------- /Countries/http/Bolivia.txt: -------------------------------------------------------------------------------- 1 | 190.181.26.194:80 2 | 190.104.8.142:14888 3 | 200.119.218.94:999 4 | 190.186.228.82:3128 5 | 181.188.188.131:5678 6 | 190.186.28.229:8080 7 | 181.115.207.114:1080 8 | 190.181.29.114:999 9 | 190.186.250.11:999 10 | 186.121.214.210:32650 11 | 190.104.20.82:8080 12 | 190.181.23.10:4153 13 | 190.186.56.242:5678 14 | 161.138.128.22:3128 15 | 201.222.76.34:999 16 | 186.121.234.93:8080 17 | 200.58.77.188:1080 18 | 177.222.44.202:4153 19 | 186.121.214.210:57775 20 | 200.119.218.89:999 21 | 200.58.180.108:32650 22 | 177.222.60.138:5678 23 | 190.186.216.196:5678 24 | 200.58.181.218:4153 25 | 200.105.215.22:33630 26 | 190.186.18.161:999 27 | 190.181.59.212:999 28 | 200.58.87.195:8080 29 | 190.181.24.206:8080 30 | 181.115.149.74:8080 31 | 190.180.35.148:5678 32 | 190.104.26.227:33638 33 | 200.105.192.6:5678 34 | 190.186.1.65:999 35 | 190.180.34.164:5678 36 | 201.222.83.146:999 37 | 200.105.179.250:31247 38 | 181.115.152.114:4153 39 | 200.58.74.6:5678 40 | 190.180.35.146:5678 41 | 190.186.1.46:33567 42 | 181.115.207.115:1080 43 | 190.186.1.121:999 44 | 190.180.34.163:5678 45 | 190.104.20.84:8080 46 | 190.181.61.219:3128 47 | 190.104.20.85:8080 48 | 190.104.1.19:999 49 | 190.186.1.126:999 50 | 181.115.200.59:3128 51 | 45.163.18.94:5678 52 | 181.188.187.139:5678 53 | 181.115.207.114:1081 54 | 181.115.152.254:8080 55 | -------------------------------------------------------------------------------- /Countries/http/Bosnia_and_Herzegovina.txt: -------------------------------------------------------------------------------- 1 | 78.28.152.113:80 2 | 91.191.62.42:5678 3 | 176.108.59.40:29667 4 | 185.6.104.150:5678 5 | 45.14.36.11:27500 6 | 77.238.209.58:5678 7 | 94.250.60.60:4153 8 | 93.157.196.58:8080 9 | 77.77.210.90:21056 10 | 109.175.6.194:8080 11 | 93.157.193.139:5678 12 | 109.175.9.203:8080 13 | 212.39.114.139:5678 14 | 185.16.12.137:5678 15 | 91.191.23.186:5678 16 | 45.14.37.33:27500 17 | 80.65.80.230:5678 18 | 93.157.196.90:61024 19 | 109.165.192.159:8181 20 | 78.28.152.111:80 21 | 109.165.196.219:8181 22 | 87.250.109.174:8080 23 | 109.105.205.230:4145 24 | -------------------------------------------------------------------------------- /Countries/http/Botswana.txt: -------------------------------------------------------------------------------- 1 | 83.143.24.29:5678 2 | 156.38.29.74:1080 3 | 154.73.85.37:57932 4 | 129.205.244.185:5678 5 | 83.143.29.225:1080 6 | 154.73.87.241:8080 7 | 154.73.85.149:57932 8 | 129.205.246.105:5678 9 | 83.143.24.66:1080 10 | 83.143.24.66:80 11 | 129.205.198.122:8080 12 | 41.76.242.14:5678 13 | 154.70.151.73:5678 14 | 83.143.29.161:1080 15 | 41.79.138.85:5678 16 | 129.205.244.158:1080 17 | 102.222.173.34:8080 18 | 129.205.198.134:5678 19 | 154.73.85.1:57932 20 | 102.134.166.11:80 21 | 83.143.29.225:1081 22 | -------------------------------------------------------------------------------- /Countries/http/British_Virgin_Islands.txt: -------------------------------------------------------------------------------- 1 | 45.83.123.109:80 2 | 203.32.121.171:80 3 | 203.24.103.249:80 4 | 203.24.103.8:80 5 | 203.34.28.148:80 6 | 203.32.120.202:80 7 | 203.32.120.195:80 8 | 203.24.103.134:80 9 | 46.243.3.7:8118 10 | 185.217.136.67:1337 11 | 203.24.102.86:80 12 | 203.24.103.17:80 13 | 203.24.103.131:80 14 | 203.32.121.157:80 15 | 203.34.28.166:80 16 | 203.24.103.28:80 17 | 203.32.120.50:80 18 | 203.24.102.178:80 19 | 203.34.28.99:80 20 | 208.91.197.18:40034 21 | -------------------------------------------------------------------------------- /Countries/http/Brunei.txt: -------------------------------------------------------------------------------- 1 | 61.6.214.120:554 2 | -------------------------------------------------------------------------------- /Countries/http/Burkina_Faso.txt: -------------------------------------------------------------------------------- 1 | 41.223.232.117:3128 2 | 41.223.234.116:37259 3 | 102.176.178.66:4145 4 | 102.67.101.242:8080 5 | 41.223.233.94:3629 6 | 41.223.232.34:4145 7 | 102.176.179.26:4153 8 | 41.223.234.2:80 9 | 102.67.101.250:8080 10 | -------------------------------------------------------------------------------- /Countries/http/Burundi.txt: -------------------------------------------------------------------------------- 1 | 196.2.15.159:8080 2 | 102.134.98.222:8081 3 | 196.2.13.12:4153 4 | 197.157.195.37:6699 5 | 154.117.212.18:5678 6 | -------------------------------------------------------------------------------- /Countries/http/Cameroon.txt: -------------------------------------------------------------------------------- 1 | 41.205.83.6:80 2 | 154.72.139.102:8080 3 | 154.70.115.42:8080 4 | 41.77.210.210:32650 5 | 102.244.120.10:45413 6 | 41.211.104.247:8888 7 | 41.77.210.210:80 8 | 41.204.87.90:8080 9 | 154.72.155.14:5678 10 | 41.216.232.213:4153 11 | 169.255.4.55:41890 12 | -------------------------------------------------------------------------------- /Countries/http/Congo_Republic.txt: -------------------------------------------------------------------------------- 1 | 197.157.254.162:4145 2 | 102.64.116.100:4145 3 | 102.64.116.97:4145 4 | 102.141.30.2:33333 5 | 102.64.116.254:4145 6 | 169.255.75.117:47650 7 | 102.64.117.254:4145 8 | 197.214.198.82:33333 9 | 197.157.254.34:4145 10 | 102.64.116.1:4145 11 | -------------------------------------------------------------------------------- /Countries/http/Costa_Rica.txt: -------------------------------------------------------------------------------- 1 | 138.121.142.154:8080 2 | 170.81.34.54:4153 3 | 181.193.12.82:6969 4 | 177.93.16.66:8080 5 | 186.177.141.223:48683 6 | 181.194.226.73:8080 7 | 190.61.106.97:8080 8 | 200.192.236.242:1080 9 | 201.204.168.106:45923 10 | 170.80.91.13:4145 11 | 190.61.84.166:9812 12 | 170.80.91.11:4145 13 | 190.14.155.198:5678 14 | 200.229.147.2:999 15 | 186.96.95.205:999 16 | 200.192.236.242:1081 17 | 168.228.51.197:41037 18 | 170.80.91.15:4145 19 | 170.80.91.6:4145 20 | 170.81.35.26:33566 21 | 201.204.47.66:5678 22 | 201.204.47.67:5678 23 | 201.206.141.102:6969 24 | -------------------------------------------------------------------------------- /Countries/http/Croatia.txt: -------------------------------------------------------------------------------- 1 | 92.242.255.11:31024 2 | 92.242.254.12:38890 3 | 94.250.159.9:80 4 | 94.250.179.54:4145 5 | 213.190.26.158:1080 6 | 85.114.48.166:5678 7 | 212.92.204.54:8080 8 | 213.147.107.178:4153 9 | 85.222.163.82:8080 10 | 195.29.122.132:60606 11 | 95.168.96.42:47180 12 | 85.94.81.194:8080 13 | 212.92.204.54:80 14 | 89.201.145.59:1080 15 | 185.165.232.65:6060 16 | 82.132.19.108:4153 17 | 195.29.106.2:4153 18 | 93.138.127.30:8081 19 | 195.29.155.98:58617 20 | -------------------------------------------------------------------------------- /Countries/http/Cuba.txt: -------------------------------------------------------------------------------- 1 | 200.55.130.173:3128 2 | 190.15.158.183:9090 3 | 181.225.242.98:8080 4 | -------------------------------------------------------------------------------- /Countries/http/Cyprus.txt: -------------------------------------------------------------------------------- 1 | 45.67.214.50:80 2 | 45.12.132.188:51991 3 | 185.170.233.108:47574 4 | 31.209.96.173:51688 5 | 185.170.233.100:47574 6 | 45.12.132.212:51991 7 | 185.170.233.106:47574 8 | 185.170.233.110:47574 9 | 203.13.32.236:80 10 | 185.170.233.102:47574 11 | 213.149.167.43:3128 12 | 212.108.153.246:9090 13 | 45.83.140.96:3129 14 | 185.170.233.107:47574 15 | 5.180.45.235:80 16 | 185.170.233.104:47574 17 | 45.12.132.188:52391 18 | 212.108.135.215:9090 19 | 5.253.43.120:3128 20 | 45.12.132.215:51991 21 | 45.83.140.198:8080 22 | 212.108.135.215:8380 23 | 45.12.132.139:65008 24 | 212.73.150.165:3129 25 | 45.12.132.211:50991 26 | 203.24.108.194:80 27 | 212.108.155.205:9090 28 | 203.13.32.47:80 29 | 45.12.132.211:50091 30 | 94.156.144.228:3128 31 | 45.83.140.96:3128 32 | 185.141.63.80:8321 33 | 185.170.233.112:47574 34 | 45.67.214.162:80 35 | 185.170.233.111:47574 36 | 45.12.132.138:65492 37 | 45.12.132.209:50791 38 | 203.22.223.47:80 39 | 212.31.100.138:4153 40 | 45.12.132.211:49491 41 | 213.7.196.26:4153 42 | 45.12.132.30:50891 43 | 203.28.8.0:80 44 | 213.149.182.98:8080 45 | 212.108.144.67:8080 46 | 45.12.132.252:3128 47 | 203.22.223.12:80 48 | 212.73.150.165:3128 49 | 203.24.108.231:80 50 | 185.170.233.101:47574 51 | 109.110.246.26:8080 52 | 185.170.233.109:47574 53 | 45.12.132.252:11492 54 | 185.170.233.103:47574 55 | 45.83.129.189:8080 56 | 45.67.214.84:80 57 | 94.156.144.228:3129 58 | 203.24.108.179:80 59 | -------------------------------------------------------------------------------- /Countries/http/DR_Congo.txt: -------------------------------------------------------------------------------- 1 | 41.60.26.210:32650 2 | 41.174.154.126:8092 3 | 102.68.56.242:3629 4 | 197.215.220.18:1080 5 | 41.174.132.82:5678 6 | 169.255.190.189:4145 7 | 102.222.231.25:2333 8 | 169.255.65.254:1080 9 | 102.223.176.18:8092 10 | 41.190.232.26:1080 11 | 41.190.232.36:36926 12 | 196.61.74.41:8080 13 | 31.209.128.253:8080 14 | 41.190.233.56:5678 15 | 41.174.152.29:12391 16 | 41.174.132.58:8080 17 | 41.190.232.52:36926 18 | 169.255.189.105:4145 19 | 41.190.232.195:8080 20 | -------------------------------------------------------------------------------- /Countries/http/Denmark.txt: -------------------------------------------------------------------------------- 1 | 152.115.56.43:8111 2 | 86.52.40.119:8081 3 | 93.167.67.69:4145 4 | 78.31.206.250:3128 5 | 80.63.84.58:8081 6 | 80.63.107.90:4153 7 | 80.161.30.153:80 8 | 95.154.20.113:34248 9 | 188.176.166.114:4145 10 | 103.37.183.236:5935 11 | 185.236.203.208:3128 12 | 146.70.80.76:80 13 | -------------------------------------------------------------------------------- /Countries/http/Djibouti.txt: -------------------------------------------------------------------------------- 1 | 154.66.245.47:54925 2 | -------------------------------------------------------------------------------- /Countries/http/El_Salvador.txt: -------------------------------------------------------------------------------- 1 | 200.106.236.142:3128 2 | 181.78.99.188:999 3 | 181.78.99.189:999 4 | -------------------------------------------------------------------------------- /Countries/http/Equatorial_Guinea.txt: -------------------------------------------------------------------------------- 1 | 102.164.252.15:8080 2 | 102.164.252.145:8080 3 | 196.251.241.54:8080 4 | 41.79.49.23:4145 5 | 102.223.27.228:8080 6 | 102.223.27.226:8080 7 | 102.164.252.150:8080 8 | 102.164.252.24:38910 9 | -------------------------------------------------------------------------------- /Countries/http/Estonia.txt: -------------------------------------------------------------------------------- 1 | 45.80.108.108:80 2 | 46.22.210.184:443 3 | 5.45.126.128:8080 4 | 45.80.110.44:80 5 | 146.19.143.2:3128 6 | 185.157.108.55:3128 7 | 45.80.108.28:80 8 | 185.155.99.114:8118 9 | 46.36.223.92:9999 10 | 185.4.75.32:8118 11 | 185.157.109.5:5678 12 | 185.123.53.59:3128 13 | 45.80.108.218:80 14 | 45.80.108.250:80 15 | 176.112.157.20:8080 16 | 45.80.108.24:80 17 | 45.80.110.87:80 18 | 185.164.163.135:8118 19 | 85.29.201.250:1025 20 | 45.80.110.57:80 21 | 103.3.227.18:6571 22 | -------------------------------------------------------------------------------- /Countries/http/Eswatini.txt: -------------------------------------------------------------------------------- 1 | 69.63.69.90:8080 2 | 69.63.73.234:5678 3 | -------------------------------------------------------------------------------- /Countries/http/Ethiopia.txt: -------------------------------------------------------------------------------- 1 | 196.191.10.240:1080 2 | -------------------------------------------------------------------------------- /Countries/http/French_Southern_Territories.txt: -------------------------------------------------------------------------------- 1 | 154.120.133.190:30303 2 | -------------------------------------------------------------------------------- /Countries/http/Gabon.txt: -------------------------------------------------------------------------------- 1 | 41.159.154.43:3129 2 | 102.129.33.33:8080 3 | 41.159.154.43:3128 4 | -------------------------------------------------------------------------------- /Countries/http/Gambia.txt: -------------------------------------------------------------------------------- 1 | 102.213.223.46:82 2 | 102.213.223.46:83 3 | 197.231.205.53:5678 4 | -------------------------------------------------------------------------------- /Countries/http/Ghana.txt: -------------------------------------------------------------------------------- 1 | 196.61.44.54:5678 2 | 41.139.11.69:32534 3 | 102.209.148.3:8080 4 | 41.190.69.110:4145 5 | 41.190.69.38:60606 6 | 197.221.85.214:8080 7 | 41.66.245.30:3128 8 | 41.204.43.30:3128 9 | 154.175.80.221:20996 10 | 41.204.63.118:80 11 | 196.29.231.1:4145 12 | 197.251.236.226:5678 13 | 197.255.125.12:80 14 | 102.176.103.134:8080 15 | 197.255.126.69:80 16 | 102.134.130.41:80 17 | 102.219.33.118:1080 18 | 102.209.148.2:8080 19 | 197.251.193.65:8080 20 | 102.209.148.10:8080 21 | 102.219.33.98:1080 22 | 102.22.20.58:83 23 | 102.219.33.179:1080 24 | 197.251.233.122:8080 25 | 102.219.33.110:1080 26 | 197.251.209.34:83 27 | 156.38.112.11:80 28 | 102.22.20.58:82 29 | 102.69.223.17:8080 30 | 156.38.112.11:32821 31 | 41.74.91.244:80 32 | 169.239.248.198:8080 33 | 197.251.233.124:8080 34 | 197.251.236.227:5678 35 | -------------------------------------------------------------------------------- /Countries/http/Gibraltar.txt: -------------------------------------------------------------------------------- 1 | 95.164.68.159:3129 2 | 95.164.89.123:8888 3 | 95.164.68.159:3128 4 | -------------------------------------------------------------------------------- /Countries/http/Greece.txt: -------------------------------------------------------------------------------- 1 | 185.25.22.185:3128 2 | 212.251.118.53:8080 3 | 83.212.82.4:3128 4 | 91.236.74.5:8080 5 | 62.74.238.62:4153 6 | 195.130.115.208:33333 7 | 78.108.41.123:8118 8 | 80.106.59.35:4153 9 | 78.108.41.124:9110 10 | 195.170.4.243:8080 11 | 80.107.16.17:4145 12 | 141.237.250.61:80 13 | 149.210.48.62:8080 14 | 79.130.12.140:80 15 | 62.103.186.66:4153 16 | 62.103.66.18:3129 17 | 79.166.244.166:8080 18 | 78.108.38.82:8118 19 | 38.54.29.161:3128 20 | 46.246.249.159:8080 21 | 84.254.0.86:32650 22 | 185.23.168.3:3128 23 | 62.74.223.178:33333 24 | 147.102.19.172:8080 25 | 83.235.22.245:5678 26 | 62.103.66.18:3128 27 | 91.211.212.6:32650 28 | 212.152.72.124:4153 29 | 85.72.32.44:44550 30 | 83.212.82.185:3129 31 | 94.66.86.165:4145 32 | 212.152.97.110:80 33 | 5.54.186.76:8080 34 | 77.49.181.69:8080 35 | 46.12.65.59:8080 36 | 94.70.195.145:8080 37 | 78.108.41.124:9111 38 | 83.212.82.4:3129 39 | 46.246.131.111:8080 40 | 78.108.38.82:9111 41 | 83.212.82.185:3128 42 | 80.106.247.145:53410 43 | 195.167.114.96:8080 44 | 46.246.238.90:8080 45 | 94.68.245.147:8080 46 | 83.212.82.116:3128 47 | 150.140.193.137:3128 48 | 79.130.206.53:8080 49 | 83.212.94.88:1080 50 | 194.219.134.234:80 51 | 137.59.7.213:5757 52 | 91.236.74.10:8080 53 | -------------------------------------------------------------------------------- /Countries/http/Guadeloupe.txt: -------------------------------------------------------------------------------- 1 | 192.139.192.90:4153 2 | -------------------------------------------------------------------------------- /Countries/http/Guam.txt: -------------------------------------------------------------------------------- 1 | 202.128.68.19:8111 2 | -------------------------------------------------------------------------------- /Countries/http/Guinea.txt: -------------------------------------------------------------------------------- 1 | 41.77.188.131:80 2 | 41.79.236.164:1080 3 | 102.176.160.70:5678 4 | 160.119.135.210:3129 5 | -------------------------------------------------------------------------------- /Countries/http/Guyana.txt: -------------------------------------------------------------------------------- 1 | 181.41.79.100:26732 2 | -------------------------------------------------------------------------------- /Countries/http/Haiti.txt: -------------------------------------------------------------------------------- 1 | 186.1.206.154:1080 2 | 186.1.206.154:3128 3 | -------------------------------------------------------------------------------- /Countries/http/Iceland.txt: -------------------------------------------------------------------------------- 1 | 157.157.128.184:80 2 | 185.247.226.94:16049 3 | 185.165.169.199:10846 4 | 193.4.192.25:8080 5 | 185.165.169.7:8118 6 | 185.112.146.227:8080 7 | -------------------------------------------------------------------------------- /Countries/http/Ireland.txt: -------------------------------------------------------------------------------- 1 | 188.211.233.101:3129 2 | 52.212.33.67:3129 3 | 3.249.159.234:3128 4 | 3.250.39.185:3128 5 | 52.48.78.67:3128 6 | 176.34.139.28:3128 7 | 20.13.148.109:8080 8 | 137.135.187.185:80 9 | 74.234.65.5:3128 10 | 34.245.222.203:80 11 | 63.32.1.88:3128 12 | 54.228.164.102:3128 13 | 34.246.219.134:1024 14 | 5.83.244.250:8080 15 | 52.18.193.139:3128 16 | 52.16.232.164:3128 17 | 18.201.237.231:27281 18 | 99.80.11.54:31280 19 | 34.246.167.37:80 20 | 99.80.11.54:3128 21 | 217.115.115.148:56792 22 | 188.211.233.101:3128 23 | 13.79.94.201:80 24 | 3.249.159.234:3129 25 | 3.250.0.82:3129 26 | 3.255.164.123:3128 27 | 63.35.64.177:3128 28 | 34.240.10.41:80 29 | 98.71.76.170:3128 30 | 63.34.176.150:3128 31 | 52.212.33.67:3128 32 | 185.231.207.104:3128 33 | 3.250.79.73:3128 34 | 185.178.71.185:8080 35 | 3.248.222.199:3128 36 | 3.250.97.221:3129 37 | 3.250.43.2:8888 38 | 108.129.226.120:3128 39 | 3.250.97.221:3128 40 | 34.244.90.35:80 41 | 101.46.141.80:29690 42 | 95.164.44.14:1080 43 | 45.94.73.133:8080 44 | 185.138.114.113:8080 45 | 52.169.235.202:3128 46 | 51.183.242.149:8888 47 | 212.222.251.194:80 48 | 34.244.22.178:8800 49 | 54.78.207.188:3128 50 | 34.242.105.248:3128 51 | 54.246.52.171:3128 52 | 5.83.244.1:8080 53 | 34.242.216.8:3129 54 | 3.255.164.123:3129 55 | 5.83.248.1:8080 56 | 34.254.254.136:1080 57 | 34.251.93.176:3128 58 | 31.169.103.165:8080 59 | -------------------------------------------------------------------------------- /Countries/http/Ivory_Coast.txt: -------------------------------------------------------------------------------- 1 | 160.120.22.13:3128 2 | 38.230.165.25:9090 3 | 160.154.163.18:8080 4 | 160.155.16.204:8080 5 | -------------------------------------------------------------------------------- /Countries/http/Jamaica.txt: -------------------------------------------------------------------------------- 1 | 69.79.101.97:999 2 | 208.163.39.218:53281 3 | -------------------------------------------------------------------------------- /Countries/http/Jordan.txt: -------------------------------------------------------------------------------- 1 | 62.72.166.177:80 2 | 149.200.200.44:80 3 | 62.72.166.135:80 4 | 62.72.166.244:80 5 | 94.127.213.119:2095 6 | 62.72.166.167:80 7 | -------------------------------------------------------------------------------- /Countries/http/Kosovo.txt: -------------------------------------------------------------------------------- 1 | 80.80.163.194:46276 2 | 185.191.165.28:1080 3 | 84.22.45.175:1080 4 | 84.22.48.28:8080 5 | 82.114.68.42:5678 6 | 80.80.167.246:10801 7 | 46.99.135.154:4153 8 | 91.187.113.50:8080 9 | 91.187.113.68:8080 10 | 84.22.45.25:8080 11 | 185.191.165.28:1081 12 | 46.99.135.237:8080 13 | 82.114.83.238:4153 14 | 5.206.236.154:8080 15 | 46.99.188.13:42551 16 | 46.99.210.63:3629 17 | 46.99.183.154:1234 18 | 91.187.121.211:2080 19 | 46.99.204.38:80 20 | 213.163.126.100:5678 21 | 80.80.163.190:46276 22 | 80.80.164.164:10801 23 | 46.99.178.155:1339 24 | 194.150.78.81:8080 25 | 80.80.167.18:10801 26 | 84.22.61.69:1080 27 | 46.99.148.181:8080 28 | 84.22.48.150:8080 29 | 82.114.94.68:59311 30 | -------------------------------------------------------------------------------- /Countries/http/Kuwait.txt: -------------------------------------------------------------------------------- 1 | 37.37.254.163:80 2 | -------------------------------------------------------------------------------- /Countries/http/Kyrgyzstan.txt: -------------------------------------------------------------------------------- 1 | 213.145.150.77:8080 2 | 212.42.99.22:4145 3 | 95.87.92.11:8080 4 | 77.235.31.24:8080 5 | 212.112.125.44:45555 6 | 212.112.121.130:8080 7 | 217.29.18.206:4145 8 | 212.112.120.252:45555 9 | 85.113.18.209:3629 10 | 212.112.127.20:8080 11 | 212.42.116.161:8080 12 | 77.235.2.4:3128 13 | 212.42.116.29:4145 14 | 77.235.23.130:5678 15 | 77.235.28.229:4153 16 | 178.217.168.164:55443 17 | 158.181.204.159:8080 18 | 158.181.22.139:8080 19 | 77.235.19.2:8080 20 | 212.42.116.161:5678 21 | 213.145.137.102:37447 22 | 212.112.116.163:3128 23 | -------------------------------------------------------------------------------- /Countries/http/Laos.txt: -------------------------------------------------------------------------------- 1 | 202.137.141.212:5678 2 | 103.137.91.250:8080 3 | 202.137.134.160:8088 4 | 202.137.144.228:8080 5 | 202.137.141.212:567 6 | 202.62.99.170:4145 7 | 183.182.103.2:8080 8 | 202.123.183.14:5678 9 | 202.123.183.66:5678 10 | 202.137.141.183:5678 11 | 202.137.141.26:5678 12 | 183.182.102.135:5678 13 | -------------------------------------------------------------------------------- /Countries/http/Latvia.txt: -------------------------------------------------------------------------------- 1 | 193.84.184.25:5678 2 | 87.110.164.219:4145 3 | 92.118.170.236:3128 4 | 83.99.181.161:8080 5 | 46.109.146.244:4145 6 | 84.21.172.199:3128 7 | 84.237.248.137:4153 8 | 31.170.19.1:4153 9 | 185.242.106.124:3129 10 | 94.158.219.223:3128 11 | 31.170.19.142:4153 12 | 80.232.245.122:8080 13 | 80.232.253.108:4153 14 | 85.115.112.178:80 15 | 62.85.11.177:443 16 | 213.101.151.4:1080 17 | 31.128.35.15:3128 18 | 31.170.19.233:4153 19 | 91.135.80.66:33427 20 | 159.148.146.65:5678 21 | 80.70.22.16:4153 22 | 195.13.188.150:4153 23 | 31.170.19.5:4153 24 | 31.170.19.4:4153 25 | 109.205.126.6:8080 26 | 94.158.218.99:3128 27 | 31.170.17.141:4153 28 | 89.111.63.38:8080 29 | 31.170.19.241:4153 30 | 185.242.106.124:3128 31 | 87.226.83.11:10801 32 | 188.112.179.204:80 33 | -------------------------------------------------------------------------------- /Countries/http/Lebanon.txt: -------------------------------------------------------------------------------- 1 | 77.110.124.226:3129 2 | 85.112.70.190:5678 3 | 85.112.71.208:8080 4 | 185.82.98.249:8092 5 | 212.98.139.70:8080 6 | 185.126.44.135:5678 7 | 185.82.96.50:8092 8 | 185.99.33.154:1080 9 | 77.110.123.32:3128 10 | 141.105.86.130:44660 11 | 185.101.16.52:80 12 | 185.82.98.73:5678 13 | 185.82.99.42:5678 14 | 77.110.124.226:8090 15 | 77.110.123.32:3129 16 | 185.82.98.42:9092 17 | 185.82.98.221:9097 18 | 185.82.96.162:9093 19 | 77.110.124.226:3128 20 | 77.75.95.14:80 21 | 185.82.99.124:8080 22 | 185.104.252.10:9090 23 | 185.103.13.155:4153 24 | 185.82.99.202:9093 25 | 185.82.98.105:9092 26 | -------------------------------------------------------------------------------- /Countries/http/Lesotho.txt: -------------------------------------------------------------------------------- 1 | 154.66.109.41:10081 2 | 154.66.108.32:3629 3 | 154.66.110.164:60606 4 | 154.66.108.34:10081 5 | 41.191.203.89:5678 6 | 154.66.108.52:3629 7 | -------------------------------------------------------------------------------- /Countries/http/Liberia.txt: -------------------------------------------------------------------------------- 1 | 196.250.176.17:8080 2 | -------------------------------------------------------------------------------- /Countries/http/Luxembourg.txt: -------------------------------------------------------------------------------- 1 | 188.42.89.158:80 2 | 188.42.89.12:80 3 | 104.244.78.150:5555 4 | 188.42.89.151:80 5 | 104.244.75.78:31534 6 | 188.42.88.201:80 7 | 104.244.74.248:11194 8 | 188.42.89.19:80 9 | 78.141.138.115:3128 10 | 188.42.89.165:80 11 | 45.59.120.106:80 12 | 104.244.74.206:38118 13 | 188.42.89.78:80 14 | 188.42.89.29:80 15 | 193.168.60.23:80 16 | 217.28.41.156:8080 17 | 188.42.88.155:80 18 | 107.189.11.149:1080 19 | 188.42.89.81:80 20 | 104.244.79.116:29602 21 | 188.42.89.73:80 22 | 188.42.88.62:80 23 | 188.42.89.132:80 24 | 107.189.13.249:1234 25 | -------------------------------------------------------------------------------- /Countries/http/Macao.txt: -------------------------------------------------------------------------------- 1 | 60.246.90.240:80 2 | 122.100.208.202:80 3 | 27.109.230.223:80 4 | 122.100.235.113:80 5 | 202.86.138.18:8080 6 | 27.109.224.143:80 7 | 27.109.227.43:80 8 | 60.246.67.17:80 9 | -------------------------------------------------------------------------------- /Countries/http/Madagascar.txt: -------------------------------------------------------------------------------- 1 | 41.77.23.120:5678 2 | 102.16.24.30:8080 3 | 154.126.81.163:8080 4 | -------------------------------------------------------------------------------- /Countries/http/Malawi.txt: -------------------------------------------------------------------------------- 1 | 41.75.113.217:1080 2 | 41.70.12.206:8080 3 | 196.216.12.21:2420 4 | 41.70.106.1:5678 5 | 105.234.156.109:4145 6 | 105.234.148.192:4145 7 | 105.234.148.210:35010 8 | 41.190.92.50:60606 9 | 105.234.156.105:60606 10 | 105.234.156.108:4145 11 | 41.190.92.84:41207 12 | -------------------------------------------------------------------------------- /Countries/http/Maldives.txt: -------------------------------------------------------------------------------- 1 | 124.195.199.86:8080 2 | 103.84.134.1:1080 3 | 36.255.104.1:1080 4 | 36.255.104.17:1080 5 | 124.195.199.67:8189 6 | 103.84.134.9:1080 7 | 103.110.109.65:1080 8 | 103.31.84.122:1080 9 | 36.255.104.9:1080 10 | 103.110.109.17:1080 11 | 203.104.31.155:32650 12 | -------------------------------------------------------------------------------- /Countries/http/Mali.txt: -------------------------------------------------------------------------------- 1 | 196.200.48.92:8080 2 | -------------------------------------------------------------------------------- /Countries/http/Malta.txt: -------------------------------------------------------------------------------- 1 | 213.165.185.211:4153 2 | 84.255.35.210:9898 3 | 85.119.120.55:8080 4 | 195.158.83.13:8999 5 | 198.240.115.181:6709 6 | 84.255.40.228:8998 7 | 103.219.213.37:6015 8 | 213.217.241.101:4145 9 | -------------------------------------------------------------------------------- /Countries/http/Martinique.txt: -------------------------------------------------------------------------------- 1 | 194.199.98.103:80 2 | -------------------------------------------------------------------------------- /Countries/http/Mauritania.txt: -------------------------------------------------------------------------------- 1 | 82.151.65.252:80 2 | -------------------------------------------------------------------------------- /Countries/http/Mauritius.txt: -------------------------------------------------------------------------------- 1 | 45.207.234.79:3128 2 | 217.21.124.194:4145 3 | 45.195.228.4:999 4 | 45.195.74.217:9105 5 | 45.207.38.124:6080 6 | 45.207.215.32:9876 7 | 41.173.24.38:80 8 | 45.201.11.102:3129 9 | -------------------------------------------------------------------------------- /Countries/http/Mayotte.txt: -------------------------------------------------------------------------------- 1 | 41.242.116.150:50000 2 | 41.242.116.150:50003 3 | -------------------------------------------------------------------------------- /Countries/http/Moldova.txt: -------------------------------------------------------------------------------- 1 | 178.132.168.77:5678 2 | 185.153.198.188:8118 3 | 5.56.103.45:45747 4 | 77.89.249.202:8080 5 | 87.248.171.0:49650 6 | 93.117.72.27:55770 7 | 89.41.106.8:4145 8 | 103.35.190.18:3128 9 | 77.89.196.202:4153 10 | 188.138.139.216:4145 11 | 89.39.100.173:31041 12 | 195.22.253.238:4145 13 | 185.46.60.108:5678 14 | 93.116.57.4:4153 15 | 103.106.1.9:3128 16 | 92.114.157.221:4145 17 | 5.56.124.176:8192 18 | 46.55.25.191:61308 19 | 89.32.230.43:4145 20 | 89.39.114.31:4153 21 | 194.246.114.158:3129 22 | 185.167.59.215:443 23 | 37.75.112.35:4153 24 | 89.28.48.254:5678 25 | 178.168.120.136:4153 26 | 5.32.175.211:8081 27 | 91.208.197.44:8080 28 | 188.138.254.218:4145 29 | 77.89.207.22:4145 30 | 89.28.32.203:57391 31 | 37.221.67.62:5555 32 | 185.162.140.229:8080 33 | 89.34.198.253:5678 34 | 37.26.136.224:4153 35 | 188.138.179.13:4153 36 | 37.26.136.66:54373 37 | 86.104.74.59:3128 38 | 87.248.171.235:4145 39 | 77.89.232.74:8586 40 | 95.65.51.8:5678 41 | 45.142.212.228:3128 42 | 95.65.124.252:50748 43 | 5.56.92.25:8090 44 | 185.162.141.236:50579 45 | 212.56.194.238:4145 46 | 185.167.59.215:80 47 | 89.28.14.239:4145 48 | 86.105.57.12:4153 49 | 87.255.69.6:5678 50 | 95.65.73.200:30552 51 | 91.194.161.23:8080 52 | 77.89.204.254:4145 53 | 37.26.136.181:39323 54 | 195.22.253.235:4145 55 | 94.232.244.19:3128 56 | 94.139.150.45:4145 57 | -------------------------------------------------------------------------------- /Countries/http/Mongolia.txt: -------------------------------------------------------------------------------- 1 | 202.21.103.6:5678 2 | 202.21.116.210:4153 3 | 49.0.156.20:32000 4 | 27.123.213.172:4145 5 | 202.21.117.75:8080 6 | 192.82.66.83:8080 7 | 203.174.26.137:4153 8 | 202.70.34.82:47642 9 | 202.21.115.202:4153 10 | 202.131.246.250:5678 11 | 103.11.193.76:8080 12 | 103.80.210.174:5678 13 | 202.21.101.180:4153 14 | 202.21.113.86:4153 15 | 103.80.210.33:5678 16 | 103.80.210.116:5678 17 | 203.174.26.129:4153 18 | 202.21.127.6:5678 19 | 202.179.13.161:443 20 | 49.0.156.20:6114 21 | 202.131.233.187:5678 22 | 43.242.242.140:5678 23 | 203.98.76.139:4153 24 | 202.21.112.172:1080 25 | 202.179.16.2:443 26 | 202.21.114.134:4153 27 | 202.21.102.68:5678 28 | 66.181.169.154:1080 29 | 202.21.115.94:44574 30 | 119.40.98.29:80 31 | 203.98.76.64:5678 32 | 103.10.22.236:8080 33 | 119.40.98.29:20 34 | 202.21.117.74:8080 35 | 202.131.235.138:4153 36 | 103.10.22.234:8080 37 | -------------------------------------------------------------------------------- /Countries/http/Montenegro.txt: -------------------------------------------------------------------------------- 1 | 109.72.109.214:48293 2 | 109.72.107.227:48293 3 | 94.102.228.101:32650 4 | 195.66.189.58:81 5 | 109.72.100.118:60606 6 | 94.102.228.97:32650 7 | 94.102.237.190:32650 8 | 94.102.224.150:32650 9 | 37.122.184.222:80 10 | 46.161.91.194:80 11 | 94.102.235.118:32650 12 | 109.72.100.109:48293 13 | 109.72.97.66:4145 14 | 94.102.234.186:32650 15 | 31.204.199.54:81 16 | 62.4.37.104:60606 17 | 46.161.67.74:81 18 | -------------------------------------------------------------------------------- /Countries/http/Morocco.txt: -------------------------------------------------------------------------------- 1 | 105.64.223.220:21 2 | 196.206.211.165:8888 3 | 160.177.16.236:8080 4 | 160.175.213.236:20 5 | 102.50.252.231:8181 6 | 105.149.46.136:8081 7 | 160.177.26.66:8080 8 | 196.74.31.177:8080 9 | 196.206.226.50:3128 10 | 160.177.18.181:8080 11 | 196.206.163.229:8888 12 | 196.217.113.10:8888 13 | -------------------------------------------------------------------------------- /Countries/http/Mozambique.txt: -------------------------------------------------------------------------------- 1 | 196.40.117.114:5678 2 | 196.3.97.71:5678 3 | 196.28.234.66:1080 4 | 165.90.64.216:8080 5 | 197.235.12.130:4145 6 | -------------------------------------------------------------------------------- /Countries/http/Myanmar.txt: -------------------------------------------------------------------------------- 1 | 204.157.169.238:8080 2 | 103.81.114.182:4145 3 | 103.153.202.193:8080 4 | 103.85.106.110:4153 5 | 136.228.160.250:8080 6 | 103.200.135.227:4145 7 | 103.85.106.109:4153 8 | 203.81.75.202:8080 9 | 103.94.52.70:3128 10 | 103.81.115.210:8080 11 | 43.242.135.182:80 12 | 136.228.163.150:5678 13 | 103.153.202.16:8080 14 | 103.76.179.122:4153 15 | 185.205.142.142:8080 16 | 203.81.67.22:8080 17 | 65.18.114.254:55443 18 | 136.228.160.25:8080 19 | 202.165.92.22:8080 20 | 203.81.67.22:5678 21 | 203.81.95.70:4153 22 | 103.200.135.230:4145 23 | 136.228.162.179:5678 24 | 136.228.160.250:5678 25 | 43.224.43.42:8080 26 | 103.200.135.229:4145 27 | 185.133.213.86:8074 28 | 103.29.90.66:32650 29 | 202.165.92.206:8080 30 | 203.81.87.186:5678 31 | 103.25.79.162:32650 32 | 202.165.92.22:3128 33 | 203.81.81.226:8055 34 | 37.111.52.46:8081 35 | 103.25.79.162:8053 36 | 103.112.61.241:44550 37 | 204.157.168.74:1081 38 | 103.85.106.107:4153 39 | 103.27.118.138:8080 40 | 103.200.135.228:4145 41 | 69.160.10.78:3128 42 | 203.81.87.186:10443 43 | 103.29.91.38:32650 44 | 157.15.190.32:8080 45 | 103.153.202.199:8080 46 | 103.200.135.226:4145 47 | 103.59.163.206:80 48 | 103.94.52.7:3128 49 | -------------------------------------------------------------------------------- /Countries/http/Namibia.txt: -------------------------------------------------------------------------------- 1 | 196.20.12.25:8080 2 | 197.188.215.231:8080 3 | 41.63.224.205:20 4 | 196.20.21.82:8080 5 | 196.20.12.21:8080 6 | 197.234.121.222:8291 7 | -------------------------------------------------------------------------------- /Countries/http/New_Caledonia.txt: -------------------------------------------------------------------------------- 1 | 46.36.200.151:8080 2 | -------------------------------------------------------------------------------- /Countries/http/New_Zealand.txt: -------------------------------------------------------------------------------- 1 | 103.5.108.129:8085 2 | 103.156.192.253:8085 3 | 180.189.196.26:8080 4 | 103.5.109.253:8085 5 | 103.19.10.245:4153 6 | 161.29.202.179:1080 7 | 103.247.152.125:3128 8 | 202.37.33.80:80 9 | 122.56.2.231:8443 10 | 43.231.192.105:4145 11 | -------------------------------------------------------------------------------- /Countries/http/Nicaragua.txt: -------------------------------------------------------------------------------- 1 | 45.170.226.254:999 2 | 200.62.96.71:80 3 | 208.96.138.86:29183 4 | 190.53.46.11:38525 5 | 45.170.226.250:999 6 | 190.53.40.34:57775 7 | 190.53.46.11:45535 8 | 200.85.169.18:50577 9 | 190.53.46.2:45580 10 | 200.85.169.18:47548 11 | 186.1.18.208:8080 12 | 209.124.101.194:5678 13 | 200.30.165.2:60606 14 | -------------------------------------------------------------------------------- /Countries/http/Norfolk_Island.txt: -------------------------------------------------------------------------------- 1 | 46.36.200.209:8080 2 | -------------------------------------------------------------------------------- /Countries/http/North_Macedonia.txt: -------------------------------------------------------------------------------- 1 | 151.236.254.21:5678 2 | 213.135.166.142:80 3 | 62.162.193.125:8081 4 | 88.85.97.150:4153 5 | 46.217.230.70:8080 6 | 79.125.162.222:4145 7 | 46.217.246.76:80 8 | 62.162.91.205:80 9 | 79.125.195.102:5678 10 | -------------------------------------------------------------------------------- /Countries/http/Norway.txt: -------------------------------------------------------------------------------- 1 | 185.125.169.24:8118 2 | 91.189.177.186:3128 3 | 37.26.223.96:9080 4 | 178.255.148.210:8118 5 | 91.227.248.40:80 6 | 109.247.104.237:80 7 | 147.12.46.62:3128 8 | 178.255.148.212:8118 9 | 91.189.177.189:3128 10 | 82.147.44.130:4153 11 | 91.189.177.188:3128 12 | 84.214.150.146:8080 13 | 91.189.177.190:3128 14 | 195.181.152.71:3128 15 | 84.215.39.64:8118 16 | 193.156.210.205:18737 17 | 143.97.28.227:80 18 | 89.151.251.50:32000 19 | 158.39.168.166:1524 20 | 51.13.123.37:3128 21 | -------------------------------------------------------------------------------- /Countries/http/Oman.txt: -------------------------------------------------------------------------------- 1 | 38.54.116.9:9999 2 | 154.205.147.234:1081 3 | 154.205.147.234:20 4 | 154.205.147.234:20000 5 | 85.154.17.156:8080 6 | 154.205.147.234:8080 7 | 154.205.147.234:15 8 | 154.205.147.234:1080 9 | 154.205.147.234:3129 10 | 154.205.147.234:3128 11 | -------------------------------------------------------------------------------- /Countries/http/Palestine.txt: -------------------------------------------------------------------------------- 1 | 5.44.254.40:4145 2 | 85.114.120.221:9999 3 | 45.130.99.42:8080 4 | 213.6.99.106:8080 5 | 93.184.7.73:1080 6 | 46.60.15.90:8080 7 | 93.184.8.22:1080 8 | 213.6.227.38:34081 9 | 185.33.170.167:9999 10 | 217.147.1.34:99 11 | 213.6.66.66:57391 12 | 93.184.7.65:1080 13 | 185.33.170.165:9999 14 | 93.184.4.254:1080 15 | 93.184.7.26:1080 16 | 178.214.80.28:1981 17 | 93.184.10.217:1080 18 | 213.6.244.178:4153 19 | 213.6.36.146:5678 20 | 188.225.202.1:59311 21 | 213.244.79.227:39811 22 | 85.114.112.22:5678 23 | 213.6.221.162:5678 24 | 213.6.133.43:8080 25 | 93.184.5.121:1080 26 | 213.6.197.162:19000 27 | 93.184.9.9:1081 28 | 213.6.68.94:5678 29 | 213.6.17.251:19000 30 | 178.214.80.27:1981 31 | 213.6.204.153:42820 32 | 178.214.80.28:1976 33 | 185.33.170.164:9999 34 | 213.6.68.210:4145 35 | 46.60.15.62:8080 36 | 178.214.80.27:1976 37 | 213.6.209.138:8080 38 | 213.6.38.50:59422 39 | 213.6.40.9:80 40 | 213.6.33.110:4145 41 | 185.33.169.32:45391 42 | 83.244.33.34:8080 43 | 213.6.199.94:42820 44 | 213.6.36.2:8080 45 | 93.184.7.26:1081 46 | 93.184.9.9:1080 47 | 31.56.56.155:3128 48 | 185.33.170.233:9999 49 | 213.244.91.179:8080 50 | -------------------------------------------------------------------------------- /Countries/http/Panama.txt: -------------------------------------------------------------------------------- 1 | 45.237.185.17:999 2 | 186.72.101.86:999 3 | 200.46.30.210:4153 4 | 190.14.38.1:8080 5 | 190.123.226.109:5678 6 | 186.96.79.64:999 7 | 201.218.111.34:80 8 | 190.14.215.130:8080 9 | 200.46.65.66:8080 10 | 190.14.213.250:8080 11 | 45.229.58.33:999 12 | 201.218.200.115:8080 13 | 45.237.184.161:999 14 | 181.174.166.1:8080 15 | 190.14.213.45:1080 16 | 200.46.203.42:5678 17 | 200.108.50.254:4145 18 | 200.115.157.211:4145 19 | 190.5.234.34:5678 20 | 141.98.80.111:10211 21 | 181.197.130.218:80 22 | 190.14.223.10:32650 23 | 190.140.31.195:9900 24 | 45.229.56.64:999 25 | 190.5.225.178:44605 26 | -------------------------------------------------------------------------------- /Countries/http/Papua_New_Guinea.txt: -------------------------------------------------------------------------------- 1 | 103.99.175.9:8080 2 | -------------------------------------------------------------------------------- /Countries/http/Portugal.txt: -------------------------------------------------------------------------------- 1 | 89.114.185.185:8080 2 | 5.182.39.25:3128 3 | 85.245.203.222:80 4 | 213.228.147.6:4153 5 | 109.48.133.50:80 6 | 185.51.92.84:51327 7 | 188.93.237.29:3128 8 | 2.81.91.161:80 9 | 94.126.147.83:11991 10 | 185.51.92.103:51327 11 | 85.240.180.190:5678 12 | 185.51.92.108:51327 13 | 77.54.129.153:80 14 | 82.155.28.72:34245 15 | 5.182.39.94:10549 16 | 2.83.198.171:80 17 | 161.230.111.202:21 18 | 185.142.131.113:8080 19 | 193.136.97.17:80 20 | 37.189.174.72:8081 21 | -------------------------------------------------------------------------------- /Countries/http/Puerto_Rico.txt: -------------------------------------------------------------------------------- 1 | 24.139.143.226:4153 2 | 192.203.0.70:999 3 | 98.159.38.178:6478 4 | 154.64.215.193:999 5 | 154.64.219.4:8888 6 | 23.128.168.2:999 7 | 192.203.0.250:999 8 | 23.128.168.7:999 9 | 23.143.160.193:999 10 | 192.203.0.238:33333 11 | 98.159.38.55:6355 12 | 154.64.211.145:999 13 | 192.203.0.122:999 14 | 184.95.0.122:4153 15 | 23.143.160.180:999 16 | 192.203.0.190:999 17 | 172.99.187.33:4145 18 | 67.206.213.202:3120 19 | 72.50.33.170:999 20 | 199.91.79.58:999 21 | 98.159.38.174:6474 22 | 72.46.141.149:8080 23 | 192.203.0.210:999 24 | 23.131.56.188:999 25 | 67.206.213.202:55555 26 | 23.138.88.96:999 27 | 154.64.217.128:36468 28 | 192.203.0.254:999 29 | 104.238.232.210:999 30 | 98.159.38.94:6394 31 | 72.46.158.122:999 32 | 23.132.48.1:999 33 | 67.206.206.74:8888 34 | 98.159.38.14:6314 35 | 98.159.38.22:6322 36 | 67.206.200.42:4153 37 | 204.77.11.13:999 38 | 98.159.38.218:6518 39 | 192.203.0.78:999 40 | 98.159.38.57:6357 41 | 67.206.213.202:4145 42 | 154.64.215.132:999 43 | 154.64.219.2:8888 44 | 98.159.38.51:6351 45 | 192.203.0.22:999 46 | 98.159.38.248:6548 47 | 199.116.62.148:9999 48 | 198.52.241.15:999 49 | -------------------------------------------------------------------------------- /Countries/http/Qatar.txt: -------------------------------------------------------------------------------- 1 | 78.100.175.98:8080 2 | 37.210.150.0:8080 3 | 37.211.50.134:8080 4 | 37.210.193.176:8080 5 | 78.100.186.235:8080 6 | 178.153.15.73:8080 7 | 78.101.27.7:8080 8 | 37.210.35.165:8080 9 | 37.211.86.239:8080 10 | 37.208.190.180:8080 11 | 37.210.148.244:8001 12 | 78.101.163.209:8080 13 | 178.152.101.130:8080 14 | 37.211.59.221:8080 15 | 78.100.202.242:8080 16 | 37.208.183.133:8080 17 | 178.153.2.69:8080 18 | 37.210.160.11:8080 19 | 176.202.82.132:8080 20 | 89.211.187.195:8080 21 | 37.210.128.81:8080 22 | 78.101.252.216:8080 23 | 78.101.189.66:8080 24 | 37.210.74.196:8080 25 | 37.211.18.48:8000 26 | 89.211.127.225:8080 27 | 89.211.201.53:8080 28 | 78.100.89.250:8005 29 | 37.211.158.214:8080 30 | 178.153.181.3:8080 31 | 37.210.64.166:8000 32 | 178.153.241.108:8080 33 | 78.100.228.81:8080 34 | -------------------------------------------------------------------------------- /Countries/http/Rwanda.txt: -------------------------------------------------------------------------------- 1 | 197.243.49.47:3129 2 | 197.243.20.178:80 3 | 41.222.246.29:7788 4 | 197.157.140.150:8080 5 | 197.157.143.50:8080 6 | 197.243.20.186:80 7 | 197.243.20.187:80 8 | 41.186.174.167:1088 9 | 197.243.67.96:80 10 | -------------------------------------------------------------------------------- /Countries/http/Samoa.txt: -------------------------------------------------------------------------------- 1 | 110.5.113.227:80 2 | -------------------------------------------------------------------------------- /Countries/http/Saudi_Arabia.txt: -------------------------------------------------------------------------------- 1 | 89.35.237.187:8888 2 | 37.224.104.97:5678 3 | 167.86.151.87:8080 4 | 145.82.197.206:8080 5 | 82.167.252.100:8080 6 | 89.35.237.187:999 7 | 8.213.34.65:3128 8 | 89.35.237.187:80 9 | 38.54.38.116:80 10 | 34.166.117.165:1080 11 | 207.178.65.185:8080 12 | 89.35.237.187:4444 13 | 31.166.158.7:5678 14 | 167.86.183.142:8080 15 | 51.223.98.91:8080 16 | 93.112.21.199:8080 17 | 185.230.211.7:80 18 | 89.35.237.187:8080 19 | 37.104.205.231:8080 20 | 5.82.230.30:80 21 | 145.82.118.65:8080 22 | 168.149.1.227:8080 23 | -------------------------------------------------------------------------------- /Countries/http/Senegal.txt: -------------------------------------------------------------------------------- 1 | 154.65.39.7:80 2 | 196.1.93.16:80 3 | 154.65.39.8:80 4 | 154.115.132.162:80 5 | 196.1.95.124:80 6 | -------------------------------------------------------------------------------- /Countries/http/Sierra_Leone.txt: -------------------------------------------------------------------------------- 1 | 102.223.154.177:8080 2 | 160.19.155.51:8080 3 | -------------------------------------------------------------------------------- /Countries/http/Sint_Maarten.txt: -------------------------------------------------------------------------------- 1 | 190.102.15.104:1111 2 | 190.102.13.114:1111 3 | 190.102.15.152:1111 4 | 190.102.18.179:1111 5 | 190.102.24.47:1111 6 | 190.102.8.245:1111 7 | 190.102.4.88:1111 8 | -------------------------------------------------------------------------------- /Countries/http/Slovakia.txt: -------------------------------------------------------------------------------- 1 | 80.87.217.6:8080 2 | 80.87.213.45:8080 3 | 46.175.1.65:8080 4 | 88.212.48.11:4444 5 | 91.229.28.110:3128 6 | 5.252.23.31:3128 7 | 5.252.23.220:3128 8 | 156.146.40.7:80 9 | 195.168.91.238:4153 10 | 80.87.213.111:8080 11 | 85.159.104.220:4153 12 | 147.78.169.80:8443 13 | 91.228.245.196:4153 14 | 37.9.171.155:41075 15 | 5.22.154.50:60606 16 | 91.242.163.156:3128 17 | 45.129.141.143:3128 18 | 185.225.204.5:3129 19 | 195.168.10.9:25952 20 | 80.242.34.242:80 21 | 213.81.222.119:60606 22 | 158.255.249.68:3129 23 | 89.173.82.166:4153 24 | 5.252.23.249:3128 25 | 36.255.215.161:3128 26 | 213.81.219.27:1080 27 | 94.136.157.81:60030 28 | 147.78.169.80:800 29 | 87.197.136.58:4153 30 | 213.81.182.29:57534 31 | 82.119.96.254:80 32 | 91.229.28.105:3129 33 | 185.110.146.209:8192 34 | 194.160.189.179:8080 35 | 217.145.199.45:56746 36 | 77.234.235.174:4153 37 | 94.136.143.92:8888 38 | 213.81.178.157:4145 39 | 78.98.170.186:8080 40 | 188.190.101.143:4145 41 | 178.143.12.103:4153 42 | 212.5.193.219:8880 43 | 158.255.249.68:3128 44 | 194.160.189.181:8080 45 | 176.10.45.206:1080 46 | 213.81.178.190:4145 47 | 94.136.154.53:60030 48 | 5.178.49.226:8080 49 | 185.225.204.5:3128 50 | 217.145.199.112:56284 51 | 217.145.199.47:56746 52 | 91.229.28.105:3128 53 | 91.229.28.110:3129 54 | 185.218.29.222:30211 55 | 185.152.113.67:9999 56 | 91.228.245.196:60606 57 | 85.248.57.129:4153 58 | 91.217.33.161:8080 59 | 158.255.250.22:8000 60 | 213.81.178.183:4145 61 | -------------------------------------------------------------------------------- /Countries/http/Slovenia.txt: -------------------------------------------------------------------------------- 1 | 193.111.223.200:51327 2 | 93.103.8.183:4153 3 | 77.38.64.116:35202 4 | 193.2.8.8:80 5 | 195.158.249.8:54873 6 | 195.47.243.254:4145 7 | -------------------------------------------------------------------------------- /Countries/http/Somalia.txt: -------------------------------------------------------------------------------- 1 | 154.73.45.58:60606 2 | 154.118.243.18:34535 3 | 154.118.243.18:46241 4 | 41.223.108.13:1080 5 | 154.73.44.122:60606 6 | 102.38.49.193:4153 7 | 102.38.51.193:4153 8 | 102.38.50.65:4153 9 | 102.38.50.133:4153 10 | 102.141.197.20:8080 11 | 192.145.173.101:8080 12 | 102.38.50.62:4153 13 | -------------------------------------------------------------------------------- /Countries/http/South_Sudan.txt: -------------------------------------------------------------------------------- 1 | 169.255.136.8:60279 2 | 192.145.183.22:8080 3 | 169.255.139.5:60279 4 | -------------------------------------------------------------------------------- /Countries/http/Sri_Lanka.txt: -------------------------------------------------------------------------------- 1 | 192.248.95.98:54126 2 | 192.248.95.1:3128 3 | 203.143.38.249:8080 4 | 91.218.178.188:63636 5 | 122.255.58.227:80 6 | -------------------------------------------------------------------------------- /Countries/http/St_Vincent_and_Grenadines.txt: -------------------------------------------------------------------------------- 1 | 205.214.205.59:8080 2 | -------------------------------------------------------------------------------- /Countries/http/Sudan.txt: -------------------------------------------------------------------------------- 1 | 62.12.107.48:1337 2 | -------------------------------------------------------------------------------- /Countries/http/Suriname.txt: -------------------------------------------------------------------------------- 1 | 186.179.141.10:8080 2 | -------------------------------------------------------------------------------- /Countries/http/Syria.txt: -------------------------------------------------------------------------------- 1 | 82.137.245.41:1080 2 | 82.137.250.157:1099 3 | 82.137.224.193:8291 4 | 82.137.250.156:4145 5 | 193.43.145.250:8080 6 | 193.43.149.72:8080 7 | 185.235.16.12:80 8 | 82.137.244.74:8080 9 | 82.137.244.59:4145 10 | 82.137.244.151:8080 11 | 82.137.245.41:1081 12 | 91.144.45.15:8080 13 | 82.137.245.31:5678 14 | 213.178.250.33:8080 15 | -------------------------------------------------------------------------------- /Countries/http/Tajikistan.txt: -------------------------------------------------------------------------------- 1 | 217.11.180.168:5678 2 | 62.122.138.174:37077 3 | 185.105.230.45:3128 4 | -------------------------------------------------------------------------------- /Countries/http/Tanzania.txt: -------------------------------------------------------------------------------- 1 | 41.59.115.224:8080 2 | 154.72.90.74:8081 3 | 41.59.112.250:3030 4 | 41.220.136.151:8080 5 | 41.220.136.199:8040 6 | 41.59.90.175:80 7 | 41.59.210.2:8080 8 | 41.220.134.194:8080 9 | 41.93.78.218:1088 10 | 154.72.74.82:53281 11 | 41.220.134.195:8080 12 | 41.59.90.168:80 13 | 41.93.63.66:8080 14 | 41.220.138.246:8040 15 | 154.0.156.102:8080 16 | 196.41.46.242:5678 17 | 41.220.131.56:8080 18 | 41.220.135.105:8040 19 | 41.220.137.147:8080 20 | 154.72.73.214:1080 21 | 154.0.157.13:8080 22 | 154.72.72.130:8080 23 | 41.59.90.171:80 24 | 197.250.15.58:3043 25 | 154.72.78.146:5678 26 | 41.59.115.217:8081 27 | 197.250.15.87:5678 28 | 154.72.67.190:8080 29 | 41.220.136.30:8080 30 | 41.59.210.4:8080 31 | 41.59.82.154:3128 32 | 41.59.227.49:3128 33 | 154.118.228.212:80 34 | 154.72.73.58:8080 35 | 154.72.72.130:4145 36 | -------------------------------------------------------------------------------- /Countries/http/Timor-Leste.txt: -------------------------------------------------------------------------------- 1 | 103.148.184.82:8080 2 | 180.189.167.34:8080 3 | -------------------------------------------------------------------------------- /Countries/http/Togo.txt: -------------------------------------------------------------------------------- 1 | 41.207.187.178:80 2 | 80.248.77.125:8081 3 | -------------------------------------------------------------------------------- /Countries/http/Trinidad_and_Tobago.txt: -------------------------------------------------------------------------------- 1 | 181.188.27.162:8080 2 | 190.58.248.86:8050 3 | 190.58.248.86:80 4 | -------------------------------------------------------------------------------- /Countries/http/Tunisia.txt: -------------------------------------------------------------------------------- 1 | 197.6.28.113:3129 2 | 102.211.211.26:3129 3 | 197.10.42.81:8081 4 | 102.211.211.26:3128 5 | 196.203.83.249:9090 6 | 41.230.216.70:80 7 | 193.95.53.131:8077 8 | 197.5.153.4:8000 9 | 41.231.37.76:3128 10 | -------------------------------------------------------------------------------- /Countries/http/Turkmenistan.txt: -------------------------------------------------------------------------------- 1 | 93.171.220.229:8888 2 | 216.250.11.178:3128 3 | 119.235.112.42:3128 4 | 95.85.127.204:80 5 | -------------------------------------------------------------------------------- /Countries/http/Tuvalu.txt: -------------------------------------------------------------------------------- 1 | 202.2.118.24:3129 2 | -------------------------------------------------------------------------------- /Countries/http/US_Virgin_Islands.txt: -------------------------------------------------------------------------------- 1 | 204.11.158.50:59886 2 | -------------------------------------------------------------------------------- /Countries/http/Uganda.txt: -------------------------------------------------------------------------------- 1 | 45.221.73.46:8080 2 | 160.119.148.190:8080 3 | 102.36.217.30:8080 4 | 154.72.204.78:8080 5 | 196.0.111.186:46048 6 | 41.190.152.130:4673 7 | 154.0.132.35:3128 8 | 137.63.147.2:80 9 | 154.72.197.106:61423 10 | 212.88.109.89:3128 11 | 105.21.72.38:8080 12 | 196.0.113.10:56861 13 | 196.0.111.194:34638 14 | 41.173.7.82:8080 15 | 196.0.111.194:48009 16 | 197.221.158.186:1080 17 | 196.0.113.10:31651 18 | 196.0.87.98:5678 19 | 102.223.88.29:8080 20 | -------------------------------------------------------------------------------- /Countries/http/Uruguay.txt: -------------------------------------------------------------------------------- 1 | 200.108.197.2:8080 2 | 200.108.205.182:4153 3 | 179.26.139.217:3128 4 | 190.108.12.117:8080 5 | 186.50.95.69:8080 6 | 201.221.9.105:8080 7 | 200.125.40.38:5678 8 | 200.125.44.242:4145 9 | 200.108.205.194:8081 10 | 179.27.81.43:5678 11 | 167.60.79.203:4145 12 | 179.27.86.36:4153 13 | 186.50.95.147:8080 14 | 200.108.196.108:4145 15 | 179.27.73.234:42728 16 | 200.108.198.205:4153 17 | 179.26.139.217:3129 18 | 186.50.247.254:3128 19 | 179.27.73.235:42728 20 | -------------------------------------------------------------------------------- /Countries/http/Uzbekistan.txt: -------------------------------------------------------------------------------- 1 | 213.230.107.235:8080 2 | 37.140.216.187:81 3 | 195.158.8.123:3128 4 | 185.196.213.108:3128 5 | 213.230.121.203:1080 6 | 89.249.62.8:3128 7 | 213.232.225.5:8128 8 | 89.249.62.8:3129 9 | 185.139.136.205:3128 10 | 213.230.111.76:4145 11 | 213.230.111.116:9876 12 | 91.196.77.225:8085 13 | 195.158.1.5:8080 14 | 213.230.124.13:8080 15 | 90.156.197.189:8080 16 | 213.230.110.224:3128 17 | 185.74.4.47:8080 18 | 31.135.214.29:8026 19 | 185.203.238.77:8080 20 | 5.182.26.129:4145 21 | 90.156.194.71:8080 22 | 94.141.81.176:3128 23 | 82.148.2.186:3128 24 | 91.213.99.134:3129 25 | 91.213.99.134:3128 26 | 185.74.6.248:8080 27 | 213.230.110.224:3129 28 | 195.158.16.9:3128 29 | 90.156.194.70:8026 30 | 213.230.68.203:3129 31 | 89.104.102.209:58080 32 | 213.230.121.73:3128 33 | 213.230.121.73:3129 34 | 213.230.127.153:8080 35 | 213.230.124.108:8088 36 | 91.204.239.189:8080 37 | 195.158.8.150:3128 38 | 90.156.194.75:8026 39 | 213.230.68.203:3128 40 | 213.230.69.33:1080 41 | 84.54.83.27:8080 42 | -------------------------------------------------------------------------------- /Countries/http/Vanuatu.txt: -------------------------------------------------------------------------------- 1 | 202.80.43.204:8080 2 | -------------------------------------------------------------------------------- /Countries/http/Zambia.txt: -------------------------------------------------------------------------------- 1 | 102.68.139.1:82 2 | 41.223.119.156:3129 3 | 102.68.136.1:83 4 | 102.68.137.137:83 5 | 41.60.145.105:8081 6 | 102.68.139.1:83 7 | 45.215.247.250:3129 8 | 155.0.181.254:41174 9 | 41.218.86.118:84 10 | 41.223.119.156:3128 11 | 41.218.86.118:83 12 | 102.68.137.1:80 13 | -------------------------------------------------------------------------------- /Countries/http/Zimbabwe.txt: -------------------------------------------------------------------------------- 1 | 197.211.240.119:5678 2 | 41.174.96.38:32650 3 | 41.174.179.147:8080 4 | 41.191.235.86:8080 5 | 197.211.244.135:5678 6 | 154.119.80.27:3129 7 | 196.44.182.74:1080 8 | 41.174.111.123:8080 9 | 196.27.105.130:4153 10 | 196.43.106.62:5678 11 | 197.211.238.20:5678 12 | 197.211.209.236:61253 13 | 154.119.82.183:48293 14 | 197.155.230.206:8080 15 | 154.119.80.27:3128 16 | 197.155.237.74:8111 17 | -------------------------------------------------------------------------------- /Countries/https/Afghanistan.txt: -------------------------------------------------------------------------------- 1 | 103.227.18.10:8080 2 | -------------------------------------------------------------------------------- /Countries/https/Albania.txt: -------------------------------------------------------------------------------- 1 | 77.242.30.9:8088 2 | 79.106.231.17:8080 3 | -------------------------------------------------------------------------------- /Countries/https/Algeria.txt: -------------------------------------------------------------------------------- 1 | 105.100.19.133:3128 2 | -------------------------------------------------------------------------------- /Countries/https/Angola.txt: -------------------------------------------------------------------------------- 1 | 154.127.219.242:999 2 | -------------------------------------------------------------------------------- /Countries/https/Argentina.txt: -------------------------------------------------------------------------------- 1 | 164.163.42.33:10000 2 | 164.163.42.5:10000 3 | 164.163.42.36:10000 4 | 164.163.42.19:10000 5 | 164.163.42.17:10000 6 | 164.163.40.15:10000 7 | 164.163.42.21:10000 8 | 164.163.42.24:10000 9 | 164.163.42.11:10000 10 | 164.163.42.12:10000 11 | 164.163.42.30:10000 12 | 164.163.42.13:10000 13 | 164.163.42.10:10000 14 | 164.163.40.16:10000 15 | 164.163.42.4:10000 16 | 45.178.55.2:999 17 | 190.103.177.131:80 18 | 164.163.42.9:10000 19 | 164.163.42.7:10000 20 | 200.41.170.212:11201 21 | 190.104.37.36:999 22 | 164.163.42.44:10000 23 | 164.163.42.25:10000 24 | 200.32.51.179:8080 25 | 164.163.42.2:10000 26 | 164.163.40.90:10000 27 | 164.163.42.27:10000 28 | 164.163.42.20:10000 29 | 190.220.1.173:56974 30 | 181.45.78.136:8080 31 | 164.163.42.1:10000 32 | 164.163.42.34:10000 33 | 164.163.42.26:10000 34 | 164.163.42.6:10000 35 | 164.163.42.15:10000 36 | 200.49.99.78:9991 37 | 164.163.42.3:10000 38 | 164.163.43.102:10000 39 | 164.163.42.14:10000 40 | 164.163.42.31:10000 41 | 191.97.68.42:8080 42 | 164.163.42.8:10000 43 | 164.163.40.1:10000 44 | 164.163.42.46:10000 45 | 164.163.42.18:10000 46 | -------------------------------------------------------------------------------- /Countries/https/Armenia.txt: -------------------------------------------------------------------------------- 1 | 45.133.107.246:81 2 | -------------------------------------------------------------------------------- /Countries/https/Australia.txt: -------------------------------------------------------------------------------- 1 | 103.75.119.185:80 2 | 3.24.178.81:80 3 | 103.114.59.14:6791 4 | -------------------------------------------------------------------------------- /Countries/https/Austria.txt: -------------------------------------------------------------------------------- 1 | 152.53.36.109:45279 2 | 85.192.27.44:3128 3 | 185.236.202.205:3128 4 | 185.236.202.170:3128 5 | 158.255.212.55:9005 6 | 158.255.212.55:9090 7 | 158.255.212.55:3256 8 | 158.255.212.55:7497 9 | 158.255.212.55:11857 10 | 213.143.113.82:80 11 | 80.110.46.203:13001 12 | 158.255.212.55:9300 13 | 158.255.212.55:10434 14 | 158.255.212.55:5566 15 | 158.255.212.55:7839 16 | 158.255.212.55:9480 17 | -------------------------------------------------------------------------------- /Countries/https/Azerbaijan.txt: -------------------------------------------------------------------------------- 1 | 85.132.37.9:1313 2 | -------------------------------------------------------------------------------- /Countries/https/Bahamas.txt: -------------------------------------------------------------------------------- 1 | 206.138.28.167:10025 2 | -------------------------------------------------------------------------------- /Countries/https/Bahrain.txt: -------------------------------------------------------------------------------- 1 | 157.175.58.133:1080 2 | 157.175.84.251:1080 3 | 157.175.152.241:1080 4 | -------------------------------------------------------------------------------- /Countries/https/Bangladesh.txt: -------------------------------------------------------------------------------- 1 | 27.147.235.75:8080 2 | 103.126.218.176:5058 3 | 103.163.171.202:5126 4 | 103.123.168.202:3932 5 | 160.25.8.2:8080 6 | 103.187.136.20:3838 7 | 103.243.238.20:8080 8 | 103.141.200.189:8080 9 | 122.152.49.42:8080 10 | 202.53.174.21:1080 11 | 103.163.171.201:3265 12 | 27.147.129.26:58080 13 | 203.112.223.126:8080 14 | 202.136.89.142:27503 15 | 103.28.121.58:3128 16 | 103.189.11.63:3838 17 | 103.54.43.131:8080 18 | 103.114.96.246:8080 19 | 180.92.224.125:8080 20 | 103.204.208.208:8080 21 | 103.243.238.38:51772 22 | 103.85.241.46:56593 23 | 103.28.121.58:80 24 | 45.127.48.250:8080 25 | 103.243.82.26:100 26 | 103.171.250.54:8080 27 | 49.0.33.133:27039 28 | 103.197.49.12:8080 29 | 103.166.39.9:3629 30 | 123.200.7.110:8080 31 | 103.163.171.203:6598 32 | 103.102.139.97:8080 33 | 103.106.34.49:4995 34 | 119.18.149.9:5020 35 | 58.147.171.12:8085 36 | 103.112.55.223:96 37 | -------------------------------------------------------------------------------- /Countries/https/Belarus.txt: -------------------------------------------------------------------------------- 1 | 213.184.242.144:8080 2 | -------------------------------------------------------------------------------- /Countries/https/Belgium.txt: -------------------------------------------------------------------------------- 1 | 38.180.18.103:3128 2 | -------------------------------------------------------------------------------- /Countries/https/Belize.txt: -------------------------------------------------------------------------------- 1 | 203.30.189.154:80 2 | -------------------------------------------------------------------------------- /Countries/https/Benin.txt: -------------------------------------------------------------------------------- 1 | 41.216.42.170:8080 2 | -------------------------------------------------------------------------------- /Countries/https/Bhutan.txt: -------------------------------------------------------------------------------- 1 | 119.2.108.58:8080 2 | -------------------------------------------------------------------------------- /Countries/https/Bolivia.txt: -------------------------------------------------------------------------------- 1 | 200.105.192.6:5678 2 | -------------------------------------------------------------------------------- /Countries/https/Bosnia_and_Herzegovina.txt: -------------------------------------------------------------------------------- 1 | 45.14.36.11:27500 2 | 78.28.152.111:80 3 | 78.28.152.113:80 4 | -------------------------------------------------------------------------------- /Countries/https/Botswana.txt: -------------------------------------------------------------------------------- 1 | 129.205.198.122:8080 2 | -------------------------------------------------------------------------------- /Countries/https/Brazil.txt: -------------------------------------------------------------------------------- 1 | 170.238.112.71:8080 2 | 45.174.191.19:20183 3 | 138.59.151.162:8080 4 | 150.230.72.171:80 5 | 179.228.241.22:8080 6 | 191.242.111.26:8080 7 | 143.0.243.70:8080 8 | 186.225.60.74:8089 9 | 45.5.196.62:9898 10 | 169.57.157.148:80 11 | 200.250.131.218:80 12 | 170.244.64.198:31476 13 | 187.19.198.130:8080 14 | 191.7.212.85:8080 15 | 45.229.9.130:8402 16 | 177.85.2.55:8080 17 | 191.243.46.33:43241 18 | 179.61.154.26:8050 19 | 201.47.88.20:3128 20 | 177.125.208.1:8080 21 | 138.97.37.16:9292 22 | 170.239.18.106:1830 23 | 200.187.119.72:3128 24 | 15.229.16.205:40001 25 | 191.243.46.2:18283 26 | 200.98.201.13:25000 27 | 131.221.140.225:8080 28 | 201.89.97.222:8080 29 | 179.61.154.8:8050 30 | 140.238.184.182:3128 31 | 45.236.215.111:60955 32 | 206.42.19.56:8080 33 | 191.252.204.220:8080 34 | 169.57.157.146:8123 35 | 177.131.29.213:4153 36 | 200.174.198.86:8888 37 | -------------------------------------------------------------------------------- /Countries/https/British_Virgin_Islands.txt: -------------------------------------------------------------------------------- 1 | 46.243.3.7:8118 2 | -------------------------------------------------------------------------------- /Countries/https/Brunei.txt: -------------------------------------------------------------------------------- 1 | 61.6.210.42:554 2 | -------------------------------------------------------------------------------- /Countries/https/Bulgaria.txt: -------------------------------------------------------------------------------- 1 | 77.238.79.111:8080 2 | 92.247.12.136:9510 3 | 93.123.46.193:8888 4 | 78.128.124.108:5678 5 | 85.239.55.140:3128 6 | 45.136.198.40:3128 7 | 91.92.136.132:8889 8 | -------------------------------------------------------------------------------- /Countries/https/Burkina_Faso.txt: -------------------------------------------------------------------------------- 1 | 102.67.101.242:8080 2 | -------------------------------------------------------------------------------- /Countries/https/Burundi.txt: -------------------------------------------------------------------------------- 1 | 102.134.98.222:8081 2 | -------------------------------------------------------------------------------- /Countries/https/Cambodia.txt: -------------------------------------------------------------------------------- 1 | 203.189.153.19:8083 2 | 96.9.89.156:31231 3 | 103.9.188.228:8080 4 | 103.9.188.20:8080 5 | -------------------------------------------------------------------------------- /Countries/https/Cameroon.txt: -------------------------------------------------------------------------------- 1 | 41.216.232.213:4153 2 | 41.205.83.6:80 3 | 41.77.210.210:80 4 | 41.77.210.210:32650 5 | 41.204.87.90:8080 6 | -------------------------------------------------------------------------------- /Countries/https/Chile.txt: -------------------------------------------------------------------------------- 1 | 179.49.237.102:999 2 | 204.199.140.9:999 3 | 38.250.126.201:999 4 | 200.27.110.30:57702 5 | 190.211.250.139:999 6 | 190.93.229.18:999 7 | 204.199.139.71:999 8 | 190.110.97.150:999 9 | 186.148.31.19:999 10 | -------------------------------------------------------------------------------- /Countries/https/Colombia.txt: -------------------------------------------------------------------------------- 1 | 191.97.1.89:999 2 | 190.26.27.133:999 3 | 38.56.23.91:11201 4 | 190.242.119.222:8080 5 | 179.32.62.127:999 6 | 181.78.19.138:9992 7 | 179.1.203.53:999 8 | 45.167.126.37:999 9 | 132.255.23.183:999 10 | 181.78.19.142:999 11 | 45.233.169.25:999 12 | 181.78.19.142:9992 13 | 177.93.58.33:999 14 | 186.194.160.213:999 15 | 209.14.118.114:999 16 | 181.174.231.26:999 17 | 190.61.43.122:8080 18 | 190.2.214.137:9992 19 | 181.204.113.252:11211 20 | 190.90.132.204:1234 21 | 181.143.143.125:999 22 | 170.245.158.76:8080 23 | 181.78.64.172:999 24 | 181.189.24.196:999 25 | 190.71.147.50:999 26 | 181.78.75.202:999 27 | 181.129.147.163:8080 28 | 181.78.17.141:999 29 | 181.78.208.182:999 30 | 170.239.205.185:999 31 | 181.174.228.96:999 32 | 179.1.13.67:8080 33 | 181.174.231.56:999 34 | 190.61.61.155:999 35 | 200.10.31.202:999 36 | 45.233.170.61:999 37 | 201.244.16.139:999 38 | 186.194.161.141:999 39 | 181.143.181.35:8080 40 | 190.85.34.139:999 41 | 190.61.45.71:999 42 | 186.159.23.234:999 43 | 181.129.183.19:53281 44 | 186.180.22.196:8080 45 | 181.78.19.138:999 46 | 190.14.239.58:999 47 | 204.199.68.201:53281 48 | -------------------------------------------------------------------------------- /Countries/https/Congo_Republic.txt: -------------------------------------------------------------------------------- 1 | 197.157.254.34:4145 2 | -------------------------------------------------------------------------------- /Countries/https/Costa_Rica.txt: -------------------------------------------------------------------------------- 1 | 190.61.84.166:9812 2 | -------------------------------------------------------------------------------- /Countries/https/Croatia.txt: -------------------------------------------------------------------------------- 1 | 93.138.127.30:8081 2 | -------------------------------------------------------------------------------- /Countries/https/Cuba.txt: -------------------------------------------------------------------------------- 1 | 181.225.242.98:8080 2 | -------------------------------------------------------------------------------- /Countries/https/Cyprus.txt: -------------------------------------------------------------------------------- 1 | 212.108.135.215:8380 2 | -------------------------------------------------------------------------------- /Countries/https/Czechia.txt: -------------------------------------------------------------------------------- 1 | 78.108.108.9:8080 2 | 109.238.208.130:4153 3 | 80.211.202.138:8118 4 | 185.38.111.1:8080 5 | 95.47.239.221:3128 6 | 95.47.238.254:3128 7 | -------------------------------------------------------------------------------- /Countries/https/DR_Congo.txt: -------------------------------------------------------------------------------- 1 | 41.174.132.82:5678 2 | 41.60.26.210:32650 3 | -------------------------------------------------------------------------------- /Countries/https/Denmark.txt: -------------------------------------------------------------------------------- 1 | 185.236.203.208:3128 2 | -------------------------------------------------------------------------------- /Countries/https/Dominican_Republic.txt: -------------------------------------------------------------------------------- 1 | 38.9.48.212:8080 2 | 38.51.188.31:999 3 | 38.156.238.76:999 4 | 200.88.221.69:8080 5 | 200.125.170.230:999 6 | 38.159.227.194:999 7 | 38.44.243.32:999 8 | 38.156.235.46:999 9 | 200.125.170.108:999 10 | -------------------------------------------------------------------------------- /Countries/https/Ecuador.txt: -------------------------------------------------------------------------------- 1 | 45.186.6.104:3128 2 | 186.4.132.37:8080 3 | 45.224.20.69:999 4 | 179.49.202.204:999 5 | 38.255.23.131:999 6 | 181.188.238.147:999 7 | 177.234.217.82:999 8 | 177.234.211.79:999 9 | 190.95.132.189:999 10 | 179.60.53.28:999 11 | 45.4.202.170:999 12 | 45.224.153.55:999 13 | 181.188.238.149:999 14 | 186.101.251.197:8080 15 | 45.224.149.99:999 16 | -------------------------------------------------------------------------------- /Countries/https/Egypt.txt: -------------------------------------------------------------------------------- 1 | 154.236.179.227:1976 2 | 41.65.236.47:1976 3 | 41.65.160.172:1976 4 | 154.236.191.45:1976 5 | 156.200.123.170:8080 6 | 197.164.101.13:1976 7 | 154.236.177.101:1977 8 | 154.182.248.223:8080 9 | 41.33.14.238:1976 10 | 197.164.101.13:1981 11 | 82.129.233.7:1976 12 | 196.204.83.232:1981 13 | 62.193.108.135:1981 14 | 154.236.177.100:1977 15 | 197.44.247.35:3128 16 | -------------------------------------------------------------------------------- /Countries/https/El_Salvador.txt: -------------------------------------------------------------------------------- 1 | 181.78.99.188:999 2 | -------------------------------------------------------------------------------- /Countries/https/Equatorial_Guinea.txt: -------------------------------------------------------------------------------- 1 | 102.164.252.150:8080 2 | -------------------------------------------------------------------------------- /Countries/https/Estonia.txt: -------------------------------------------------------------------------------- 1 | 185.155.99.114:8118 2 | -------------------------------------------------------------------------------- /Countries/https/Eswatini.txt: -------------------------------------------------------------------------------- 1 | 69.63.69.90:8080 2 | -------------------------------------------------------------------------------- /Countries/https/Ethiopia.txt: -------------------------------------------------------------------------------- 1 | 196.191.106.136:35526 2 | -------------------------------------------------------------------------------- /Countries/https/Finland.txt: -------------------------------------------------------------------------------- 1 | 65.108.203.36:28080 2 | 95.216.208.103:8118 3 | 45.14.165.47:8080 4 | 135.181.87.68:8888 5 | 135.181.154.225:80 6 | 65.108.203.36:18080 7 | 65.108.203.35:28080 8 | 37.27.28.74:27140 9 | 95.216.17.79:3888 10 | 65.108.203.37:18080 11 | 135.181.30.127:3128 12 | 65.108.159.129:8081 13 | 65.108.203.35:18080 14 | 65.108.203.37:28080 15 | -------------------------------------------------------------------------------- /Countries/https/France.txt: -------------------------------------------------------------------------------- 1 | 51.158.68.133:8811 2 | 141.95.1.186:3128 3 | 163.5.71.94:3128 4 | 51.75.86.68:3128 5 | 51.68.220.201:8080 6 | 95.179.221.141:443 7 | 212.23.175.80:8443 8 | 152.228.154.20:80 9 | 185.41.152.110:3128 10 | 141.94.196.80:8989 11 | 51.159.107.202:8118 12 | 51.158.68.68:8811 13 | 212.83.143.118:11888 14 | 54.37.207.54:3128 15 | 159.8.114.37:80 16 | 35.180.188.216:80 17 | 51.158.172.165:8811 18 | 159.8.114.37:8123 19 | -------------------------------------------------------------------------------- /Countries/https/Gabon.txt: -------------------------------------------------------------------------------- 1 | 41.159.154.43:3128 2 | -------------------------------------------------------------------------------- /Countries/https/Gambia.txt: -------------------------------------------------------------------------------- 1 | 102.213.223.46:83 2 | -------------------------------------------------------------------------------- /Countries/https/Georgia.txt: -------------------------------------------------------------------------------- 1 | 185.139.56.133:6961 2 | -------------------------------------------------------------------------------- /Countries/https/Ghana.txt: -------------------------------------------------------------------------------- 1 | 41.139.11.69:32534 2 | -------------------------------------------------------------------------------- /Countries/https/Gibraltar.txt: -------------------------------------------------------------------------------- 1 | 95.164.68.159:3128 2 | -------------------------------------------------------------------------------- /Countries/https/Greece.txt: -------------------------------------------------------------------------------- 1 | 94.68.245.147:8080 2 | -------------------------------------------------------------------------------- /Countries/https/Guadeloupe.txt: -------------------------------------------------------------------------------- 1 | 93.121.175.166:8081 2 | -------------------------------------------------------------------------------- /Countries/https/Guam.txt: -------------------------------------------------------------------------------- 1 | 202.128.68.19:8111 2 | -------------------------------------------------------------------------------- /Countries/https/Guatemala.txt: -------------------------------------------------------------------------------- 1 | 181.119.111.59:999 2 | 138.117.231.133:999 3 | 143.208.57.162:999 4 | -------------------------------------------------------------------------------- /Countries/https/Guinea.txt: -------------------------------------------------------------------------------- 1 | 160.119.135.210:3129 2 | -------------------------------------------------------------------------------- /Countries/https/Guyana.txt: -------------------------------------------------------------------------------- 1 | 181.199.239.206:1080 2 | -------------------------------------------------------------------------------- /Countries/https/Haiti.txt: -------------------------------------------------------------------------------- 1 | 186.1.206.154:3128 2 | -------------------------------------------------------------------------------- /Countries/https/Honduras.txt: -------------------------------------------------------------------------------- 1 | 164.163.74.97:999 2 | 190.185.112.58:999 3 | 45.182.21.150:999 4 | -------------------------------------------------------------------------------- /Countries/https/Hong_Kong.txt: -------------------------------------------------------------------------------- 1 | 8.217.124.178:49440 2 | 91.103.120.55:80 3 | 193.239.86.249:3128 4 | 47.243.92.199:3128 5 | 91.103.120.40:80 6 | 43.135.78.162:30004 7 | 8.210.117.141:8888 8 | 91.103.120.39:80 9 | 91.103.120.57:80 10 | 119.81.189.194:8123 11 | 8.210.88.48:13128 12 | 193.239.86.248:3128 13 | 156.240.100.10:8080 14 | 119.81.189.194:80 15 | 47.56.110.204:8990 16 | 47.83.192.255:8888 17 | 152.32.226.213:1080 18 | 47.56.110.204:8989 19 | 193.239.86.247:3128 20 | 91.103.120.48:80 21 | 91.103.120.37:80 22 | -------------------------------------------------------------------------------- /Countries/https/Hungary.txt: -------------------------------------------------------------------------------- 1 | 79.121.102.227:8080 2 | -------------------------------------------------------------------------------- /Countries/https/Iceland.txt: -------------------------------------------------------------------------------- 1 | 194.247.182.119:3128 2 | -------------------------------------------------------------------------------- /Countries/https/India.txt: -------------------------------------------------------------------------------- 1 | 139.59.1.14:8080 2 | 103.21.69.192:83 3 | 103.48.71.70:83 4 | 103.240.101.30:8080 5 | 103.48.71.18:83 6 | 62.72.58.72:3128 7 | 13.126.217.46:3128 8 | 43.228.95.138:5678 9 | 103.82.133.153:8888 10 | 103.146.170.9:5678 11 | 3.109.16.234:3128 12 | 139.59.34.209:8080 13 | 65.2.11.52:34967 14 | 139.59.1.14:80 15 | 142.93.209.163:3128 16 | 202.43.122.156:1111 17 | 103.199.214.48:1009 18 | 169.38.70.29:8080 19 | 103.130.106.73:83 20 | 139.59.1.14:3128 21 | 206.189.140.195:3128 22 | 203.115.123.163:1452 23 | 14.143.130.210:80 24 | 160.30.83.10:82 25 | 115.124.105.114:80 26 | 15.207.196.77:3128 27 | 106.51.185.233:8080 28 | 203.192.217.6:8080 29 | 182.66.207.139:1888 30 | 45.114.142.178:80 31 | 45.249.77.145:83 32 | 3.109.62.30:717 33 | 103.48.71.150:83 34 | 3.110.225.197:80 35 | 103.48.69.121:82 36 | 49.205.160.115:8080 37 | 219.65.73.81:80 38 | 103.41.88.6:83 39 | 13.201.55.246:11898 40 | 150.129.115.253:6666 41 | 172.232.121.132:8080 42 | 45.249.122.198:8080 43 | 157.15.93.82:8080 44 | 103.105.103.17:3629 45 | 103.125.154.233:8080 46 | 111.125.242.34:1111 47 | 115.248.66.131:3129 48 | 103.88.239.178:83 49 | 103.148.62.1:8080 50 | 103.105.126.18:83 51 | 117.251.103.186:8080 52 | 74.224.122.57:3128 53 | 115.124.111.97:80 54 | 103.195.252.161:83 55 | 103.88.239.178:84 56 | 206.189.130.107:8080 57 | 103.195.252.2:83 58 | 13.235.246.116:16490 59 | 172.235.29.87:8080 60 | -------------------------------------------------------------------------------- /Countries/https/Iran.txt: -------------------------------------------------------------------------------- 1 | 77.237.76.83:80 2 | 93.113.238.37:8080 3 | 185.93.89.165:6832 4 | 109.230.82.173:3128 5 | 5.160.224.146:3128 6 | 185.105.102.179:80 7 | 80.249.112.166:80 8 | 185.49.97.48:8080 9 | 185.93.89.151:24738 10 | 2.183.37.72:8080 11 | 109.201.13.190:8080 12 | 109.201.13.187:8080 13 | 217.172.122.14:8080 14 | 93.118.127.76:3128 15 | 93.126.6.68:3128 16 | 81.12.106.158:8080 17 | 45.86.6.137:8080 18 | 88.135.72.7:80 19 | 109.230.72.236:8080 20 | 78.157.57.71:3128 21 | 194.150.71.0:7060 22 | 81.12.119.171:8080 23 | 5.160.89.154:8080 24 | -------------------------------------------------------------------------------- /Countries/https/Iraq.txt: -------------------------------------------------------------------------------- 1 | 185.138.120.109:8080 2 | 109.127.82.18:8080 3 | 62.201.223.7:8183 4 | 46.161.194.74:8085 5 | -------------------------------------------------------------------------------- /Countries/https/Ireland.txt: -------------------------------------------------------------------------------- 1 | 18.201.237.231:27281 2 | -------------------------------------------------------------------------------- /Countries/https/Isle_of_Man.txt: -------------------------------------------------------------------------------- 1 | 195.10.102.218:80 2 | -------------------------------------------------------------------------------- /Countries/https/Israel.txt: -------------------------------------------------------------------------------- 1 | 193.202.8.106:8080 2 | -------------------------------------------------------------------------------- /Countries/https/Italy.txt: -------------------------------------------------------------------------------- 1 | 85.208.200.185:8081 2 | 91.192.25.158:4145 3 | 212.3.186.67:8080 4 | 88.42.237.102:8080 5 | 149.86.203.217:8080 6 | 18.102.211.113:3128 7 | -------------------------------------------------------------------------------- /Countries/https/Ivory_Coast.txt: -------------------------------------------------------------------------------- 1 | 160.120.22.13:3128 2 | -------------------------------------------------------------------------------- /Countries/https/Jamaica.txt: -------------------------------------------------------------------------------- 1 | 69.160.109.210:4444 2 | -------------------------------------------------------------------------------- /Countries/https/Japan.txt: -------------------------------------------------------------------------------- 1 | 13.113.100.188:221 2 | 119.245.50.82:8080 3 | 20.78.26.206:8561 4 | 160.16.204.90:3128 5 | 54.64.42.145:8080 6 | 47.91.29.151:3128 7 | 20.27.15.49:8561 8 | 211.128.96.206:80 9 | 160.248.189.97:3127 10 | 54.250.76.76:3128 11 | 20.27.11.248:8561 12 | 38.240.40.10:6500 13 | 133.18.234.13:80 14 | 20.27.15.111:8561 15 | 20.210.39.153:8561 16 | 161.34.67.48:4649 17 | 20.78.118.91:8561 18 | 140.245.88.97:8118 19 | 20.27.14.220:8561 20 | 168.138.50.91:80 21 | 35.73.28.87:3128 22 | 160.248.189.95:3127 23 | 222.228.171.92:8080 24 | 160.251.142.232:80 25 | 161.34.66.94:4649 26 | 161.202.226.194:8123 27 | 140.227.81.191:3128 28 | 48.218.67.180:3128 29 | 219.112.242.119:8080 30 | 8.209.255.13:3128 31 | 160.248.189.98:3127 32 | 152.32.145.221:1080 33 | -------------------------------------------------------------------------------- /Countries/https/Jordan.txt: -------------------------------------------------------------------------------- 1 | 149.200.200.44:80 2 | -------------------------------------------------------------------------------- /Countries/https/Kazakhstan.txt: -------------------------------------------------------------------------------- 1 | 87.255.196.143:80 2 | 194.4.57.199:3128 3 | -------------------------------------------------------------------------------- /Countries/https/Kenya.txt: -------------------------------------------------------------------------------- 1 | 102.207.191.68:8080 2 | 102.210.25.172:8080 3 | 102.0.22.64:8080 4 | 41.139.220.125:8080 5 | 41.90.118.9:8080 6 | 102.213.241.70:8080 7 | -------------------------------------------------------------------------------- /Countries/https/Kosovo.txt: -------------------------------------------------------------------------------- 1 | 84.22.45.25:8080 2 | 80.80.163.194:46276 3 | 84.22.48.28:8080 4 | 91.187.121.211:2080 5 | -------------------------------------------------------------------------------- /Countries/https/Kuwait.txt: -------------------------------------------------------------------------------- 1 | 195.39.141.227:80 2 | -------------------------------------------------------------------------------- /Countries/https/Kyrgyzstan.txt: -------------------------------------------------------------------------------- 1 | 212.112.121.130:8080 2 | 158.181.204.159:8080 3 | -------------------------------------------------------------------------------- /Countries/https/Laos.txt: -------------------------------------------------------------------------------- 1 | 103.137.91.250:8080 2 | -------------------------------------------------------------------------------- /Countries/https/Latvia.txt: -------------------------------------------------------------------------------- 1 | 109.205.126.6:8080 2 | -------------------------------------------------------------------------------- /Countries/https/Lebanon.txt: -------------------------------------------------------------------------------- 1 | 77.110.124.226:8090 2 | 77.75.95.14:80 3 | 212.98.139.70:8080 4 | -------------------------------------------------------------------------------- /Countries/https/Lesotho.txt: -------------------------------------------------------------------------------- 1 | 154.66.108.32:3629 2 | -------------------------------------------------------------------------------- /Countries/https/Liberia.txt: -------------------------------------------------------------------------------- 1 | 196.250.176.17:8080 2 | -------------------------------------------------------------------------------- /Countries/https/Libya.txt: -------------------------------------------------------------------------------- 1 | 165.16.27.43:1981 2 | 41.254.48.66:1976 3 | 102.214.104.56:8080 4 | 154.73.28.129:8080 5 | 41.254.48.66:1981 6 | 41.254.47.66:19000 7 | 102.68.128.217:8080 8 | 102.38.7.110:1972 9 | -------------------------------------------------------------------------------- /Countries/https/Lithuania.txt: -------------------------------------------------------------------------------- 1 | 31.193.193.69:1488 2 | 81.7.86.154:4145 3 | -------------------------------------------------------------------------------- /Countries/https/Luxembourg.txt: -------------------------------------------------------------------------------- 1 | 193.168.60.23:80 2 | -------------------------------------------------------------------------------- /Countries/https/Macao.txt: -------------------------------------------------------------------------------- 1 | 27.109.215.216:80 2 | -------------------------------------------------------------------------------- /Countries/https/Madagascar.txt: -------------------------------------------------------------------------------- 1 | 154.126.36.157:8080 2 | -------------------------------------------------------------------------------- /Countries/https/Malawi.txt: -------------------------------------------------------------------------------- 1 | 41.70.106.1:5678 2 | -------------------------------------------------------------------------------- /Countries/https/Malaysia.txt: -------------------------------------------------------------------------------- 1 | 219.92.103.218:8080 2 | 175.139.233.79:80 3 | 113.23.155.110:1231 4 | 219.93.101.60:80 5 | 58.84.16.241:1231 6 | 43.217.159.83:9080 7 | 175.144.198.226:31694 8 | 219.93.101.63:80 9 | -------------------------------------------------------------------------------- /Countries/https/Maldives.txt: -------------------------------------------------------------------------------- 1 | 103.84.134.1:1081 2 | -------------------------------------------------------------------------------- /Countries/https/Mali.txt: -------------------------------------------------------------------------------- 1 | 196.200.48.92:8080 2 | -------------------------------------------------------------------------------- /Countries/https/Malta.txt: -------------------------------------------------------------------------------- 1 | 85.119.120.55:8080 2 | -------------------------------------------------------------------------------- /Countries/https/Martinique.txt: -------------------------------------------------------------------------------- 1 | 83.203.37.56:512 2 | -------------------------------------------------------------------------------- /Countries/https/Mauritania.txt: -------------------------------------------------------------------------------- 1 | 82.151.65.252:80 2 | -------------------------------------------------------------------------------- /Countries/https/Mauritius.txt: -------------------------------------------------------------------------------- 1 | 45.195.228.4:999 2 | -------------------------------------------------------------------------------- /Countries/https/Mayotte.txt: -------------------------------------------------------------------------------- 1 | 41.242.116.150:50000 2 | -------------------------------------------------------------------------------- /Countries/https/Mexico.txt: -------------------------------------------------------------------------------- 1 | 201.150.118.26:999 2 | 170.78.211.161:1080 3 | 186.96.50.113:999 4 | 170.78.210.123:999 5 | 186.96.160.204:999 6 | 186.96.15.70:8080 7 | 143.255.43.206:999 8 | 148.224.59.25:999 9 | 38.194.253.105:999 10 | 200.76.28.204:999 11 | 45.189.252.240:999 12 | 189.197.187.238:999 13 | 38.194.251.246:999 14 | 45.235.252.41:999 15 | 45.189.151.17:999 16 | 201.174.175.38:999 17 | 201.174.239.25:8080 18 | 201.150.118.145:999 19 | 201.108.133.162:3128 20 | 189.157.203.157:8080 21 | 38.7.16.82:999 22 | 45.168.236.54:3128 23 | 201.150.119.170:999 24 | 38.7.18.103:999 25 | 201.77.96.0:999 26 | 148.206.32.3:8080 27 | 89.213.106.253:999 28 | 38.65.172.81:999 29 | 45.189.151.29:999 30 | 201.150.116.3:999 31 | 177.244.44.78:3128 32 | 201.174.175.82:999 33 | 200.76.28.202:999 34 | 38.123.192.193:8080 35 | 38.65.175.68:3128 36 | 45.167.95.182:999 37 | -------------------------------------------------------------------------------- /Countries/https/Moldova.txt: -------------------------------------------------------------------------------- 1 | 194.246.114.158:3128 2 | -------------------------------------------------------------------------------- /Countries/https/Monaco.txt: -------------------------------------------------------------------------------- 1 | 185.47.119.207:23110 2 | -------------------------------------------------------------------------------- /Countries/https/Mongolia.txt: -------------------------------------------------------------------------------- 1 | 202.179.16.2:443 2 | 103.11.193.76:8080 3 | -------------------------------------------------------------------------------- /Countries/https/Montenegro.txt: -------------------------------------------------------------------------------- 1 | 46.161.67.74:81 2 | -------------------------------------------------------------------------------- /Countries/https/Morocco.txt: -------------------------------------------------------------------------------- 1 | 102.79.31.142:80 2 | -------------------------------------------------------------------------------- /Countries/https/Mozambique.txt: -------------------------------------------------------------------------------- 1 | 165.90.64.216:8080 2 | -------------------------------------------------------------------------------- /Countries/https/Myanmar.txt: -------------------------------------------------------------------------------- 1 | 69.160.10.78:3128 2 | 204.157.169.238:8080 3 | 103.25.79.162:8053 4 | 185.133.213.86:8074 5 | 185.205.142.142:8080 6 | -------------------------------------------------------------------------------- /Countries/https/Namibia.txt: -------------------------------------------------------------------------------- 1 | 196.20.12.21:8080 2 | 196.20.12.25:8080 3 | -------------------------------------------------------------------------------- /Countries/https/Nepal.txt: -------------------------------------------------------------------------------- 1 | 182.93.75.77:8080 2 | 49.236.212.134:8888 3 | 38.54.71.67:80 4 | 182.93.75.162:8080 5 | -------------------------------------------------------------------------------- /Countries/https/New_Caledonia.txt: -------------------------------------------------------------------------------- 1 | 46.36.200.151:8080 2 | -------------------------------------------------------------------------------- /Countries/https/New_Zealand.txt: -------------------------------------------------------------------------------- 1 | 122.56.2.231:8443 2 | -------------------------------------------------------------------------------- /Countries/https/Nicaragua.txt: -------------------------------------------------------------------------------- 1 | 45.170.226.254:999 2 | -------------------------------------------------------------------------------- /Countries/https/Nigeria.txt: -------------------------------------------------------------------------------- 1 | 41.203.76.166:8080 2 | 41.87.77.34:32650 3 | -------------------------------------------------------------------------------- /Countries/https/North_Macedonia.txt: -------------------------------------------------------------------------------- 1 | 62.162.193.125:8081 2 | -------------------------------------------------------------------------------- /Countries/https/Norway.txt: -------------------------------------------------------------------------------- 1 | 91.227.248.40:80 2 | -------------------------------------------------------------------------------- /Countries/https/Oman.txt: -------------------------------------------------------------------------------- 1 | 154.205.147.234:20 2 | -------------------------------------------------------------------------------- /Countries/https/Pakistan.txt: -------------------------------------------------------------------------------- 1 | 103.179.246.30:8080 2 | 103.151.236.69:8082 3 | 116.0.53.34:8080 4 | 115.42.67.186:8080 5 | 103.152.100.221:8080 6 | 137.59.225.35:8080 7 | 157.10.30.20:8080 8 | 103.150.206.91:8080 9 | -------------------------------------------------------------------------------- /Countries/https/Palestine.txt: -------------------------------------------------------------------------------- 1 | 213.6.17.251:19000 2 | 185.33.170.165:9999 3 | 213.6.197.162:19000 4 | 185.33.170.167:9999 5 | 185.33.170.164:9999 6 | 93.184.7.26:1080 7 | 85.114.120.221:9999 8 | 46.60.15.62:8080 9 | 213.6.36.2:8080 10 | 213.6.68.210:4145 11 | 185.33.170.233:9999 12 | 93.184.9.9:1080 13 | 217.147.1.34:99 14 | 45.130.99.42:8080 15 | -------------------------------------------------------------------------------- /Countries/https/Panama.txt: -------------------------------------------------------------------------------- 1 | 45.237.184.161:999 2 | 190.14.213.250:8080 3 | -------------------------------------------------------------------------------- /Countries/https/Papua_New_Guinea.txt: -------------------------------------------------------------------------------- 1 | 103.99.175.9:8080 2 | -------------------------------------------------------------------------------- /Countries/https/Paraguay.txt: -------------------------------------------------------------------------------- 1 | 181.40.18.42:999 2 | 181.119.94.16:999 3 | 190.128.134.66:999 4 | 190.128.237.150:3128 5 | 45.179.193.122:999 6 | 45.177.16.136:999 7 | -------------------------------------------------------------------------------- /Countries/https/Peru.txt: -------------------------------------------------------------------------------- 1 | 191.97.61.65:999 2 | 200.60.145.167:8083 3 | 200.39.152.161:999 4 | 190.119.90.114:8080 5 | 45.190.170.254:999 6 | 38.183.182.242:999 7 | 191.52.213.249:999 8 | 170.81.243.58:999 9 | 200.4.254.67:999 10 | 200.121.48.195:999 11 | 200.215.248.112:999 12 | -------------------------------------------------------------------------------- /Countries/https/Philippines.txt: -------------------------------------------------------------------------------- 1 | 122.53.59.191:5050 2 | 122.54.105.109:8082 3 | 210.5.93.251:8080 4 | 180.191.34.229:8081 5 | 180.191.20.35:8082 6 | 180.191.16.105:8082 7 | 122.52.170.254:8080 8 | 122.2.28.114:8080 9 | 103.84.176.122:8084 10 | 124.217.105.64:8082 11 | 112.198.128.35:8084 12 | 120.28.220.26:8080 13 | 112.198.179.39:8082 14 | 180.191.20.5:8081 15 | 161.49.116.131:1337 16 | 122.52.83.224:8081 17 | 161.49.94.215:8095 18 | 120.28.193.165:5050 19 | 122.52.43.215:8081 20 | 161.49.176.173:1337 21 | 180.191.16.9:8085 22 | 124.6.168.26:80 23 | 124.6.168.26:8282 24 | 49.148.32.9:8082 25 | 115.147.16.205:5050 26 | 180.191.49.99:8080 27 | 122.52.213.79:62102 28 | 122.3.41.154:8090 29 | 122.3.139.85:8181 30 | 139.135.141.12:8095 31 | 222.127.71.116:8082 32 | 180.191.23.22:8089 33 | 180.190.188.236:8085 34 | 222.127.241.158:5050 35 | 152.32.64.43:8095 36 | 222.127.206.145:8085 37 | 120.28.193.225:8080 38 | 222.127.76.123:8080 39 | 58.69.206.64:5050 40 | 222.127.63.134:8080 41 | 180.191.20.32:8080 42 | 49.146.225.116:8082 43 | 122.54.198.112:3128 44 | 222.127.55.155:8082 45 | 180.190.200.107:8082 46 | 122.52.157.209:8081 47 | 115.147.63.59:8081 48 | 124.217.98.133:8082 49 | 58.69.248.180:8080 50 | 49.145.114.209:8082 51 | 119.92.255.3:3128 52 | 203.177.237.138:8282 53 | -------------------------------------------------------------------------------- /Countries/https/Poland.txt: -------------------------------------------------------------------------------- 1 | 74.248.144.36:3128 2 | 195.205.33.21:8080 3 | 84.10.62.238:8087 4 | 194.181.46.86:80 5 | 185.186.17.57:5678 6 | 185.79.243.74:8080 7 | 95.164.0.177:36352 8 | -------------------------------------------------------------------------------- /Countries/https/Portugal.txt: -------------------------------------------------------------------------------- 1 | 185.142.131.113:8080 2 | -------------------------------------------------------------------------------- /Countries/https/Puerto_Rico.txt: -------------------------------------------------------------------------------- 1 | 192.203.0.210:999 2 | 23.131.56.188:999 3 | 192.203.0.250:999 4 | -------------------------------------------------------------------------------- /Countries/https/Qatar.txt: -------------------------------------------------------------------------------- 1 | 178.153.241.108:8080 2 | 78.101.189.66:8080 3 | -------------------------------------------------------------------------------- /Countries/https/Romania.txt: -------------------------------------------------------------------------------- 1 | 185.123.143.247:3128 2 | 45.142.193.36:9594 3 | 37.120.140.158:3128 4 | 45.142.193.36:9760 5 | 82.79.134.209:80 6 | 185.123.143.251:3128 7 | -------------------------------------------------------------------------------- /Countries/https/Russia.txt: -------------------------------------------------------------------------------- 1 | 77.242.98.39:8080 2 | 84.38.185.139:3128 3 | 93.177.126.79:8088 4 | 31.40.248.2:8080 5 | 185.10.129.14:3128 6 | 45.10.53.62:81 7 | 87.229.205.227:8080 8 | 87.103.135.119:4444 9 | 109.194.17.191:8282 10 | 77.241.20.215:55915 11 | 46.29.162.222:80 12 | 51.250.46.17:8080 13 | 45.151.62.22:21212 14 | 77.238.103.98:8080 15 | 91.200.163.190:8088 16 | 147.45.117.82:3333 17 | 89.151.134.157:3629 18 | 79.122.230.20:8080 19 | 188.234.158.66:80 20 | 94.103.83.90:3128 21 | 188.247.61.234:8080 22 | 213.178.39.170:8080 23 | 94.247.241.70:51006 24 | 46.47.197.210:3128 25 | 87.239.31.42:80 26 | 89.151.133.216:8080 27 | 194.67.53.75:8085 28 | -------------------------------------------------------------------------------- /Countries/https/Rwanda.txt: -------------------------------------------------------------------------------- 1 | 197.243.20.178:80 2 | -------------------------------------------------------------------------------- /Countries/https/Samoa.txt: -------------------------------------------------------------------------------- 1 | 110.5.113.227:80 2 | -------------------------------------------------------------------------------- /Countries/https/Saudi_Arabia.txt: -------------------------------------------------------------------------------- 1 | 213.166.140.6:8080 2 | -------------------------------------------------------------------------------- /Countries/https/Senegal.txt: -------------------------------------------------------------------------------- 1 | 154.65.39.7:80 2 | -------------------------------------------------------------------------------- /Countries/https/Serbia.txt: -------------------------------------------------------------------------------- 1 | 79.101.106.74:33608 2 | 91.150.67.17:8080 3 | 109.111.236.86:6666 4 | -------------------------------------------------------------------------------- /Countries/https/Seychelles.txt: -------------------------------------------------------------------------------- 1 | 156.230.20.13:3125 2 | -------------------------------------------------------------------------------- /Countries/https/Sierra_Leone.txt: -------------------------------------------------------------------------------- 1 | 102.223.154.177:8080 2 | -------------------------------------------------------------------------------- /Countries/https/Sint_Maarten.txt: -------------------------------------------------------------------------------- 1 | 190.102.8.245:1111 2 | -------------------------------------------------------------------------------- /Countries/https/Slovakia.txt: -------------------------------------------------------------------------------- 1 | 91.217.33.161:8080 2 | -------------------------------------------------------------------------------- /Countries/https/Slovenia.txt: -------------------------------------------------------------------------------- 1 | 77.38.64.116:35202 2 | -------------------------------------------------------------------------------- /Countries/https/Somalia.txt: -------------------------------------------------------------------------------- 1 | 192.145.173.101:8080 2 | -------------------------------------------------------------------------------- /Countries/https/South_Africa.txt: -------------------------------------------------------------------------------- 1 | 41.216.190.164:8080 2 | 102.222.161.143:3128 3 | 102.23.228.251:8080 4 | 41.222.229.82:80 5 | 41.216.190.237:8080 6 | 41.57.4.252:8080 7 | 196.251.195.254:8084 8 | 154.117.154.194:8080 9 | 156.155.48.107:3128 10 | 196.216.134.71:8865 11 | 102.36.152.26:8080 12 | -------------------------------------------------------------------------------- /Countries/https/South_Korea.txt: -------------------------------------------------------------------------------- 1 | 112.106.145.190:80 2 | 123.141.185.139:5031 3 | 54.180.133.172:3128 4 | 123.141.181.1:5031 5 | 123.140.146.21:5031 6 | 220.95.101.112:8080 7 | 121.126.59.171:5395 8 | 123.140.146.20:5031 9 | 13.209.143.47:3128 10 | 101.79.10.125:3128 11 | 123.141.181.49:5031 12 | 123.140.146.39:5031 13 | 175.215.54.31:3128 14 | 123.141.185.101:5031 15 | 123.143.162.221:6388 16 | -------------------------------------------------------------------------------- /Countries/https/South_Sudan.txt: -------------------------------------------------------------------------------- 1 | 192.145.183.22:8080 2 | -------------------------------------------------------------------------------- /Countries/https/Spain.txt: -------------------------------------------------------------------------------- 1 | 77.225.198.220:9812 2 | 192.71.213.85:5555 3 | 37.235.53.208:9090 4 | 192.71.213.85:9091 5 | 185.250.180.238:8080 6 | 37.235.53.208:18888 7 | 37.235.53.208:11078 8 | 37.235.53.208:5678 9 | 37.235.53.208:10022 10 | 37.235.53.208:7121 11 | 37.235.53.208:6653 12 | 37.235.53.208:9098 13 | 194.164.174.7:3128 14 | 89.38.129.15:3128 15 | 37.235.53.208:10828 16 | 192.71.213.85:9090 17 | 192.71.213.85:9812 18 | 37.235.53.208:10080 19 | 90.174.128.42:3128 20 | 37.235.53.208:9898 21 | 37.235.53.208:9988 22 | 37.235.53.208:9002 23 | 37.235.53.208:3770 24 | 213.32.104.189:8080 25 | 195.114.209.50:80 26 | 192.71.213.85:5678 27 | 37.235.53.208:10223 28 | 37.235.53.208:9686 29 | 37.235.53.208:14888 30 | 92.58.181.171:1194 31 | 37.235.53.208:10492 32 | 37.235.53.208:4006 33 | 37.235.53.208:5913 34 | -------------------------------------------------------------------------------- /Countries/https/Sri_Lanka.txt: -------------------------------------------------------------------------------- 1 | 192.248.95.98:54126 2 | -------------------------------------------------------------------------------- /Countries/https/St_Vincent_and_Grenadines.txt: -------------------------------------------------------------------------------- 1 | 205.214.205.59:8080 2 | -------------------------------------------------------------------------------- /Countries/https/Sudan.txt: -------------------------------------------------------------------------------- 1 | 105.239.152.173:8080 2 | -------------------------------------------------------------------------------- /Countries/https/Sweden.txt: -------------------------------------------------------------------------------- 1 | 13.53.92.147:3128 2 | 16.171.242.247:52435 3 | 193.188.21.69:8118 4 | -------------------------------------------------------------------------------- /Countries/https/Switzerland.txt: -------------------------------------------------------------------------------- 1 | 84.39.112.144:3128 2 | -------------------------------------------------------------------------------- /Countries/https/Syria.txt: -------------------------------------------------------------------------------- 1 | 82.137.250.156:4145 2 | -------------------------------------------------------------------------------- /Countries/https/Taiwan.txt: -------------------------------------------------------------------------------- 1 | 34.80.202.6:3128 2 | 203.74.125.18:8888 3 | 35.194.228.247:3128 4 | 122.116.180.77:8080 5 | -------------------------------------------------------------------------------- /Countries/https/Tajikistan.txt: -------------------------------------------------------------------------------- 1 | 185.105.230.45:3128 2 | -------------------------------------------------------------------------------- /Countries/https/Tanzania.txt: -------------------------------------------------------------------------------- 1 | 41.59.90.171:80 2 | 41.59.90.175:80 3 | 41.59.115.217:8081 4 | 41.59.90.168:80 5 | -------------------------------------------------------------------------------- /Countries/https/Thailand.txt: -------------------------------------------------------------------------------- 1 | 101.109.20.134:8080 2 | 110.164.128.124:8080 3 | 43.208.15.149:3128 4 | 183.88.219.206:41564 5 | 43.209.15.43:3128 6 | 125.25.178.63:8080 7 | 110.164.175.110:8080 8 | 184.22.3.115:8080 9 | 113.53.191.194:8080 10 | 223.207.90.208:8080 11 | 49.48.121.139:8080 12 | 49.48.71.79:8080 13 | 1.20.149.122:8080 14 | 1.0.171.213:8080 15 | 180.180.218.250:8080 16 | 61.91.162.126:8080 17 | 49.48.65.142:8080 18 | 113.53.89.119:8080 19 | 103.10.231.189:8080 20 | 58.136.169.207:8080 21 | 124.121.58.206:8080 22 | 124.120.45.22:8080 23 | 116.58.249.125:8080 24 | 171.6.163.239:8080 25 | 180.183.97.16:8080 26 | 101.108.162.158:8080 27 | 125.27.24.41:8080 28 | 1.0.170.50:8080 29 | 171.4.64.54:8080 30 | 49.229.100.235:8080 31 | -------------------------------------------------------------------------------- /Countries/https/The_Netherlands.txt: -------------------------------------------------------------------------------- 1 | 85.17.107.85:5571 2 | 147.75.34.103:9401 3 | 147.75.34.103:80 4 | 94.141.99.147:3128 5 | 185.122.168.232:30855 6 | 145.40.97.148:10030 7 | 38.180.159.105:3128 8 | 147.75.34.103:443 9 | 147.75.34.103:10006 10 | 188.166.30.17:8888 11 | 77.105.137.42:8080 12 | 45.146.130.16:25622 13 | 145.40.97.148:80 14 | 147.75.34.103:9400 15 | 45.140.143.77:18080 16 | 98.64.128.182:3128 17 | 147.75.34.103:10002 18 | 185.132.133.91:80 19 | 147.75.34.103:10005 20 | 185.200.119.90:8443 21 | 185.234.65.66:1080 22 | 147.75.34.103:10003 23 | 147.75.34.103:10004 24 | 147.75.34.92:9443 25 | 79.110.52.252:3128 26 | 94.100.18.111:3128 27 | 85.17.107.85:5526 28 | 141.0.13.100:8080 29 | -------------------------------------------------------------------------------- /Countries/https/Timor-Leste.txt: -------------------------------------------------------------------------------- 1 | 103.148.184.82:8080 2 | -------------------------------------------------------------------------------- /Countries/https/Togo.txt: -------------------------------------------------------------------------------- 1 | 41.207.187.178:80 2 | -------------------------------------------------------------------------------- /Countries/https/Trinidad_and_Tobago.txt: -------------------------------------------------------------------------------- 1 | 190.58.248.86:80 2 | -------------------------------------------------------------------------------- /Countries/https/Tunisia.txt: -------------------------------------------------------------------------------- 1 | 193.95.53.131:8077 2 | -------------------------------------------------------------------------------- /Countries/https/Turkmenistan.txt: -------------------------------------------------------------------------------- 1 | 119.235.112.42:3128 2 | -------------------------------------------------------------------------------- /Countries/https/Tuvalu.txt: -------------------------------------------------------------------------------- 1 | 202.2.118.24:3129 2 | -------------------------------------------------------------------------------- /Countries/https/Türkiye.txt: -------------------------------------------------------------------------------- 1 | 149.86.146.232:8080 2 | 176.33.13.54:3310 3 | 149.34.210.62:9090 4 | 176.88.166.190:5678 5 | 198.145.118.54:8080 6 | 188.125.169.99:8080 7 | 195.142.25.204:19000 8 | 188.132.222.147:8080 9 | 198.145.118.52:8080 10 | 78.188.152.209:1454 11 | 89.43.31.134:3128 12 | 38.156.72.25:8080 13 | 188.132.222.149:8080 14 | 188.132.222.41:8080 15 | 185.200.37.242:8080 16 | 212.252.73.29:8080 17 | 95.3.39.138:8080 18 | 188.132.222.19:8080 19 | 213.226.119.120:4857 20 | 38.156.74.195:8080 21 | 149.34.215.173:3333 22 | 185.123.101.174:3128 23 | 188.132.222.168:8080 24 | 149.86.146.231:8080 25 | 188.132.222.8:8080 26 | 176.88.175.203:8080 27 | 188.132.249.42:8080 28 | 95.0.100.44:8085 29 | 128.90.169.95:8118 30 | 188.125.169.235:8080 31 | 92.113.43.110:8080 32 | 141.98.206.21:1453 33 | -------------------------------------------------------------------------------- /Countries/https/Uganda.txt: -------------------------------------------------------------------------------- 1 | 41.173.7.82:8080 2 | -------------------------------------------------------------------------------- /Countries/https/Ukraine.txt: -------------------------------------------------------------------------------- 1 | 194.183.190.10:8080 2 | 5.58.47.25:3629 3 | 62.80.166.106:8888 4 | 193.34.95.110:8080 5 | 185.65.247.133:48049 6 | -------------------------------------------------------------------------------- /Countries/https/United_Arab_Emirates.txt: -------------------------------------------------------------------------------- 1 | 158.255.77.169:80 2 | 93.115.172.94:1080 3 | 87.248.129.32:80 4 | 47.91.110.148:80 5 | 87.248.129.26:80 6 | 86.98.20.177:8080 7 | -------------------------------------------------------------------------------- /Countries/https/United_Kingdom.txt: -------------------------------------------------------------------------------- 1 | 35.177.23.165:10535 2 | 37.120.133.137:3128 3 | 82.102.10.253:80 4 | 193.181.41.37:8118 5 | 134.209.29.120:80 6 | 13.40.85.163:18081 7 | 18.175.118.106:999 8 | 149.11.44.58:10251 9 | 18.132.36.51:3128 10 | 107.181.142.181:5774 11 | 52.56.248.120:10001 12 | 3.10.207.94:8000 13 | 84.17.51.240:3128 14 | 134.209.29.120:8080 15 | 84.17.51.241:3128 16 | 82.18.249.208:8118 17 | 13.40.152.64:46187 18 | 134.209.29.120:3128 19 | 129.151.72.85:80 20 | 188.166.144.212:8118 21 | 8.211.194.78:9080 22 | 84.17.51.235:3128 23 | 91.193.59.187:80 24 | -------------------------------------------------------------------------------- /Countries/https/Unknown.txt: -------------------------------------------------------------------------------- 1 | 104.20.15.243:80 2 | 104.19.32.83:80 3 | 104.21.26.238:80 4 | 160.191.167.216:39212 5 | 104.21.74.136:80 6 | 104.19.19.123:80 7 | 0.0.0.0:80 8 | 172.67.70.126:80 9 | 245.181.130.134:1747 10 | 161.248.190.102:8080 11 | 104.21.223.203:80 12 | 104.22.10.171:80 13 | 104.16.105.216:80 14 | 163.61.47.10:1111 15 | 104.18.58.237:80 16 | 127.0.0.7:80 17 | 163.227.135.18:8081 18 | 160.191.87.165:60000 19 | 198.41.220.164:80 20 | -------------------------------------------------------------------------------- /Countries/https/Uruguay.txt: -------------------------------------------------------------------------------- 1 | 179.26.139.217:3128 2 | -------------------------------------------------------------------------------- /Countries/https/Uzbekistan.txt: -------------------------------------------------------------------------------- 1 | 213.230.124.108:8088 2 | 195.158.8.123:3128 3 | 213.230.121.73:3128 4 | 89.249.62.8:3128 5 | 90.156.197.189:8080 6 | -------------------------------------------------------------------------------- /Countries/https/Venezuela.txt: -------------------------------------------------------------------------------- 1 | 141.136.63.126:8080 2 | 138.59.11.192:999 3 | 190.97.231.0:999 4 | 38.183.212.14:999 5 | 190.52.100.98:999 6 | 190.97.236.150:999 7 | 190.94.213.23:999 8 | 186.96.67.85:999 9 | 190.97.243.20:999 10 | 201.71.2.177:999 11 | 190.52.104.121:999 12 | 186.96.73.190:999 13 | 186.166.204.64:999 14 | 190.94.213.244:999 15 | 190.52.107.85:999 16 | 190.199.219.121:8080 17 | 186.167.112.163:999 18 | 190.97.226.26:999 19 | 38.51.237.124:999 20 | -------------------------------------------------------------------------------- /Countries/https/Yemen.txt: -------------------------------------------------------------------------------- 1 | 134.35.20.8:8080 2 | -------------------------------------------------------------------------------- /Countries/https/Zambia.txt: -------------------------------------------------------------------------------- 1 | 41.223.119.156:3128 2 | -------------------------------------------------------------------------------- /Countries/https/Zimbabwe.txt: -------------------------------------------------------------------------------- 1 | 197.155.230.206:8080 2 | -------------------------------------------------------------------------------- /Countries/socks4/Afghanistan.txt: -------------------------------------------------------------------------------- 1 | 116.204.160.111:8080 2 | 180.94.80.18:8080 3 | 125.213.200.10:1080 4 | 103.227.18.10:8080 5 | 111.125.153.234:3129 6 | 111.125.153.234:3128 7 | 180.94.68.34:8080 8 | 103.112.177.114:8080 9 | 180.94.64.58:8080 10 | 45.116.128.150:4153 11 | 180.94.64.58:5678 12 | 103.112.177.114:80 13 | 180.94.83.122:8080 14 | 103.133.82.125:4153 15 | 223.26.22.250:8080 16 | 125.213.192.82:8080 17 | -------------------------------------------------------------------------------- /Countries/socks4/Algeria.txt: -------------------------------------------------------------------------------- 1 | 196.20.125.129:8083 2 | 196.20.125.145:8083 3 | 41.111.243.134:80 4 | 41.111.206.167:80 5 | 105.102.151.192:3128 6 | 41.111.187.214:80 7 | 105.100.19.133:3128 8 | 196.20.125.149:8083 9 | 41.99.236.235:3128 10 | 41.111.198.108:443 11 | 41.111.243.133:80 12 | 41.102.48.168:8081 13 | 197.201.96.123:80 14 | 196.20.125.121:8083 15 | 41.111.188.39:80 16 | 41.97.248.74:3128 17 | -------------------------------------------------------------------------------- /Countries/socks4/Andorra.txt: -------------------------------------------------------------------------------- 1 | 194.158.64.32:553 2 | -------------------------------------------------------------------------------- /Countries/socks4/Angola.txt: -------------------------------------------------------------------------------- 1 | 105.174.40.54:8080 2 | 102.207.128.2:8080 3 | 102.130.192.231:8080 4 | 102.207.128.3:8080 5 | 160.242.19.126:8080 6 | 105.174.5.146:8080 7 | 105.174.43.194:8080 8 | 154.127.219.242:999 9 | -------------------------------------------------------------------------------- /Countries/socks4/Aruba.txt: -------------------------------------------------------------------------------- 1 | 104.28.8.82:80 2 | -------------------------------------------------------------------------------- /Countries/socks4/Azerbaijan.txt: -------------------------------------------------------------------------------- 1 | 185.32.44.161:4153 2 | 85.132.29.134:8080 3 | 37.32.79.129:4153 4 | 94.20.21.6:4153 5 | 81.17.87.42:5678 6 | 81.17.81.34:4145 7 | 185.77.3.74:8080 8 | 185.32.44.222:4153 9 | 94.20.21.16:4153 10 | 185.43.189.182:3629 11 | 185.32.47.105:4153 12 | 193.105.123.194:8123 13 | 5.134.48.59:8080 14 | 185.32.44.1:4153 15 | 217.25.24.7:3629 16 | 85.132.37.9:1313 17 | 31.171.104.39:8080 18 | 185.32.44.157:4153 19 | 46.32.163.65:4153 20 | 213.172.89.227:4153 21 | -------------------------------------------------------------------------------- /Countries/socks4/Bahamas.txt: -------------------------------------------------------------------------------- 1 | 206.138.28.167:10025 2 | -------------------------------------------------------------------------------- /Countries/socks4/Bahrain.txt: -------------------------------------------------------------------------------- 1 | 157.175.58.133:1080 2 | 157.175.84.251:1080 3 | 82.194.45.218:8090 4 | 38.54.2.168:3128 5 | 157.175.152.241:1080 6 | 15.185.153.126:80 7 | 82.194.45.218:3128 8 | -------------------------------------------------------------------------------- /Countries/socks4/Barbados.txt: -------------------------------------------------------------------------------- 1 | 65.48.236.89:8111 2 | -------------------------------------------------------------------------------- /Countries/socks4/Belarus.txt: -------------------------------------------------------------------------------- 1 | 82.209.216.156:1080 2 | 37.17.53.108:3629 3 | 178.163.206.36:3129 4 | 86.57.219.210:8080 5 | 213.184.225.80:5678 6 | 194.158.203.14:80 7 | 80.94.229.155:8080 8 | 217.21.60.36:1080 9 | 178.124.74.9:8080 10 | 178.124.81.210:3128 11 | 178.124.211.92:8080 12 | 82.209.219.244:8080 13 | 93.125.3.22:8080 14 | 86.57.181.122:51801 15 | 213.184.242.144:1337 16 | 82.209.251.53:45678 17 | 178.124.73.189:8080 18 | 213.184.242.144:13373 19 | 86.57.134.64:41890 20 | 213.184.242.144:8080 21 | 178.124.78.45:8080 22 | 178.168.208.4:5678 23 | 86.57.174.152:41455 24 | -------------------------------------------------------------------------------- /Countries/socks4/Belgium.txt: -------------------------------------------------------------------------------- 1 | 2.57.21.18:5510 2 | 45.128.133.201:1080 3 | 80.200.67.156:15747 4 | 35.210.106.5:80 5 | 45.128.133.209:1080 6 | 8.34.208.46:80 7 | 45.128.133.205:1080 8 | 45.128.133.1:1080 9 | 2.57.21.89:5581 10 | 2.57.21.128:5620 11 | 179.61.174.4:80 12 | 85.201.67.119:10703 13 | 45.128.133.199:1081 14 | 2.57.20.89:6081 15 | 45.128.133.241:1080 16 | 147.93.69.171:3128 17 | 34.79.91.3:59040 18 | 147.93.44.27:8080 19 | 147.93.44.27:3128 20 | 45.128.133.239:1080 21 | 84.195.180.164:3128 22 | 147.93.58.119:3128 23 | 45.128.133.169:1080 24 | 2.57.21.49:5541 25 | 2.57.20.192:6184 26 | 103.109.244.4:10571 27 | 45.128.133.217:1080 28 | 2.57.21.243:5735 29 | 45.128.133.177:1080 30 | 45.128.133.225:1080 31 | 38.180.18.103:3128 32 | 172.102.222.253:6264 33 | 91.181.235.31:4145 34 | 45.128.133.193:1080 35 | 45.128.133.253:1080 36 | 45.128.133.205:1081 37 | 34.38.216.149:8080 38 | 185.209.220.255:1080 39 | 35.187.114.127:80 40 | 45.128.133.177:1081 41 | 45.128.133.141:1080 42 | 147.93.69.171:3129 43 | 45.128.133.145:1080 44 | 2.57.21.107:5599 45 | 45.128.133.153:1080 46 | 45.128.133.241:1081 47 | 34.78.13.129:80 48 | 45.128.133.197:1080 49 | 46.178.254.136:35745 50 | 45.128.133.255:1080 51 | 34.140.73.25:3128 52 | 45.128.133.199:1080 53 | 109.135.16.145:49879 54 | 45.128.133.202:80 55 | 34.38.136.79:3128 56 | 2.57.21.204:5696 57 | 2.57.21.235:5727 58 | 45.128.133.65:1080 59 | 163.163.26.204:80 60 | 45.128.133.1:1081 61 | 147.93.5.98:3128 62 | -------------------------------------------------------------------------------- /Countries/socks4/Belize.txt: -------------------------------------------------------------------------------- 1 | 203.30.189.103:80 2 | 203.23.103.106:80 3 | 203.30.189.250:80 4 | 203.30.190.57:80 5 | 203.23.103.102:80 6 | 203.30.188.140:80 7 | 203.24.109.26:80 8 | 203.30.189.22:80 9 | 203.24.109.109:80 10 | 91.226.97.57:80 11 | 203.30.190.93:80 12 | 203.23.103.19:80 13 | 203.24.109.230:80 14 | 203.30.191.218:80 15 | 203.30.190.30:80 16 | 91.226.97.222:80 17 | 203.30.190.46:80 18 | 203.23.103.127:80 19 | -------------------------------------------------------------------------------- /Countries/socks4/Benin.txt: -------------------------------------------------------------------------------- 1 | 41.85.189.66:39475 2 | 41.74.4.166:4153 3 | 41.86.252.91:443 4 | 41.216.42.170:8080 5 | 154.127.36.138:8080 6 | -------------------------------------------------------------------------------- /Countries/socks4/Bhutan.txt: -------------------------------------------------------------------------------- 1 | 119.2.108.58:8080 2 | 202.144.134.150:5678 3 | 43.229.127.26:8080 4 | 103.80.111.74:80 5 | -------------------------------------------------------------------------------- /Countries/socks4/Bolivia.txt: -------------------------------------------------------------------------------- 1 | 190.181.26.194:80 2 | 190.104.8.142:14888 3 | 200.119.218.94:999 4 | 190.186.228.82:3128 5 | 181.188.188.131:5678 6 | 190.186.28.229:8080 7 | 181.115.207.114:1080 8 | 190.181.29.114:999 9 | 190.186.250.11:999 10 | 186.121.214.210:32650 11 | 190.104.20.82:8080 12 | 190.181.23.10:4153 13 | 190.186.56.242:5678 14 | 161.138.128.22:3128 15 | 201.222.76.34:999 16 | 186.121.234.93:8080 17 | 200.58.77.188:1080 18 | 177.222.44.202:4153 19 | 186.121.214.210:57775 20 | 200.119.218.89:999 21 | 200.58.180.108:32650 22 | 177.222.60.138:5678 23 | 190.186.216.196:5678 24 | 200.58.181.218:4153 25 | 200.105.215.22:33630 26 | 190.186.18.161:999 27 | 190.181.59.212:999 28 | 200.58.87.195:8080 29 | 190.181.24.206:8080 30 | 181.115.149.74:8080 31 | 190.180.35.148:5678 32 | 190.104.26.227:33638 33 | 200.105.192.6:5678 34 | 190.186.1.65:999 35 | 190.180.34.164:5678 36 | 201.222.83.146:999 37 | 200.105.179.250:31247 38 | 181.115.152.114:4153 39 | 200.58.74.6:5678 40 | 190.180.35.146:5678 41 | 190.186.1.46:33567 42 | 181.115.207.115:1080 43 | 190.186.1.121:999 44 | 190.180.34.163:5678 45 | 190.104.20.84:8080 46 | 190.181.61.219:3128 47 | 190.104.20.85:8080 48 | 190.104.1.19:999 49 | 190.186.1.126:999 50 | 181.115.200.59:3128 51 | 45.163.18.94:5678 52 | 181.188.187.139:5678 53 | 181.115.207.114:1081 54 | 181.115.152.254:8080 55 | -------------------------------------------------------------------------------- /Countries/socks4/Bosnia_and_Herzegovina.txt: -------------------------------------------------------------------------------- 1 | 78.28.152.113:80 2 | 91.191.62.42:5678 3 | 176.108.59.40:29667 4 | 185.6.104.150:5678 5 | 45.14.36.11:27500 6 | 77.238.209.58:5678 7 | 94.250.60.60:4153 8 | 93.157.196.58:8080 9 | 77.77.210.90:21056 10 | 109.175.6.194:8080 11 | 93.157.193.139:5678 12 | 109.175.9.203:8080 13 | 212.39.114.139:5678 14 | 185.16.12.137:5678 15 | 91.191.23.186:5678 16 | 45.14.37.33:27500 17 | 80.65.80.230:5678 18 | 93.157.196.90:61024 19 | 109.165.192.159:8181 20 | 78.28.152.111:80 21 | 109.165.196.219:8181 22 | 87.250.109.174:8080 23 | 109.105.205.230:4145 24 | -------------------------------------------------------------------------------- /Countries/socks4/Botswana.txt: -------------------------------------------------------------------------------- 1 | 83.143.24.29:5678 2 | 156.38.29.74:1080 3 | 154.73.85.37:57932 4 | 129.205.244.185:5678 5 | 83.143.29.225:1080 6 | 154.73.87.241:8080 7 | 154.73.85.149:57932 8 | 129.205.246.105:5678 9 | 83.143.24.66:1080 10 | 83.143.24.66:80 11 | 129.205.198.122:8080 12 | 41.76.242.14:5678 13 | 154.70.151.73:5678 14 | 83.143.29.161:1080 15 | 41.79.138.85:5678 16 | 129.205.244.158:1080 17 | 102.222.173.34:8080 18 | 129.205.198.134:5678 19 | 154.73.85.1:57932 20 | 102.134.166.11:80 21 | 83.143.29.225:1081 22 | -------------------------------------------------------------------------------- /Countries/socks4/British_Virgin_Islands.txt: -------------------------------------------------------------------------------- 1 | 45.83.123.109:80 2 | 203.32.121.171:80 3 | 203.24.103.249:80 4 | 203.24.103.8:80 5 | 203.34.28.148:80 6 | 203.32.120.202:80 7 | 203.24.103.50:80 8 | 203.32.120.195:80 9 | 203.24.103.134:80 10 | 46.243.3.7:8118 11 | 185.217.136.67:1337 12 | 203.24.102.86:80 13 | 203.24.103.17:80 14 | 203.24.103.131:80 15 | 203.32.121.157:80 16 | 203.34.28.166:80 17 | 203.24.103.28:80 18 | 203.32.120.50:80 19 | 203.24.102.178:80 20 | 203.34.28.99:80 21 | 208.91.197.18:40034 22 | -------------------------------------------------------------------------------- /Countries/socks4/Brunei.txt: -------------------------------------------------------------------------------- 1 | 61.6.214.120:554 2 | -------------------------------------------------------------------------------- /Countries/socks4/Burkina_Faso.txt: -------------------------------------------------------------------------------- 1 | 41.223.232.117:3128 2 | 41.223.234.116:37259 3 | 102.176.178.66:4145 4 | 102.67.101.242:8080 5 | 41.223.233.94:3629 6 | 41.223.232.34:4145 7 | 102.176.179.26:4153 8 | 41.223.234.2:80 9 | 102.67.101.250:8080 10 | -------------------------------------------------------------------------------- /Countries/socks4/Burundi.txt: -------------------------------------------------------------------------------- 1 | 196.2.15.159:8080 2 | 102.134.98.222:8081 3 | 196.2.13.12:4153 4 | 197.157.195.37:6699 5 | 154.117.212.18:5678 6 | -------------------------------------------------------------------------------- /Countries/socks4/Cameroon.txt: -------------------------------------------------------------------------------- 1 | 41.205.83.6:80 2 | 154.72.139.102:8080 3 | 154.70.115.42:8080 4 | 41.77.210.210:32650 5 | 102.244.120.10:45413 6 | 41.211.104.247:8888 7 | 41.77.210.210:80 8 | 41.211.104.44:4145 9 | 41.204.87.90:8080 10 | 154.72.155.14:5678 11 | 41.216.232.213:4153 12 | 169.255.4.55:41890 13 | -------------------------------------------------------------------------------- /Countries/socks4/Cayman_Islands.txt: -------------------------------------------------------------------------------- 1 | 209.27.52.15:80 2 | -------------------------------------------------------------------------------- /Countries/socks4/Congo_Republic.txt: -------------------------------------------------------------------------------- 1 | 197.157.254.162:4145 2 | 102.64.116.100:4145 3 | 102.64.116.97:4145 4 | 102.141.30.2:33333 5 | 102.64.116.254:4145 6 | 169.255.75.117:47650 7 | 102.64.117.254:4145 8 | 197.214.198.82:33333 9 | 197.157.254.34:4145 10 | 102.64.116.1:4145 11 | -------------------------------------------------------------------------------- /Countries/socks4/Costa_Rica.txt: -------------------------------------------------------------------------------- 1 | 138.121.142.154:8080 2 | 163.178.14.9:80 3 | 170.81.34.54:4153 4 | 181.193.12.82:6969 5 | 177.93.16.66:8080 6 | 186.177.141.223:48683 7 | 181.194.226.73:8080 8 | 190.61.106.97:8080 9 | 200.192.236.242:1080 10 | 201.204.168.106:45923 11 | 170.80.91.13:4145 12 | 190.61.84.166:9812 13 | 170.80.91.11:4145 14 | 190.14.155.198:5678 15 | 200.229.147.2:999 16 | 186.96.95.205:999 17 | 200.192.236.242:1081 18 | 168.228.51.197:41037 19 | 170.80.91.15:4145 20 | 170.80.91.6:4145 21 | 170.81.35.26:33566 22 | 201.204.47.66:5678 23 | 201.204.47.67:5678 24 | 201.206.141.102:6969 25 | -------------------------------------------------------------------------------- /Countries/socks4/Croatia.txt: -------------------------------------------------------------------------------- 1 | 92.242.255.11:31024 2 | 92.242.254.12:38890 3 | 94.250.159.9:80 4 | 94.250.179.54:4145 5 | 213.190.26.158:1080 6 | 213.147.123.33:1080 7 | 85.114.48.166:5678 8 | 212.92.204.54:8080 9 | 213.147.107.178:4153 10 | 85.222.163.82:8080 11 | 195.29.122.132:60606 12 | 95.168.96.42:47180 13 | 85.94.81.194:8080 14 | 212.92.204.54:80 15 | 89.201.145.59:1080 16 | 185.165.232.65:6060 17 | 82.132.19.108:4153 18 | 195.29.106.2:4153 19 | 93.138.127.30:8081 20 | 195.29.155.98:58617 21 | -------------------------------------------------------------------------------- /Countries/socks4/Cuba.txt: -------------------------------------------------------------------------------- 1 | 200.55.130.173:3128 2 | 190.15.158.183:9090 3 | 181.225.242.98:8080 4 | -------------------------------------------------------------------------------- /Countries/socks4/Cyprus.txt: -------------------------------------------------------------------------------- 1 | 45.12.132.188:51991 2 | 185.170.233.108:47574 3 | 31.209.96.173:51688 4 | 185.170.233.100:47574 5 | 45.12.132.212:51991 6 | 185.170.233.106:47574 7 | 185.170.233.110:47574 8 | 203.13.32.236:80 9 | 185.170.233.102:47574 10 | 213.149.167.43:3128 11 | 212.108.153.246:9090 12 | 45.83.140.96:3129 13 | 185.170.233.107:47574 14 | 5.180.45.235:80 15 | 185.170.233.104:47574 16 | 185.170.233.105:47574 17 | 45.12.132.188:52391 18 | 212.108.135.215:9090 19 | 5.253.43.120:3128 20 | 45.12.132.215:51991 21 | 45.83.140.198:8080 22 | 212.108.135.215:8380 23 | 45.12.132.139:65008 24 | 212.73.150.165:3129 25 | 45.12.132.211:50991 26 | 203.24.108.194:80 27 | 212.108.155.205:9090 28 | 203.13.32.47:80 29 | 45.12.132.211:50091 30 | 94.156.144.228:3128 31 | 45.83.140.96:3128 32 | 185.141.63.80:8321 33 | 185.170.233.112:47574 34 | 45.67.214.162:80 35 | 185.170.233.111:47574 36 | 45.12.132.138:65492 37 | 45.12.132.209:50791 38 | 203.22.223.47:80 39 | 212.31.100.138:4153 40 | 45.12.132.211:49491 41 | 213.7.196.26:4153 42 | 45.12.132.30:50891 43 | 203.28.8.0:80 44 | 213.149.182.98:8080 45 | 212.108.144.67:8080 46 | 45.12.132.252:3128 47 | 203.22.223.12:80 48 | 212.73.150.165:3128 49 | 203.24.108.231:80 50 | 185.170.233.101:47574 51 | 109.110.246.26:8080 52 | 185.170.233.109:47574 53 | 45.12.132.252:11492 54 | 185.170.233.103:47574 55 | 45.83.129.189:8080 56 | 45.67.214.84:80 57 | 94.156.144.228:3129 58 | 203.24.108.179:80 59 | -------------------------------------------------------------------------------- /Countries/socks4/DR_Congo.txt: -------------------------------------------------------------------------------- 1 | 41.60.26.210:32650 2 | 41.174.154.126:8092 3 | 102.68.56.242:3629 4 | 197.215.220.18:1080 5 | 41.174.132.82:5678 6 | 169.255.190.189:4145 7 | 102.222.231.25:2333 8 | 169.255.65.254:1080 9 | 102.223.176.18:8092 10 | 41.190.232.26:1080 11 | 41.190.232.36:36926 12 | 196.61.74.41:8080 13 | 31.209.128.253:8080 14 | 41.190.233.56:5678 15 | 41.174.152.29:12391 16 | 41.174.132.58:8080 17 | 41.190.232.52:36926 18 | 169.255.189.105:4145 19 | 41.190.232.195:8080 20 | -------------------------------------------------------------------------------- /Countries/socks4/Denmark.txt: -------------------------------------------------------------------------------- 1 | 152.115.56.43:8111 2 | 86.52.40.119:8081 3 | 93.167.67.69:4145 4 | 78.31.206.250:3128 5 | 80.63.84.58:8081 6 | 80.63.107.90:4153 7 | 80.161.30.153:80 8 | 95.154.20.113:34248 9 | 188.176.166.114:4145 10 | 103.37.183.236:5935 11 | 185.236.203.208:3128 12 | 146.70.80.76:80 13 | -------------------------------------------------------------------------------- /Countries/socks4/Djibouti.txt: -------------------------------------------------------------------------------- 1 | 154.66.245.47:54925 2 | -------------------------------------------------------------------------------- /Countries/socks4/El_Salvador.txt: -------------------------------------------------------------------------------- 1 | 200.106.236.142:3128 2 | 181.78.99.188:999 3 | 181.78.99.189:999 4 | -------------------------------------------------------------------------------- /Countries/socks4/Equatorial_Guinea.txt: -------------------------------------------------------------------------------- 1 | 102.164.252.15:8080 2 | 102.164.252.145:8080 3 | 196.251.241.54:8080 4 | 41.79.49.23:4145 5 | 102.223.27.228:8080 6 | 102.223.27.226:8080 7 | 102.164.252.150:8080 8 | 102.164.252.24:38910 9 | -------------------------------------------------------------------------------- /Countries/socks4/Estonia.txt: -------------------------------------------------------------------------------- 1 | 45.80.108.108:80 2 | 46.22.210.184:443 3 | 5.45.126.128:8080 4 | 45.80.110.44:80 5 | 146.19.143.2:3128 6 | 185.157.108.55:3128 7 | 45.80.108.28:80 8 | 185.155.99.114:8118 9 | 46.36.223.92:9999 10 | 185.4.75.32:8118 11 | 185.157.109.5:5678 12 | 185.123.53.59:3128 13 | 45.80.108.218:80 14 | 45.80.108.250:80 15 | 176.112.157.20:8080 16 | 45.80.110.87:80 17 | 185.164.163.135:8118 18 | 85.29.201.250:1025 19 | 45.80.110.57:80 20 | 103.3.227.18:6571 21 | -------------------------------------------------------------------------------- /Countries/socks4/Eswatini.txt: -------------------------------------------------------------------------------- 1 | 69.63.69.90:8080 2 | 69.63.73.234:5678 3 | -------------------------------------------------------------------------------- /Countries/socks4/Ethiopia.txt: -------------------------------------------------------------------------------- 1 | 196.191.106.136:35526 2 | -------------------------------------------------------------------------------- /Countries/socks4/French_Southern_Territories.txt: -------------------------------------------------------------------------------- 1 | 154.120.133.190:30303 2 | -------------------------------------------------------------------------------- /Countries/socks4/Gabon.txt: -------------------------------------------------------------------------------- 1 | 41.159.154.43:3129 2 | 102.129.33.33:8080 3 | 41.159.154.43:3128 4 | -------------------------------------------------------------------------------- /Countries/socks4/Gambia.txt: -------------------------------------------------------------------------------- 1 | 102.213.223.46:82 2 | 102.213.223.46:83 3 | 197.231.205.53:5678 4 | -------------------------------------------------------------------------------- /Countries/socks4/Ghana.txt: -------------------------------------------------------------------------------- 1 | 196.61.44.54:5678 2 | 41.139.11.69:32534 3 | 102.209.148.3:8080 4 | 41.190.69.110:4145 5 | 41.190.69.38:60606 6 | 197.221.85.214:8080 7 | 41.66.245.30:3128 8 | 41.204.43.30:3128 9 | 154.175.80.221:20996 10 | 41.204.63.118:80 11 | 196.29.231.1:4145 12 | 197.251.236.226:5678 13 | 197.255.125.12:80 14 | 102.176.103.134:8080 15 | 197.255.126.69:80 16 | 102.134.130.41:80 17 | 102.219.33.118:1080 18 | 197.251.193.65:8080 19 | 102.209.148.10:8080 20 | 102.219.33.98:1080 21 | 102.22.20.58:83 22 | 102.219.33.179:1080 23 | 197.251.233.122:8080 24 | 102.219.33.110:1080 25 | 197.251.209.34:83 26 | 156.38.112.11:80 27 | 102.22.20.58:82 28 | 102.69.223.17:8080 29 | 156.38.112.11:32821 30 | 41.74.91.244:80 31 | 169.239.248.198:8080 32 | 197.251.233.124:8080 33 | 197.251.236.227:5678 34 | -------------------------------------------------------------------------------- /Countries/socks4/Gibraltar.txt: -------------------------------------------------------------------------------- 1 | 95.164.68.159:3129 2 | 95.164.89.123:8888 3 | 95.164.68.159:3128 4 | -------------------------------------------------------------------------------- /Countries/socks4/Greece.txt: -------------------------------------------------------------------------------- 1 | 185.25.22.185:3128 2 | 212.251.118.53:8080 3 | 83.212.82.4:3128 4 | 91.236.74.5:8080 5 | 62.74.238.62:4153 6 | 195.130.115.208:33333 7 | 78.108.41.123:8118 8 | 80.106.59.35:4153 9 | 78.108.41.124:9110 10 | 195.170.4.243:8080 11 | 80.107.16.17:4145 12 | 141.237.250.61:80 13 | 149.210.48.62:8080 14 | 79.130.12.140:80 15 | 62.103.186.66:4153 16 | 62.103.66.18:3129 17 | 79.166.244.166:8080 18 | 78.108.38.82:8118 19 | 38.54.29.161:3128 20 | 46.246.249.159:8080 21 | 84.254.0.86:32650 22 | 185.23.168.3:3128 23 | 62.74.223.178:33333 24 | 147.102.19.172:8080 25 | 83.235.22.245:5678 26 | 62.103.66.18:3128 27 | 91.211.212.6:32650 28 | 212.152.72.124:4153 29 | 85.72.32.44:44550 30 | 83.212.82.185:3129 31 | 94.66.86.165:4145 32 | 212.152.97.110:80 33 | 5.54.186.76:8080 34 | 77.49.181.69:8080 35 | 46.12.65.59:8080 36 | 94.70.195.145:8080 37 | 78.108.41.124:9111 38 | 83.212.82.4:3129 39 | 46.246.131.111:8080 40 | 78.108.38.82:9111 41 | 83.212.82.185:3128 42 | 80.106.247.145:53410 43 | 195.167.114.96:8080 44 | 46.246.238.90:8080 45 | 94.68.245.147:8080 46 | 83.212.82.116:3128 47 | 150.140.193.137:3128 48 | 79.130.206.53:8080 49 | 83.212.94.88:1080 50 | 194.219.134.234:80 51 | 137.59.7.213:5757 52 | 91.236.74.10:8080 53 | 150.140.193.137:3129 54 | -------------------------------------------------------------------------------- /Countries/socks4/Guadeloupe.txt: -------------------------------------------------------------------------------- 1 | 192.139.192.90:4153 2 | -------------------------------------------------------------------------------- /Countries/socks4/Guam.txt: -------------------------------------------------------------------------------- 1 | 202.128.68.19:8111 2 | -------------------------------------------------------------------------------- /Countries/socks4/Guinea.txt: -------------------------------------------------------------------------------- 1 | 41.77.188.131:80 2 | 41.79.236.164:1080 3 | 41.79.237.247:1080 4 | 102.176.160.70:5678 5 | 160.119.135.210:3129 6 | -------------------------------------------------------------------------------- /Countries/socks4/Guyana.txt: -------------------------------------------------------------------------------- 1 | 181.41.79.100:26732 2 | -------------------------------------------------------------------------------- /Countries/socks4/Haiti.txt: -------------------------------------------------------------------------------- 1 | 186.1.206.154:1080 2 | 186.1.206.154:3128 3 | -------------------------------------------------------------------------------- /Countries/socks4/Iceland.txt: -------------------------------------------------------------------------------- 1 | 157.157.128.184:80 2 | 185.247.226.94:16049 3 | 185.165.169.199:10846 4 | 193.4.192.25:8080 5 | 185.165.169.7:8118 6 | 185.112.146.227:8080 7 | -------------------------------------------------------------------------------- /Countries/socks4/Ireland.txt: -------------------------------------------------------------------------------- 1 | 188.211.233.101:3129 2 | 52.212.33.67:3129 3 | 3.249.159.234:3128 4 | 3.250.39.185:3128 5 | 52.48.78.67:3128 6 | 176.34.139.28:3128 7 | 20.13.148.109:8080 8 | 137.135.187.185:80 9 | 74.234.65.5:3128 10 | 34.245.222.203:80 11 | 63.32.1.88:3128 12 | 54.228.164.102:3128 13 | 34.246.219.134:1024 14 | 5.83.244.250:8080 15 | 52.18.193.139:3128 16 | 52.16.232.164:3128 17 | 18.201.237.231:27281 18 | 99.80.11.54:31280 19 | 34.246.167.37:80 20 | 99.80.11.54:3128 21 | 217.115.115.148:56792 22 | 188.211.233.101:3128 23 | 13.79.94.201:80 24 | 3.249.159.234:3129 25 | 3.250.0.82:3129 26 | 3.255.164.123:3128 27 | 63.35.64.177:3128 28 | 34.240.10.41:80 29 | 98.71.76.170:3128 30 | 63.34.176.150:3128 31 | 52.212.33.67:3128 32 | 185.231.207.104:3128 33 | 3.250.79.73:3128 34 | 185.178.71.185:8080 35 | 3.248.222.199:3128 36 | 3.250.97.221:3129 37 | 3.250.43.2:8888 38 | 108.129.226.120:3128 39 | 3.250.97.221:3128 40 | 34.244.90.35:80 41 | 101.46.141.80:29690 42 | 95.164.44.14:1080 43 | 45.94.73.133:8080 44 | 185.138.114.113:8080 45 | 52.169.235.202:3128 46 | 101.46.141.80:29108 47 | 51.183.242.149:8888 48 | 212.222.251.194:80 49 | 34.244.22.178:8800 50 | 54.78.207.188:3128 51 | 34.242.105.248:3128 52 | 54.246.52.171:3128 53 | 5.83.244.1:8080 54 | 34.242.216.8:3129 55 | 3.255.164.123:3129 56 | 5.83.248.1:8080 57 | 34.254.254.136:1080 58 | 34.251.93.176:3128 59 | 31.169.103.165:8080 60 | -------------------------------------------------------------------------------- /Countries/socks4/Isle_of_Man.txt: -------------------------------------------------------------------------------- 1 | 195.10.102.218:80 2 | -------------------------------------------------------------------------------- /Countries/socks4/Ivory_Coast.txt: -------------------------------------------------------------------------------- 1 | 160.120.22.13:3128 2 | 38.230.165.25:9090 3 | 160.154.163.18:8080 4 | 160.155.16.204:8080 5 | -------------------------------------------------------------------------------- /Countries/socks4/Jamaica.txt: -------------------------------------------------------------------------------- 1 | 69.79.101.97:999 2 | 208.163.39.218:53281 3 | -------------------------------------------------------------------------------- /Countries/socks4/Jordan.txt: -------------------------------------------------------------------------------- 1 | 62.72.166.177:80 2 | 149.200.200.44:80 3 | 62.72.166.135:80 4 | 62.72.166.244:80 5 | 94.127.213.119:2095 6 | 62.72.166.167:80 7 | -------------------------------------------------------------------------------- /Countries/socks4/Kosovo.txt: -------------------------------------------------------------------------------- 1 | 82.114.92.222:4145 2 | 80.80.163.194:46276 3 | 185.191.165.28:1080 4 | 84.22.45.175:1080 5 | 84.22.48.28:8080 6 | 82.114.68.42:5678 7 | 80.80.167.246:10801 8 | 46.99.135.154:4153 9 | 91.187.113.50:8080 10 | 91.187.113.68:8080 11 | 84.22.45.25:8080 12 | 185.191.165.28:1081 13 | 46.99.135.237:8080 14 | 82.114.83.238:4153 15 | 5.206.236.154:8080 16 | 46.99.188.13:42551 17 | 46.99.210.63:3629 18 | 46.99.183.154:1234 19 | 91.187.121.211:2080 20 | 46.99.204.38:80 21 | 213.163.126.100:5678 22 | 80.80.163.190:46276 23 | 80.80.164.164:10801 24 | 46.99.178.155:1339 25 | 194.150.78.81:8080 26 | 80.80.167.18:10801 27 | 84.22.61.69:1080 28 | 46.99.148.181:8080 29 | 84.22.48.150:8080 30 | 82.114.94.68:59311 31 | -------------------------------------------------------------------------------- /Countries/socks4/Kuwait.txt: -------------------------------------------------------------------------------- 1 | 37.37.254.163:80 2 | -------------------------------------------------------------------------------- /Countries/socks4/Kyrgyzstan.txt: -------------------------------------------------------------------------------- 1 | 213.145.150.77:8080 2 | 212.42.99.22:4145 3 | 95.87.92.11:8080 4 | 77.235.31.24:8080 5 | 212.112.125.44:45555 6 | 212.112.121.130:8080 7 | 217.29.18.206:4145 8 | 212.112.120.252:45555 9 | 85.113.18.209:3629 10 | 212.112.127.20:8080 11 | 212.42.116.161:8080 12 | 77.235.2.4:3128 13 | 212.42.116.29:4145 14 | 77.235.23.130:5678 15 | 77.235.28.229:4153 16 | 178.217.168.164:55443 17 | 158.181.204.159:8080 18 | 158.181.22.139:8080 19 | 77.235.19.2:8080 20 | 212.42.116.161:5678 21 | 213.145.137.102:37447 22 | 212.112.116.163:3128 23 | -------------------------------------------------------------------------------- /Countries/socks4/Laos.txt: -------------------------------------------------------------------------------- 1 | 202.137.141.212:5678 2 | 103.137.91.250:8080 3 | 202.137.134.160:8088 4 | 202.137.144.228:8080 5 | 202.137.141.212:567 6 | 202.62.99.170:4145 7 | 183.182.103.2:8080 8 | 202.123.183.14:5678 9 | 202.123.183.66:5678 10 | 202.137.141.183:5678 11 | 202.137.141.26:5678 12 | 183.182.102.135:5678 13 | -------------------------------------------------------------------------------- /Countries/socks4/Latvia.txt: -------------------------------------------------------------------------------- 1 | 193.84.184.25:5678 2 | 87.110.164.219:4145 3 | 92.118.170.236:3128 4 | 83.99.181.161:8080 5 | 46.109.146.244:4145 6 | 84.21.172.199:3128 7 | 84.237.248.137:4153 8 | 31.170.19.1:4153 9 | 185.242.106.124:3129 10 | 94.158.219.223:3128 11 | 31.170.19.142:4153 12 | 80.232.245.122:8080 13 | 80.232.253.108:4153 14 | 85.115.112.178:80 15 | 62.85.11.177:443 16 | 213.101.151.4:1080 17 | 31.128.35.15:3128 18 | 31.170.19.233:4153 19 | 91.135.80.66:33427 20 | 159.148.146.65:5678 21 | 80.70.22.16:4153 22 | 195.13.188.150:4153 23 | 31.170.19.5:4153 24 | 31.170.19.4:4153 25 | 109.205.126.6:8080 26 | 94.158.218.99:3128 27 | 31.170.17.141:4153 28 | 89.111.63.38:8080 29 | 31.170.19.241:4153 30 | 185.242.106.124:3128 31 | 87.226.83.11:10801 32 | 188.112.179.204:80 33 | -------------------------------------------------------------------------------- /Countries/socks4/Lebanon.txt: -------------------------------------------------------------------------------- 1 | 77.110.124.226:3129 2 | 85.112.70.190:5678 3 | 85.112.71.208:8080 4 | 185.82.98.249:8092 5 | 212.98.139.70:8080 6 | 185.126.44.135:5678 7 | 185.82.96.50:8092 8 | 185.99.33.154:1080 9 | 77.110.123.32:3128 10 | 141.105.86.130:44660 11 | 185.101.16.52:80 12 | 185.82.98.73:5678 13 | 185.82.99.42:5678 14 | 77.110.124.226:8090 15 | 77.110.123.32:3129 16 | 185.82.98.42:9092 17 | 185.82.98.221:9097 18 | 185.82.96.162:9093 19 | 77.110.124.226:3128 20 | 77.75.95.14:80 21 | 185.82.99.124:8080 22 | 185.104.252.10:9090 23 | 185.103.13.155:4153 24 | 185.82.99.202:9093 25 | 185.82.98.105:9092 26 | -------------------------------------------------------------------------------- /Countries/socks4/Lesotho.txt: -------------------------------------------------------------------------------- 1 | 154.66.109.41:10081 2 | 154.66.108.32:3629 3 | 154.66.110.164:60606 4 | 154.66.108.34:10081 5 | 41.191.203.89:5678 6 | 154.66.108.52:3629 7 | -------------------------------------------------------------------------------- /Countries/socks4/Liberia.txt: -------------------------------------------------------------------------------- 1 | 196.250.176.17:8080 2 | -------------------------------------------------------------------------------- /Countries/socks4/Luxembourg.txt: -------------------------------------------------------------------------------- 1 | 188.42.89.158:80 2 | 188.42.89.12:80 3 | 104.244.78.150:5555 4 | 104.244.75.78:31534 5 | 188.42.88.201:80 6 | 104.244.74.248:11194 7 | 188.42.89.19:80 8 | 78.141.138.115:3128 9 | 188.42.89.165:80 10 | 45.59.120.106:80 11 | 104.244.74.206:38118 12 | 188.42.89.78:80 13 | 188.42.89.29:80 14 | 193.168.60.23:80 15 | 217.28.41.156:8080 16 | 188.42.88.155:80 17 | 107.189.11.149:1080 18 | 188.42.89.81:80 19 | 104.244.79.116:29602 20 | 188.42.89.73:80 21 | 188.42.88.62:80 22 | 188.42.89.132:80 23 | 107.189.13.249:1234 24 | -------------------------------------------------------------------------------- /Countries/socks4/Macao.txt: -------------------------------------------------------------------------------- 1 | 60.246.90.240:80 2 | 122.100.208.202:80 3 | 27.109.230.223:80 4 | 122.100.235.113:80 5 | 202.86.138.18:8080 6 | 27.109.224.143:80 7 | 27.109.227.43:80 8 | 60.246.67.17:80 9 | -------------------------------------------------------------------------------- /Countries/socks4/Madagascar.txt: -------------------------------------------------------------------------------- 1 | 41.77.23.120:5678 2 | 102.16.24.30:8080 3 | 154.126.81.163:8080 4 | -------------------------------------------------------------------------------- /Countries/socks4/Malawi.txt: -------------------------------------------------------------------------------- 1 | 41.75.113.217:1080 2 | 41.70.12.206:8080 3 | 196.216.12.21:2420 4 | 41.70.106.1:5678 5 | 105.234.156.109:4145 6 | 105.234.148.192:4145 7 | 105.234.148.210:35010 8 | 41.190.92.50:60606 9 | 105.234.156.105:60606 10 | 105.234.156.108:4145 11 | 41.190.92.84:41207 12 | -------------------------------------------------------------------------------- /Countries/socks4/Maldives.txt: -------------------------------------------------------------------------------- 1 | 124.195.199.86:8080 2 | 103.84.134.1:1080 3 | 36.255.104.1:1080 4 | 36.255.104.17:1080 5 | 124.195.199.67:8189 6 | 103.84.134.9:1080 7 | 103.110.109.65:1080 8 | 103.31.84.122:1080 9 | 36.255.104.9:1080 10 | 103.110.109.17:1080 11 | 203.104.31.155:32650 12 | -------------------------------------------------------------------------------- /Countries/socks4/Mali.txt: -------------------------------------------------------------------------------- 1 | 196.200.48.92:8080 2 | -------------------------------------------------------------------------------- /Countries/socks4/Malta.txt: -------------------------------------------------------------------------------- 1 | 213.165.185.211:4153 2 | 84.255.35.210:9898 3 | 85.119.120.55:8080 4 | 195.158.83.13:8999 5 | 198.240.115.181:6709 6 | 84.255.40.228:8998 7 | 103.219.213.37:6015 8 | 213.217.241.101:4145 9 | -------------------------------------------------------------------------------- /Countries/socks4/Martinique.txt: -------------------------------------------------------------------------------- 1 | 194.199.98.103:80 2 | -------------------------------------------------------------------------------- /Countries/socks4/Mauritania.txt: -------------------------------------------------------------------------------- 1 | 82.151.65.252:80 2 | -------------------------------------------------------------------------------- /Countries/socks4/Mauritius.txt: -------------------------------------------------------------------------------- 1 | 45.207.234.79:3128 2 | 217.21.124.194:4145 3 | 45.195.228.4:999 4 | 45.195.74.217:9105 5 | 45.207.38.124:6080 6 | 45.207.215.32:9876 7 | 41.173.24.38:80 8 | 45.201.11.102:3129 9 | -------------------------------------------------------------------------------- /Countries/socks4/Mayotte.txt: -------------------------------------------------------------------------------- 1 | 41.242.116.150:50000 2 | 41.242.116.150:50003 3 | -------------------------------------------------------------------------------- /Countries/socks4/Moldova.txt: -------------------------------------------------------------------------------- 1 | 178.132.168.77:5678 2 | 185.153.198.188:8118 3 | 5.56.103.45:45747 4 | 77.89.249.202:8080 5 | 87.248.171.0:49650 6 | 93.117.72.27:55770 7 | 89.41.106.8:4145 8 | 103.35.190.18:3128 9 | 77.89.196.202:4153 10 | 188.138.139.216:4145 11 | 89.39.100.173:31041 12 | 195.22.253.238:4145 13 | 185.46.60.108:5678 14 | 93.116.57.4:4153 15 | 77.89.224.146:5678 16 | 103.106.1.9:3128 17 | 92.114.157.221:4145 18 | 5.56.124.176:8192 19 | 46.55.25.191:61308 20 | 89.32.230.43:4145 21 | 89.39.114.31:4153 22 | 194.246.114.158:3129 23 | 185.167.59.215:443 24 | 37.75.112.35:4153 25 | 89.28.48.254:5678 26 | 178.168.120.136:4153 27 | 5.32.175.211:8081 28 | 91.208.197.44:8080 29 | 188.138.254.218:4145 30 | 77.89.207.22:4145 31 | 89.28.32.203:57391 32 | 37.221.67.62:5555 33 | 185.162.140.229:8080 34 | 89.34.198.253:5678 35 | 37.26.136.224:4153 36 | 188.138.179.13:4153 37 | 37.26.136.66:54373 38 | 86.104.74.59:3128 39 | 87.248.171.235:4145 40 | 77.89.232.74:8586 41 | 95.65.51.8:5678 42 | 45.142.212.228:3128 43 | 95.65.124.252:50748 44 | 5.56.92.25:8090 45 | 185.162.141.236:50579 46 | 212.56.194.238:4145 47 | 185.167.59.215:80 48 | 89.28.14.239:4145 49 | 86.105.57.12:4153 50 | 87.255.69.6:5678 51 | 95.65.73.200:30552 52 | 91.194.161.23:8080 53 | 77.89.204.254:4145 54 | 37.26.136.181:39323 55 | 195.22.253.235:4145 56 | 94.232.244.19:3128 57 | 94.139.150.45:4145 58 | -------------------------------------------------------------------------------- /Countries/socks4/Monaco.txt: -------------------------------------------------------------------------------- 1 | 185.47.119.207:23110 2 | -------------------------------------------------------------------------------- /Countries/socks4/Mongolia.txt: -------------------------------------------------------------------------------- 1 | 202.21.103.6:5678 2 | 202.21.116.210:4153 3 | 49.0.156.20:32000 4 | 27.123.213.172:4145 5 | 202.21.117.75:8080 6 | 192.82.66.83:8080 7 | 203.174.26.137:4153 8 | 202.70.34.82:47642 9 | 202.21.115.202:4153 10 | 202.131.246.250:5678 11 | 103.11.193.76:8080 12 | 103.80.210.174:5678 13 | 202.21.101.180:4153 14 | 202.21.113.86:4153 15 | 103.80.210.33:5678 16 | 103.80.210.116:5678 17 | 203.174.26.129:4153 18 | 202.21.127.6:5678 19 | 202.179.13.161:443 20 | 49.0.156.20:6114 21 | 202.131.233.187:5678 22 | 43.242.242.140:5678 23 | 203.98.76.139:4153 24 | 202.21.112.172:1080 25 | 202.179.16.2:443 26 | 202.21.114.134:4153 27 | 202.21.102.68:5678 28 | 66.181.169.154:1080 29 | 202.21.115.94:44574 30 | 119.40.98.29:80 31 | 203.98.76.64:5678 32 | 103.10.22.236:8080 33 | 119.40.98.29:20 34 | 202.21.117.74:8080 35 | 202.131.235.138:4153 36 | 103.10.22.234:8080 37 | -------------------------------------------------------------------------------- /Countries/socks4/Montenegro.txt: -------------------------------------------------------------------------------- 1 | 109.72.109.214:48293 2 | 109.72.107.227:48293 3 | 94.102.228.101:32650 4 | 195.66.189.58:81 5 | 109.72.100.118:60606 6 | 94.102.228.97:32650 7 | 94.102.237.190:32650 8 | 94.102.224.150:32650 9 | 37.122.184.222:80 10 | 46.161.91.194:80 11 | 94.102.235.118:32650 12 | 109.72.100.109:48293 13 | 109.72.97.66:4145 14 | 94.102.234.186:32650 15 | 31.204.199.54:81 16 | 62.4.37.104:60606 17 | 46.161.67.74:81 18 | -------------------------------------------------------------------------------- /Countries/socks4/Morocco.txt: -------------------------------------------------------------------------------- 1 | 105.64.223.220:21 2 | 196.206.211.165:8888 3 | 160.177.16.236:8080 4 | 160.175.213.236:20 5 | 102.50.252.231:8181 6 | 105.149.46.136:8081 7 | 160.177.26.66:8080 8 | 196.74.31.177:8080 9 | 196.206.226.50:3128 10 | 160.177.18.181:8080 11 | 196.206.163.229:8888 12 | 196.217.113.10:8888 13 | -------------------------------------------------------------------------------- /Countries/socks4/Mozambique.txt: -------------------------------------------------------------------------------- 1 | 196.40.117.114:5678 2 | 196.3.97.71:5678 3 | 196.28.234.66:1080 4 | 165.90.64.216:8080 5 | 197.235.12.130:4145 6 | -------------------------------------------------------------------------------- /Countries/socks4/Myanmar.txt: -------------------------------------------------------------------------------- 1 | 204.157.169.238:8080 2 | 103.81.114.182:4145 3 | 103.153.202.193:8080 4 | 103.85.106.110:4153 5 | 136.228.160.250:8080 6 | 103.200.135.227:4145 7 | 103.85.106.109:4153 8 | 203.81.75.202:8080 9 | 103.94.52.70:3128 10 | 103.81.115.210:8080 11 | 43.242.135.182:80 12 | 136.228.163.150:5678 13 | 103.153.202.16:8080 14 | 103.76.179.122:4153 15 | 185.205.142.142:8080 16 | 203.81.67.22:8080 17 | 65.18.114.254:55443 18 | 136.228.160.25:8080 19 | 202.165.92.22:8080 20 | 203.81.67.22:5678 21 | 203.81.95.70:4153 22 | 103.200.135.230:4145 23 | 136.228.162.179:5678 24 | 136.228.160.250:5678 25 | 43.224.43.42:8080 26 | 103.200.135.229:4145 27 | 185.133.213.86:8074 28 | 103.29.90.66:32650 29 | 202.165.92.206:8080 30 | 203.81.87.186:5678 31 | 103.84.101.10:1080 32 | 103.25.79.162:32650 33 | 202.165.92.22:3128 34 | 203.81.81.226:8055 35 | 37.111.52.46:8081 36 | 103.25.79.162:8053 37 | 103.112.61.241:44550 38 | 204.157.168.74:1081 39 | 103.85.106.107:4153 40 | 103.27.118.138:8080 41 | 103.200.135.228:4145 42 | 69.160.10.78:3128 43 | 203.81.87.186:10443 44 | 103.29.91.38:32650 45 | 157.15.190.32:8080 46 | 103.153.202.199:8080 47 | 103.200.135.226:4145 48 | 103.59.163.206:80 49 | 103.94.52.7:3128 50 | -------------------------------------------------------------------------------- /Countries/socks4/Namibia.txt: -------------------------------------------------------------------------------- 1 | 196.20.12.25:8080 2 | 197.188.215.231:8080 3 | 41.63.224.205:20 4 | 196.20.21.82:8080 5 | 196.20.12.21:8080 6 | 197.234.121.222:8291 7 | -------------------------------------------------------------------------------- /Countries/socks4/New_Caledonia.txt: -------------------------------------------------------------------------------- 1 | 46.36.200.151:8080 2 | -------------------------------------------------------------------------------- /Countries/socks4/New_Zealand.txt: -------------------------------------------------------------------------------- 1 | 103.5.108.129:8085 2 | 103.156.192.253:8085 3 | 180.189.196.26:8080 4 | 103.5.109.253:8085 5 | 103.19.10.245:4153 6 | 161.29.202.179:1080 7 | 103.247.152.125:3128 8 | 202.37.33.80:80 9 | 122.56.2.231:8443 10 | 43.231.192.105:4145 11 | -------------------------------------------------------------------------------- /Countries/socks4/Nicaragua.txt: -------------------------------------------------------------------------------- 1 | 45.170.226.254:999 2 | 200.62.96.71:80 3 | 208.96.138.86:29183 4 | 190.53.46.11:38525 5 | 45.170.226.250:999 6 | 190.53.40.34:57775 7 | 190.53.46.11:45535 8 | 200.85.169.18:50577 9 | 190.53.46.2:45580 10 | 200.85.169.18:47548 11 | 186.1.18.208:8080 12 | 209.124.101.194:5678 13 | 200.30.165.2:60606 14 | -------------------------------------------------------------------------------- /Countries/socks4/Niger.txt: -------------------------------------------------------------------------------- 1 | 196.199.148.104:4801 2 | -------------------------------------------------------------------------------- /Countries/socks4/Norfolk_Island.txt: -------------------------------------------------------------------------------- 1 | 46.36.200.209:8080 2 | -------------------------------------------------------------------------------- /Countries/socks4/North_Macedonia.txt: -------------------------------------------------------------------------------- 1 | 151.236.254.21:5678 2 | 213.135.166.142:80 3 | 62.162.193.125:8081 4 | 88.85.97.150:4153 5 | 46.217.230.70:8080 6 | 79.125.162.222:4145 7 | 46.217.246.76:80 8 | 62.162.91.205:80 9 | 79.125.195.102:5678 10 | -------------------------------------------------------------------------------- /Countries/socks4/Norway.txt: -------------------------------------------------------------------------------- 1 | 185.125.169.24:8118 2 | 91.189.177.186:3128 3 | 37.26.223.96:9080 4 | 178.255.148.210:8118 5 | 91.227.248.40:80 6 | 109.247.104.237:80 7 | 147.12.46.62:3128 8 | 178.255.148.212:8118 9 | 91.189.177.189:3128 10 | 82.147.44.130:4153 11 | 91.189.177.188:3128 12 | 84.214.150.146:8080 13 | 91.189.177.190:3128 14 | 195.181.152.71:3128 15 | 84.215.39.64:8118 16 | 193.156.210.205:18737 17 | 143.97.28.227:80 18 | 89.151.251.50:32000 19 | 158.39.168.166:1524 20 | 51.13.123.37:3128 21 | -------------------------------------------------------------------------------- /Countries/socks4/Oman.txt: -------------------------------------------------------------------------------- 1 | 38.54.116.9:9999 2 | 154.205.147.234:1081 3 | 154.205.147.234:20 4 | 154.205.147.234:20000 5 | 85.154.17.156:8080 6 | 154.205.147.234:8080 7 | 154.205.147.234:15 8 | 154.205.147.234:1080 9 | 154.205.147.234:3129 10 | 154.205.147.234:3128 11 | -------------------------------------------------------------------------------- /Countries/socks4/Palestine.txt: -------------------------------------------------------------------------------- 1 | 5.44.254.40:4145 2 | 85.114.120.221:9999 3 | 45.130.99.42:8080 4 | 213.6.99.106:8080 5 | 93.184.7.73:1080 6 | 46.60.15.90:8080 7 | 93.184.8.22:1080 8 | 213.6.227.38:34081 9 | 185.33.170.167:9999 10 | 217.147.1.34:99 11 | 213.6.66.66:57391 12 | 93.184.7.65:1080 13 | 185.33.170.165:9999 14 | 93.184.4.254:1080 15 | 93.184.7.26:1080 16 | 178.214.80.28:1981 17 | 93.184.10.217:1080 18 | 213.6.244.178:4153 19 | 213.6.36.146:5678 20 | 188.225.202.1:59311 21 | 213.244.79.227:39811 22 | 85.114.112.22:5678 23 | 213.6.221.162:5678 24 | 213.6.133.43:8080 25 | 93.184.5.121:1080 26 | 213.6.197.162:19000 27 | 93.184.9.9:1081 28 | 213.6.68.94:5678 29 | 213.6.17.251:19000 30 | 178.214.80.27:1981 31 | 213.6.204.153:42820 32 | 178.214.80.28:1976 33 | 185.33.170.164:9999 34 | 213.6.68.210:4145 35 | 46.60.15.62:8080 36 | 178.214.80.27:1976 37 | 213.6.209.138:8080 38 | 213.6.38.50:59422 39 | 213.6.40.9:80 40 | 213.6.33.110:4145 41 | 185.33.169.32:45391 42 | 83.244.33.34:8080 43 | 213.6.199.94:42820 44 | 213.6.36.2:8080 45 | 93.184.7.26:1081 46 | 93.184.9.9:1080 47 | 31.56.56.155:3128 48 | 185.33.170.233:9999 49 | 213.244.91.179:8080 50 | -------------------------------------------------------------------------------- /Countries/socks4/Panama.txt: -------------------------------------------------------------------------------- 1 | 45.237.185.17:999 2 | 186.72.101.86:999 3 | 200.46.30.210:4153 4 | 190.14.38.1:8080 5 | 190.123.226.109:5678 6 | 186.96.79.64:999 7 | 201.218.111.34:80 8 | 190.14.215.130:8080 9 | 200.46.65.66:8080 10 | 190.14.213.250:8080 11 | 45.229.58.33:999 12 | 201.218.200.115:8080 13 | 45.237.184.161:999 14 | 181.174.166.1:8080 15 | 190.14.213.45:1080 16 | 200.46.203.42:5678 17 | 200.108.50.254:4145 18 | 200.115.157.211:4145 19 | 190.5.234.34:5678 20 | 141.98.80.111:10211 21 | 181.197.130.218:80 22 | 190.14.223.10:32650 23 | 190.140.31.195:9900 24 | 45.229.56.64:999 25 | 190.5.225.178:44605 26 | -------------------------------------------------------------------------------- /Countries/socks4/Papua_New_Guinea.txt: -------------------------------------------------------------------------------- 1 | 103.99.175.9:8080 2 | -------------------------------------------------------------------------------- /Countries/socks4/Portugal.txt: -------------------------------------------------------------------------------- 1 | 89.114.185.185:8080 2 | 5.182.39.25:3128 3 | 85.245.203.222:80 4 | 213.228.147.6:4153 5 | 109.48.133.50:80 6 | 185.51.92.84:51327 7 | 188.93.237.29:3128 8 | 2.81.91.161:80 9 | 94.126.147.83:11991 10 | 185.51.92.103:51327 11 | 85.240.180.190:5678 12 | 185.51.92.108:51327 13 | 77.54.129.153:80 14 | 82.155.28.72:34245 15 | 5.182.39.94:10549 16 | 2.83.198.171:80 17 | 161.230.111.202:21 18 | 185.142.131.113:8080 19 | 193.136.97.17:80 20 | 37.189.174.72:8081 21 | -------------------------------------------------------------------------------- /Countries/socks4/Puerto_Rico.txt: -------------------------------------------------------------------------------- 1 | 24.139.143.226:4153 2 | 192.203.0.70:999 3 | 98.159.38.178:6478 4 | 154.64.215.193:999 5 | 154.64.219.4:8888 6 | 23.128.168.2:999 7 | 192.203.0.250:999 8 | 23.128.168.7:999 9 | 23.143.160.193:999 10 | 192.203.0.238:33333 11 | 98.159.38.55:6355 12 | 154.64.211.145:999 13 | 192.203.0.122:999 14 | 184.95.0.122:4153 15 | 23.143.160.180:999 16 | 192.203.0.190:999 17 | 172.99.187.33:4145 18 | 67.206.213.202:3120 19 | 72.50.33.170:999 20 | 199.91.79.58:999 21 | 98.159.38.174:6474 22 | 72.46.141.149:8080 23 | 192.203.0.210:999 24 | 23.131.56.188:999 25 | 67.206.213.202:55555 26 | 23.138.88.96:999 27 | 154.64.217.128:36468 28 | 192.203.0.254:999 29 | 104.238.232.210:999 30 | 98.159.38.94:6394 31 | 72.46.158.122:999 32 | 23.132.48.1:999 33 | 67.206.206.74:8888 34 | 98.159.38.14:6314 35 | 98.159.38.22:6322 36 | 67.206.200.42:4153 37 | 204.77.11.13:999 38 | 98.159.38.218:6518 39 | 192.203.0.78:999 40 | 98.159.38.57:6357 41 | 67.206.213.202:4145 42 | 154.64.215.132:999 43 | 154.64.219.2:8888 44 | 98.159.38.51:6351 45 | 192.203.0.22:999 46 | 98.159.38.248:6548 47 | 199.116.62.148:9999 48 | 198.52.241.15:999 49 | -------------------------------------------------------------------------------- /Countries/socks4/Qatar.txt: -------------------------------------------------------------------------------- 1 | 78.100.175.98:8080 2 | 37.210.150.0:8080 3 | 37.211.50.134:8080 4 | 37.210.193.176:8080 5 | 78.100.186.235:8080 6 | 178.153.15.73:8080 7 | 78.101.27.7:8080 8 | 37.210.35.165:8080 9 | 37.211.86.239:8080 10 | 37.208.190.180:8080 11 | 37.210.148.244:8001 12 | 78.101.163.209:8080 13 | 178.152.101.130:8080 14 | 37.211.59.221:8080 15 | 78.100.202.242:8080 16 | 37.208.183.133:8080 17 | 178.153.2.69:8080 18 | 37.210.160.11:8080 19 | 176.202.82.132:8080 20 | 89.211.187.195:8080 21 | 37.210.128.81:8080 22 | 78.101.252.216:8080 23 | 78.101.189.66:8080 24 | 37.210.74.196:8080 25 | 37.211.18.48:8000 26 | 89.211.127.225:8080 27 | 89.211.201.53:8080 28 | 78.100.89.250:8005 29 | 37.211.158.214:8080 30 | 178.153.181.3:8080 31 | 37.210.64.166:8000 32 | 178.153.241.108:8080 33 | 78.100.228.81:8080 34 | -------------------------------------------------------------------------------- /Countries/socks4/Rwanda.txt: -------------------------------------------------------------------------------- 1 | 197.243.49.47:3129 2 | 197.243.20.178:80 3 | 41.222.246.29:7788 4 | 197.157.140.150:8080 5 | 197.157.143.50:8080 6 | 197.243.20.186:80 7 | 197.243.20.187:80 8 | 41.186.174.167:1088 9 | 197.243.67.96:80 10 | -------------------------------------------------------------------------------- /Countries/socks4/Samoa.txt: -------------------------------------------------------------------------------- 1 | 110.5.113.227:80 2 | -------------------------------------------------------------------------------- /Countries/socks4/Saudi_Arabia.txt: -------------------------------------------------------------------------------- 1 | 89.35.237.187:8888 2 | 37.224.104.97:5678 3 | 167.86.151.87:8080 4 | 145.82.197.206:8080 5 | 82.167.252.100:8080 6 | 89.35.237.187:999 7 | 8.213.34.65:3128 8 | 89.35.237.187:80 9 | 38.54.38.116:80 10 | 34.166.117.165:1080 11 | 207.178.65.185:8080 12 | 89.35.237.187:4444 13 | 31.166.158.7:5678 14 | 167.86.183.142:8080 15 | 51.223.98.91:8080 16 | 93.112.21.199:8080 17 | 185.230.211.7:80 18 | 89.35.237.187:8080 19 | 37.104.205.231:8080 20 | 5.82.230.30:80 21 | 145.82.118.65:8080 22 | 168.149.1.227:8080 23 | -------------------------------------------------------------------------------- /Countries/socks4/Senegal.txt: -------------------------------------------------------------------------------- 1 | 154.65.39.7:80 2 | 196.1.93.16:80 3 | 154.65.39.8:80 4 | 154.115.132.162:80 5 | 196.1.95.124:80 6 | -------------------------------------------------------------------------------- /Countries/socks4/Sierra_Leone.txt: -------------------------------------------------------------------------------- 1 | 102.223.154.177:8080 2 | 160.19.155.51:8080 3 | -------------------------------------------------------------------------------- /Countries/socks4/Sint_Maarten.txt: -------------------------------------------------------------------------------- 1 | 190.102.15.104:1111 2 | 190.102.13.114:1111 3 | 190.102.15.152:1111 4 | 190.102.18.179:1111 5 | 190.102.24.47:1111 6 | 190.102.8.245:1111 7 | 190.102.4.88:1111 8 | -------------------------------------------------------------------------------- /Countries/socks4/Slovenia.txt: -------------------------------------------------------------------------------- 1 | 193.111.223.200:51327 2 | 93.103.8.183:4153 3 | 77.38.64.116:35202 4 | 193.2.8.8:80 5 | 195.158.249.8:54873 6 | 195.47.243.254:4145 7 | -------------------------------------------------------------------------------- /Countries/socks4/Solomon_Islands.txt: -------------------------------------------------------------------------------- 1 | 103.21.251.244:53 2 | -------------------------------------------------------------------------------- /Countries/socks4/Somalia.txt: -------------------------------------------------------------------------------- 1 | 154.73.45.58:60606 2 | 154.118.243.18:34535 3 | 154.118.243.18:46241 4 | 41.223.108.13:1080 5 | 154.73.44.122:60606 6 | 102.38.49.193:4153 7 | 102.38.51.193:4153 8 | 102.38.50.65:4153 9 | 102.38.50.133:4153 10 | 102.141.197.20:8080 11 | 192.145.173.101:8080 12 | 102.38.50.62:4153 13 | -------------------------------------------------------------------------------- /Countries/socks4/South_Sudan.txt: -------------------------------------------------------------------------------- 1 | 169.255.136.8:60279 2 | 192.145.183.22:8080 3 | 169.255.139.5:60279 4 | -------------------------------------------------------------------------------- /Countries/socks4/Sri_Lanka.txt: -------------------------------------------------------------------------------- 1 | 192.248.95.98:54126 2 | 192.248.95.1:3128 3 | 203.143.38.249:8080 4 | 91.218.178.188:63636 5 | 122.255.58.227:80 6 | -------------------------------------------------------------------------------- /Countries/socks4/St_Vincent_and_Grenadines.txt: -------------------------------------------------------------------------------- 1 | 205.214.205.59:8080 2 | -------------------------------------------------------------------------------- /Countries/socks4/Sudan.txt: -------------------------------------------------------------------------------- 1 | 62.12.107.48:1337 2 | -------------------------------------------------------------------------------- /Countries/socks4/Suriname.txt: -------------------------------------------------------------------------------- 1 | 186.179.141.10:8080 2 | -------------------------------------------------------------------------------- /Countries/socks4/Syria.txt: -------------------------------------------------------------------------------- 1 | 82.137.245.41:1080 2 | 82.137.250.157:1099 3 | 82.137.224.193:8291 4 | 82.137.250.156:4145 5 | 193.43.145.250:8080 6 | 193.43.149.72:8080 7 | 185.235.16.12:80 8 | 82.137.244.74:8080 9 | 82.137.244.59:4145 10 | 82.137.244.151:8080 11 | 82.137.245.41:1081 12 | 91.144.45.15:8080 13 | 82.137.245.31:5678 14 | 213.178.250.33:8080 15 | -------------------------------------------------------------------------------- /Countries/socks4/Tajikistan.txt: -------------------------------------------------------------------------------- 1 | 217.11.180.168:5678 2 | 62.122.138.174:37077 3 | 185.105.230.45:3128 4 | -------------------------------------------------------------------------------- /Countries/socks4/Tanzania.txt: -------------------------------------------------------------------------------- 1 | 41.59.115.224:8080 2 | 154.72.90.74:8081 3 | 41.59.112.250:3030 4 | 41.220.136.151:8080 5 | 41.220.136.199:8040 6 | 41.59.90.175:80 7 | 41.59.210.2:8080 8 | 41.220.134.194:8080 9 | 41.93.78.218:1088 10 | 154.72.74.82:53281 11 | 41.220.134.195:8080 12 | 41.59.90.168:80 13 | 41.93.63.66:8080 14 | 41.220.138.246:8040 15 | 154.0.156.102:8080 16 | 196.41.46.242:5678 17 | 41.220.131.56:8080 18 | 41.220.135.105:8040 19 | 41.220.137.147:8080 20 | 154.72.73.214:1080 21 | 154.0.157.13:8080 22 | 154.72.72.130:8080 23 | 41.59.90.171:80 24 | 197.250.15.58:3043 25 | 154.72.78.146:5678 26 | 41.59.115.217:8081 27 | 197.250.15.87:5678 28 | 154.72.67.190:8080 29 | 41.220.136.30:8080 30 | 41.59.210.4:8080 31 | 41.59.82.154:3128 32 | 41.59.227.49:3128 33 | 154.118.228.212:80 34 | 154.72.73.58:8080 35 | 154.72.72.130:4145 36 | -------------------------------------------------------------------------------- /Countries/socks4/Timor-Leste.txt: -------------------------------------------------------------------------------- 1 | 103.148.184.82:8080 2 | 180.189.167.34:8080 3 | -------------------------------------------------------------------------------- /Countries/socks4/Togo.txt: -------------------------------------------------------------------------------- 1 | 41.207.187.178:80 2 | 80.248.77.125:8081 3 | -------------------------------------------------------------------------------- /Countries/socks4/Trinidad_and_Tobago.txt: -------------------------------------------------------------------------------- 1 | 181.188.27.162:8080 2 | 190.58.248.86:8050 3 | 190.58.248.86:80 4 | -------------------------------------------------------------------------------- /Countries/socks4/Tunisia.txt: -------------------------------------------------------------------------------- 1 | 197.6.28.113:3129 2 | 102.211.211.26:3129 3 | 197.10.42.81:8081 4 | 102.211.211.26:3128 5 | 196.203.83.249:9090 6 | 41.230.216.70:80 7 | 193.95.53.131:8077 8 | 197.5.153.4:8000 9 | 41.231.37.76:3128 10 | -------------------------------------------------------------------------------- /Countries/socks4/Turkmenistan.txt: -------------------------------------------------------------------------------- 1 | 93.171.220.229:8888 2 | 216.250.11.178:3128 3 | 119.235.112.42:3128 4 | 95.85.127.204:80 5 | -------------------------------------------------------------------------------- /Countries/socks4/Tuvalu.txt: -------------------------------------------------------------------------------- 1 | 202.2.118.24:3129 2 | -------------------------------------------------------------------------------- /Countries/socks4/US_Virgin_Islands.txt: -------------------------------------------------------------------------------- 1 | 204.11.158.50:59886 2 | -------------------------------------------------------------------------------- /Countries/socks4/Uganda.txt: -------------------------------------------------------------------------------- 1 | 45.221.73.46:8080 2 | 160.119.148.190:8080 3 | 102.36.217.30:8080 4 | 154.72.204.78:8080 5 | 196.0.111.186:46048 6 | 41.190.152.130:4673 7 | 154.0.132.35:3128 8 | 137.63.147.2:80 9 | 154.72.197.106:61423 10 | 212.88.109.89:3128 11 | 105.21.72.38:8080 12 | 196.0.113.10:56861 13 | 196.0.111.194:34638 14 | 41.173.7.82:8080 15 | 196.0.111.194:48009 16 | 197.221.158.186:1080 17 | 196.0.113.10:31651 18 | 196.0.87.98:5678 19 | 102.223.88.29:8080 20 | -------------------------------------------------------------------------------- /Countries/socks4/Uruguay.txt: -------------------------------------------------------------------------------- 1 | 200.108.197.2:8080 2 | 200.108.205.182:4153 3 | 179.26.139.217:3128 4 | 190.108.12.117:8080 5 | 186.50.95.69:8080 6 | 201.221.9.105:8080 7 | 200.125.40.38:5678 8 | 200.125.44.242:4145 9 | 200.108.205.194:8081 10 | 179.27.81.43:5678 11 | 167.60.79.203:4145 12 | 179.27.86.36:4153 13 | 186.50.95.147:8080 14 | 200.108.196.108:4145 15 | 179.27.73.234:42728 16 | 200.108.198.205:4153 17 | 179.26.139.217:3129 18 | 186.50.247.254:3128 19 | 179.27.73.235:42728 20 | -------------------------------------------------------------------------------- /Countries/socks4/Uzbekistan.txt: -------------------------------------------------------------------------------- 1 | 213.230.107.235:8080 2 | 37.140.216.187:81 3 | 195.158.8.123:3128 4 | 185.196.213.108:3128 5 | 213.230.121.203:1080 6 | 89.249.62.8:3128 7 | 213.232.225.5:8128 8 | 89.249.62.8:3129 9 | 185.139.136.205:3128 10 | 213.230.111.76:4145 11 | 213.230.111.116:9876 12 | 91.196.77.225:8085 13 | 195.158.1.5:8080 14 | 213.230.124.13:8080 15 | 90.156.197.189:8080 16 | 213.230.110.224:3128 17 | 185.74.4.47:8080 18 | 31.135.214.29:8026 19 | 185.203.238.77:8080 20 | 5.182.26.129:4145 21 | 90.156.194.71:8080 22 | 94.141.81.176:3128 23 | 82.148.2.186:3128 24 | 91.213.99.134:3129 25 | 91.213.99.134:3128 26 | 185.74.6.248:8080 27 | 213.230.110.224:3129 28 | 195.158.16.9:3128 29 | 90.156.194.70:8026 30 | 213.230.68.203:3129 31 | 89.104.102.209:58080 32 | 213.230.121.73:3128 33 | 213.230.121.73:3129 34 | 213.230.127.153:8080 35 | 213.230.124.108:8088 36 | 91.204.239.189:8080 37 | 195.158.8.150:3128 38 | 90.156.194.75:8026 39 | 213.230.68.203:3128 40 | 213.230.69.33:1080 41 | 84.54.83.27:8080 42 | -------------------------------------------------------------------------------- /Countries/socks4/Vanuatu.txt: -------------------------------------------------------------------------------- 1 | 202.80.43.204:8080 2 | -------------------------------------------------------------------------------- /Countries/socks4/Zambia.txt: -------------------------------------------------------------------------------- 1 | 102.68.139.1:82 2 | 41.223.119.156:3129 3 | 102.68.136.1:83 4 | 102.68.137.137:83 5 | 41.60.145.105:8081 6 | 102.68.139.1:83 7 | 45.215.247.250:3129 8 | 155.0.181.254:41174 9 | 41.218.86.118:84 10 | 41.223.119.156:3128 11 | 41.218.86.118:83 12 | 102.68.137.1:80 13 | -------------------------------------------------------------------------------- /Countries/socks4/Zimbabwe.txt: -------------------------------------------------------------------------------- 1 | 197.211.240.119:5678 2 | 41.174.96.38:32650 3 | 41.174.179.147:8080 4 | 41.191.235.86:8080 5 | 197.211.244.135:5678 6 | 154.119.80.27:3129 7 | 196.44.182.74:1080 8 | 41.174.111.123:8080 9 | 196.27.105.130:4153 10 | 196.43.106.62:5678 11 | 197.211.238.20:5678 12 | 197.211.209.236:61253 13 | 154.119.82.183:48293 14 | 197.155.230.206:8080 15 | 154.119.80.27:3128 16 | 197.155.237.74:8111 17 | -------------------------------------------------------------------------------- /Countries/socks5/Afghanistan.txt: -------------------------------------------------------------------------------- 1 | 116.204.160.111:8080 2 | 180.94.80.18:8080 3 | 125.213.200.10:1080 4 | 103.227.18.10:8080 5 | 111.125.153.234:3129 6 | 111.125.153.234:3128 7 | 180.94.68.34:8080 8 | 103.112.177.114:8080 9 | 180.94.64.58:8080 10 | 45.116.128.150:4153 11 | 180.94.64.58:5678 12 | 103.112.177.114:80 13 | 180.94.83.122:8080 14 | 103.133.82.125:4153 15 | 223.26.22.250:8080 16 | 125.213.192.82:8080 17 | -------------------------------------------------------------------------------- /Countries/socks5/Algeria.txt: -------------------------------------------------------------------------------- 1 | 196.20.125.129:8083 2 | 196.20.125.145:8083 3 | 41.111.243.134:80 4 | 41.111.206.167:80 5 | 105.102.151.192:3128 6 | 41.111.187.214:80 7 | 105.100.19.133:3128 8 | 196.20.125.149:8083 9 | 41.99.236.235:3128 10 | 41.111.198.108:443 11 | 41.111.243.133:80 12 | 41.102.48.168:8081 13 | 197.201.96.123:80 14 | 196.20.125.121:8083 15 | 41.111.188.39:80 16 | 41.97.248.74:3128 17 | -------------------------------------------------------------------------------- /Countries/socks5/Andorra.txt: -------------------------------------------------------------------------------- 1 | 194.158.64.32:553 2 | -------------------------------------------------------------------------------- /Countries/socks5/Angola.txt: -------------------------------------------------------------------------------- 1 | 105.174.40.54:8080 2 | 102.207.128.2:8080 3 | 102.130.192.231:8080 4 | 102.207.128.3:8080 5 | 160.242.19.126:8080 6 | 105.174.5.146:8080 7 | 105.174.43.194:8080 8 | 154.127.219.242:999 9 | -------------------------------------------------------------------------------- /Countries/socks5/Aruba.txt: -------------------------------------------------------------------------------- 1 | 104.28.8.82:80 2 | -------------------------------------------------------------------------------- /Countries/socks5/Azerbaijan.txt: -------------------------------------------------------------------------------- 1 | 185.32.44.161:4153 2 | 85.132.29.134:8080 3 | 37.32.79.129:4153 4 | 94.20.21.6:4153 5 | 81.17.87.42:5678 6 | 81.17.81.34:4145 7 | 185.77.3.74:8080 8 | 185.32.44.222:4153 9 | 94.20.21.16:4153 10 | 185.43.189.182:3629 11 | 185.32.47.105:4153 12 | 193.105.123.194:8123 13 | 5.134.48.59:8080 14 | 185.32.44.1:4153 15 | 217.25.24.7:3629 16 | 85.132.37.9:1313 17 | 31.171.104.39:8080 18 | 185.32.44.157:4153 19 | 46.32.163.65:4153 20 | 213.172.89.227:4153 21 | -------------------------------------------------------------------------------- /Countries/socks5/Bahrain.txt: -------------------------------------------------------------------------------- 1 | 157.175.58.133:1080 2 | 157.175.84.251:1080 3 | 82.194.45.218:8090 4 | 38.54.2.168:3128 5 | 157.175.152.241:1080 6 | 15.185.153.126:80 7 | 82.194.45.218:3128 8 | -------------------------------------------------------------------------------- /Countries/socks5/Barbados.txt: -------------------------------------------------------------------------------- 1 | 65.48.236.89:8111 2 | -------------------------------------------------------------------------------- /Countries/socks5/Belarus.txt: -------------------------------------------------------------------------------- 1 | 82.209.216.156:1080 2 | 37.17.53.108:3629 3 | 86.57.219.210:8080 4 | 213.184.225.80:5678 5 | 194.158.203.14:80 6 | 80.94.229.155:8080 7 | 217.21.60.36:1080 8 | 178.124.74.9:8080 9 | 178.124.81.210:3128 10 | 178.124.211.92:8080 11 | 82.209.219.244:8080 12 | 93.125.3.22:8080 13 | 86.57.181.122:51801 14 | 213.184.242.144:1337 15 | 82.209.251.53:45678 16 | 178.124.73.189:8080 17 | 213.184.242.144:13373 18 | 86.57.134.64:41890 19 | 213.184.242.144:8080 20 | 178.124.78.45:8080 21 | 178.168.208.4:5678 22 | 86.57.174.152:41455 23 | -------------------------------------------------------------------------------- /Countries/socks5/Belgium.txt: -------------------------------------------------------------------------------- 1 | 2.57.21.18:5510 2 | 45.128.133.201:1080 3 | 80.200.67.156:15747 4 | 35.210.106.5:80 5 | 45.128.133.209:1080 6 | 8.34.208.46:80 7 | 45.128.133.205:1080 8 | 45.128.133.1:1080 9 | 2.57.21.89:5581 10 | 2.57.21.128:5620 11 | 179.61.174.4:80 12 | 85.201.67.119:10703 13 | 45.128.133.199:1081 14 | 2.57.20.89:6081 15 | 45.128.133.241:1080 16 | 147.93.69.171:3128 17 | 34.79.91.3:59040 18 | 147.93.44.27:8080 19 | 147.93.44.27:3128 20 | 45.128.133.239:1080 21 | 84.195.180.164:3128 22 | 147.93.58.119:3128 23 | 45.128.133.169:1080 24 | 2.57.21.49:5541 25 | 2.57.20.192:6184 26 | 103.109.244.4:10571 27 | 45.128.133.217:1080 28 | 2.57.21.243:5735 29 | 45.128.133.177:1080 30 | 45.128.133.225:1080 31 | 38.180.18.103:3128 32 | 172.102.222.253:6264 33 | 91.181.235.31:4145 34 | 45.128.133.193:1080 35 | 45.128.133.253:1080 36 | 45.128.133.205:1081 37 | 34.38.216.149:8080 38 | 185.209.220.255:1080 39 | 35.187.114.127:80 40 | 45.128.133.177:1081 41 | 45.128.133.141:1080 42 | 147.93.69.171:3129 43 | 45.128.133.145:1080 44 | 2.57.21.107:5599 45 | 45.128.133.153:1080 46 | 45.128.133.241:1081 47 | 34.78.13.129:80 48 | 45.128.133.197:1080 49 | 46.178.254.136:35745 50 | 45.128.133.255:1080 51 | 34.140.73.25:3128 52 | 45.128.133.199:1080 53 | 109.135.16.145:49879 54 | 45.128.133.202:80 55 | 34.38.136.79:3128 56 | 2.57.21.204:5696 57 | 2.57.21.235:5727 58 | 45.128.133.65:1080 59 | 163.163.26.204:80 60 | 45.128.133.1:1081 61 | 147.93.5.98:3128 62 | -------------------------------------------------------------------------------- /Countries/socks5/Belize.txt: -------------------------------------------------------------------------------- 1 | 203.30.189.103:80 2 | 203.23.103.106:80 3 | 203.30.189.250:80 4 | 203.30.190.57:80 5 | 203.23.103.102:80 6 | 203.30.188.140:80 7 | 203.24.109.26:80 8 | 203.24.109.80:80 9 | 203.30.189.22:80 10 | 203.24.109.109:80 11 | 91.226.97.57:80 12 | 203.30.190.93:80 13 | 203.23.103.19:80 14 | 203.24.109.230:80 15 | 203.30.191.218:80 16 | 203.30.190.30:80 17 | 91.226.97.222:80 18 | 203.30.190.46:80 19 | 203.23.103.127:80 20 | -------------------------------------------------------------------------------- /Countries/socks5/Benin.txt: -------------------------------------------------------------------------------- 1 | 41.85.189.66:39475 2 | 41.74.4.166:4153 3 | 41.86.252.91:443 4 | 41.216.42.170:8080 5 | 154.127.36.138:8080 6 | -------------------------------------------------------------------------------- /Countries/socks5/Bhutan.txt: -------------------------------------------------------------------------------- 1 | 119.2.108.58:8080 2 | 202.144.134.150:5678 3 | 43.229.127.26:8080 4 | 103.80.111.74:80 5 | -------------------------------------------------------------------------------- /Countries/socks5/Bolivia.txt: -------------------------------------------------------------------------------- 1 | 190.181.26.194:80 2 | 190.104.8.142:14888 3 | 190.186.237.103:80 4 | 200.119.218.94:999 5 | 190.186.228.82:3128 6 | 181.188.188.131:5678 7 | 190.186.28.229:8080 8 | 181.115.207.114:1080 9 | 190.181.29.114:999 10 | 190.186.250.11:999 11 | 186.121.214.210:32650 12 | 190.104.20.82:8080 13 | 190.181.23.10:4153 14 | 190.186.56.242:5678 15 | 161.138.128.22:3128 16 | 201.222.76.34:999 17 | 186.121.234.93:8080 18 | 200.58.77.188:1080 19 | 177.222.44.202:4153 20 | 186.121.214.210:57775 21 | 200.119.218.89:999 22 | 200.58.180.108:32650 23 | 177.222.60.138:5678 24 | 190.186.216.196:5678 25 | 200.58.181.218:4153 26 | 200.105.215.22:33630 27 | 190.186.18.161:999 28 | 190.181.59.212:999 29 | 200.58.87.195:8080 30 | 190.181.24.206:8080 31 | 181.115.149.74:8080 32 | 190.180.35.148:5678 33 | 190.104.26.227:33638 34 | 200.105.192.6:5678 35 | 190.186.1.65:999 36 | 190.180.34.164:5678 37 | 201.222.83.146:999 38 | 200.105.179.250:31247 39 | 181.115.152.114:4153 40 | 200.58.74.6:5678 41 | 190.180.35.146:5678 42 | 190.186.1.46:33567 43 | 181.115.207.115:1080 44 | 190.186.1.121:999 45 | 190.180.34.163:5678 46 | 190.104.20.84:8080 47 | 190.181.61.219:3128 48 | 190.104.20.85:8080 49 | 190.104.1.19:999 50 | 190.186.1.126:999 51 | 181.115.206.242:3128 52 | 181.115.200.59:3128 53 | 45.163.18.94:5678 54 | 181.188.187.139:5678 55 | 181.115.207.114:1081 56 | 181.115.152.254:8080 57 | -------------------------------------------------------------------------------- /Countries/socks5/Bosnia_and_Herzegovina.txt: -------------------------------------------------------------------------------- 1 | 78.28.152.113:80 2 | 91.191.62.42:5678 3 | 176.108.59.40:29667 4 | 185.6.104.150:5678 5 | 45.14.36.11:27500 6 | 77.238.209.58:5678 7 | 94.250.60.60:4153 8 | 93.157.196.58:8080 9 | 77.77.210.90:21056 10 | 109.175.6.194:8080 11 | 93.157.193.139:5678 12 | 109.175.9.203:8080 13 | 212.39.114.139:5678 14 | 185.16.12.137:5678 15 | 91.191.23.186:5678 16 | 45.14.37.33:27500 17 | 80.65.80.230:5678 18 | 93.157.196.90:61024 19 | 109.165.192.159:8181 20 | 78.28.152.111:80 21 | 109.165.196.219:8181 22 | 87.250.109.174:8080 23 | 109.105.205.230:4145 24 | -------------------------------------------------------------------------------- /Countries/socks5/Botswana.txt: -------------------------------------------------------------------------------- 1 | 83.143.24.29:5678 2 | 156.38.29.74:1080 3 | 154.73.85.37:57932 4 | 129.205.244.185:5678 5 | 83.143.29.225:1080 6 | 154.73.87.241:8080 7 | 154.73.85.149:57932 8 | 129.205.246.105:5678 9 | 83.143.24.66:1080 10 | 83.143.24.66:80 11 | 129.205.198.122:8080 12 | 41.76.242.14:5678 13 | 154.70.151.73:5678 14 | 83.143.29.161:1080 15 | 41.79.138.85:5678 16 | 129.205.244.158:1080 17 | 102.222.173.34:8080 18 | 129.205.198.134:5678 19 | 154.73.85.1:57932 20 | 102.134.166.11:80 21 | 83.143.29.225:1081 22 | -------------------------------------------------------------------------------- /Countries/socks5/British_Virgin_Islands.txt: -------------------------------------------------------------------------------- 1 | 45.83.123.109:80 2 | 203.32.121.171:80 3 | 203.24.103.249:80 4 | 203.24.103.8:80 5 | 203.34.28.148:80 6 | 203.32.120.202:80 7 | 203.24.103.50:80 8 | 203.32.120.195:80 9 | 203.24.103.134:80 10 | 46.243.3.7:8118 11 | 185.217.136.67:1337 12 | 203.24.102.86:80 13 | 203.24.103.17:80 14 | 203.24.103.131:80 15 | 203.32.121.157:80 16 | 203.34.28.166:80 17 | 203.24.103.28:80 18 | 203.32.120.50:80 19 | 203.24.102.178:80 20 | 203.34.28.99:80 21 | 208.91.197.18:40034 22 | -------------------------------------------------------------------------------- /Countries/socks5/Brunei.txt: -------------------------------------------------------------------------------- 1 | 61.6.214.120:554 2 | -------------------------------------------------------------------------------- /Countries/socks5/Burkina_Faso.txt: -------------------------------------------------------------------------------- 1 | 41.223.232.117:3128 2 | 41.223.234.116:37259 3 | 102.176.178.66:4145 4 | 102.67.101.242:8080 5 | 41.223.233.94:3629 6 | 41.223.232.34:4145 7 | 102.176.179.26:4153 8 | 41.223.234.2:80 9 | 102.67.101.250:8080 10 | -------------------------------------------------------------------------------- /Countries/socks5/Burundi.txt: -------------------------------------------------------------------------------- 1 | 196.2.15.159:8080 2 | 102.134.98.222:8081 3 | 196.2.13.12:4153 4 | 197.157.195.37:6699 5 | 154.117.212.18:5678 6 | -------------------------------------------------------------------------------- /Countries/socks5/Cameroon.txt: -------------------------------------------------------------------------------- 1 | 41.205.83.6:80 2 | 154.72.139.102:8080 3 | 154.70.115.42:8080 4 | 41.77.210.210:32650 5 | 102.244.120.10:45413 6 | 41.211.104.247:8888 7 | 41.77.210.210:80 8 | 41.211.104.44:4145 9 | 41.204.87.90:8080 10 | 154.72.155.14:5678 11 | 41.216.232.213:4153 12 | 169.255.4.55:41890 13 | -------------------------------------------------------------------------------- /Countries/socks5/Congo_Republic.txt: -------------------------------------------------------------------------------- 1 | 197.157.254.162:4145 2 | 102.64.116.100:4145 3 | 102.64.116.97:4145 4 | 102.141.30.2:33333 5 | 102.64.116.254:4145 6 | 169.255.75.117:47650 7 | 102.64.117.254:4145 8 | 197.214.198.82:33333 9 | 197.157.254.34:4145 10 | 102.64.116.1:4145 11 | -------------------------------------------------------------------------------- /Countries/socks5/Costa_Rica.txt: -------------------------------------------------------------------------------- 1 | 138.121.142.154:8080 2 | 170.81.34.54:4153 3 | 181.193.12.82:6969 4 | 177.93.16.66:8080 5 | 186.177.141.223:48683 6 | 181.194.226.73:8080 7 | 190.61.106.97:8080 8 | 200.192.236.242:1080 9 | 201.204.168.106:45923 10 | 170.80.91.13:4145 11 | 190.61.84.166:9812 12 | 170.80.91.11:4145 13 | 190.14.155.198:5678 14 | 200.229.147.2:999 15 | 186.96.95.205:999 16 | 200.192.236.242:1081 17 | 168.228.51.197:41037 18 | 170.80.91.15:4145 19 | 170.80.91.6:4145 20 | 170.81.35.26:33566 21 | 201.204.47.66:5678 22 | 201.204.47.67:5678 23 | 201.206.141.102:6969 24 | -------------------------------------------------------------------------------- /Countries/socks5/Croatia.txt: -------------------------------------------------------------------------------- 1 | 92.242.255.11:31024 2 | 92.242.254.12:38890 3 | 94.250.159.9:80 4 | 94.250.179.54:4145 5 | 213.190.26.158:1080 6 | 85.114.48.166:5678 7 | 212.92.204.54:8080 8 | 213.147.107.178:4153 9 | 85.222.163.82:8080 10 | 195.29.122.132:60606 11 | 95.168.96.42:47180 12 | 85.94.81.194:8080 13 | 212.92.204.54:80 14 | 89.201.145.59:1080 15 | 185.165.232.65:6060 16 | 82.132.19.108:4153 17 | 195.29.106.2:4153 18 | 93.138.127.30:8081 19 | 195.29.155.98:58617 20 | -------------------------------------------------------------------------------- /Countries/socks5/Cuba.txt: -------------------------------------------------------------------------------- 1 | 200.55.130.173:3128 2 | 190.15.158.183:9090 3 | 181.225.242.98:8080 4 | -------------------------------------------------------------------------------- /Countries/socks5/Cyprus.txt: -------------------------------------------------------------------------------- 1 | 45.12.132.188:51991 2 | 185.170.233.108:47574 3 | 31.209.96.173:51688 4 | 185.170.233.100:47574 5 | 45.12.132.212:51991 6 | 185.170.233.106:47574 7 | 185.170.233.110:47574 8 | 203.13.32.236:80 9 | 185.170.233.102:47574 10 | 213.149.167.43:3128 11 | 212.108.153.246:9090 12 | 45.83.140.96:3129 13 | 185.170.233.107:47574 14 | 5.180.45.235:80 15 | 185.170.233.104:47574 16 | 45.12.132.188:52391 17 | 212.108.135.215:9090 18 | 5.253.43.120:3128 19 | 45.12.132.215:51991 20 | 45.83.140.198:8080 21 | 212.108.135.215:8380 22 | 45.12.132.139:65008 23 | 212.73.150.165:3129 24 | 45.12.132.211:50991 25 | 203.24.108.194:80 26 | 212.108.155.205:9090 27 | 203.13.32.47:80 28 | 45.12.132.211:50091 29 | 94.156.144.228:3128 30 | 45.83.140.96:3128 31 | 185.141.63.80:8321 32 | 185.170.233.112:47574 33 | 45.67.214.162:80 34 | 185.170.233.111:47574 35 | 45.12.132.138:65492 36 | 45.12.132.209:50791 37 | 203.22.223.47:80 38 | 212.31.100.138:4153 39 | 45.12.132.211:49491 40 | 213.7.196.26:4153 41 | 45.12.132.30:50891 42 | 203.28.8.0:80 43 | 213.149.182.98:8080 44 | 212.108.144.67:8080 45 | 45.12.132.252:3128 46 | 203.22.223.12:80 47 | 212.73.150.165:3128 48 | 203.24.108.231:80 49 | 185.170.233.101:47574 50 | 109.110.246.26:8080 51 | 185.170.233.109:47574 52 | 45.12.132.252:11492 53 | 185.170.233.103:47574 54 | 45.83.129.189:8080 55 | 45.67.214.84:80 56 | 94.156.144.228:3129 57 | 203.24.108.179:80 58 | -------------------------------------------------------------------------------- /Countries/socks5/DR_Congo.txt: -------------------------------------------------------------------------------- 1 | 41.60.26.210:32650 2 | 41.174.154.126:8092 3 | 102.68.56.242:3629 4 | 197.215.220.18:1080 5 | 41.174.132.82:5678 6 | 169.255.190.189:4145 7 | 102.222.231.25:2333 8 | 169.255.65.254:1080 9 | 102.223.176.18:8092 10 | 41.190.232.26:1080 11 | 41.190.232.36:36926 12 | 196.61.74.41:8080 13 | 31.209.128.253:8080 14 | 41.190.233.56:5678 15 | 41.174.152.29:12391 16 | 41.174.132.58:8080 17 | 41.190.232.52:36926 18 | 169.255.189.105:4145 19 | 41.190.232.195:8080 20 | -------------------------------------------------------------------------------- /Countries/socks5/Denmark.txt: -------------------------------------------------------------------------------- 1 | 152.115.56.43:8111 2 | 86.52.40.119:8081 3 | 93.167.67.69:4145 4 | 78.31.206.250:3128 5 | 80.63.84.58:8081 6 | 80.63.107.90:4153 7 | 80.161.30.153:80 8 | 95.154.20.113:34248 9 | 188.176.166.114:4145 10 | 103.37.183.236:5935 11 | 185.236.203.208:3128 12 | 146.70.80.76:80 13 | -------------------------------------------------------------------------------- /Countries/socks5/Djibouti.txt: -------------------------------------------------------------------------------- 1 | 154.66.245.47:54925 2 | -------------------------------------------------------------------------------- /Countries/socks5/El_Salvador.txt: -------------------------------------------------------------------------------- 1 | 200.106.236.142:3128 2 | 181.78.99.188:999 3 | 181.78.99.189:999 4 | -------------------------------------------------------------------------------- /Countries/socks5/Equatorial_Guinea.txt: -------------------------------------------------------------------------------- 1 | 102.164.252.15:8080 2 | 102.164.252.145:8080 3 | 196.251.241.54:8080 4 | 41.79.49.23:4145 5 | 102.223.27.228:8080 6 | 102.223.27.226:8080 7 | 102.164.252.150:8080 8 | 102.164.252.24:38910 9 | -------------------------------------------------------------------------------- /Countries/socks5/Estonia.txt: -------------------------------------------------------------------------------- 1 | 45.80.108.108:80 2 | 46.22.210.184:443 3 | 5.45.126.128:8080 4 | 45.80.110.44:80 5 | 146.19.143.2:3128 6 | 185.157.108.55:3128 7 | 45.80.108.28:80 8 | 185.155.99.114:8118 9 | 46.36.223.92:9999 10 | 185.4.75.32:8118 11 | 185.157.109.5:5678 12 | 185.123.53.59:3128 13 | 45.80.108.218:80 14 | 45.80.108.250:80 15 | 176.112.157.20:8080 16 | 45.80.110.87:80 17 | 80.235.108.14:8080 18 | 185.164.163.135:8118 19 | 85.29.201.250:1025 20 | 45.80.110.57:80 21 | 103.3.227.18:6571 22 | -------------------------------------------------------------------------------- /Countries/socks5/Eswatini.txt: -------------------------------------------------------------------------------- 1 | 69.63.69.90:8080 2 | 69.63.73.234:5678 3 | -------------------------------------------------------------------------------- /Countries/socks5/Ethiopia.txt: -------------------------------------------------------------------------------- 1 | 196.191.10.240:1080 2 | -------------------------------------------------------------------------------- /Countries/socks5/French_Southern_Territories.txt: -------------------------------------------------------------------------------- 1 | 154.120.133.190:30303 2 | -------------------------------------------------------------------------------- /Countries/socks5/Gabon.txt: -------------------------------------------------------------------------------- 1 | 41.159.154.43:3129 2 | 102.129.33.33:8080 3 | 41.159.154.43:3128 4 | -------------------------------------------------------------------------------- /Countries/socks5/Gambia.txt: -------------------------------------------------------------------------------- 1 | 102.213.223.46:82 2 | 102.213.223.46:83 3 | 197.231.205.53:5678 4 | -------------------------------------------------------------------------------- /Countries/socks5/Ghana.txt: -------------------------------------------------------------------------------- 1 | 196.61.44.54:5678 2 | 41.139.11.69:32534 3 | 102.209.148.3:8080 4 | 41.190.69.110:4145 5 | 41.190.69.38:60606 6 | 197.221.85.214:8080 7 | 41.66.245.30:3128 8 | 102.223.20.217:80 9 | 41.204.43.30:3128 10 | 154.175.80.221:20996 11 | 41.204.63.118:80 12 | 196.29.231.1:4145 13 | 197.251.236.226:5678 14 | 197.255.125.12:80 15 | 102.176.103.134:8080 16 | 197.255.126.69:80 17 | 102.134.130.41:80 18 | 102.219.33.118:1080 19 | 197.251.193.65:8080 20 | 102.209.148.10:8080 21 | 102.219.33.98:1080 22 | 102.22.20.58:83 23 | 102.219.33.179:1080 24 | 197.251.233.122:8080 25 | 102.219.33.110:1080 26 | 197.251.209.34:83 27 | 156.38.112.11:80 28 | 102.22.20.58:82 29 | 102.69.223.17:8080 30 | 156.38.112.11:32821 31 | 41.74.91.244:80 32 | 169.239.248.198:8080 33 | 197.251.233.124:8080 34 | 197.251.236.227:5678 35 | -------------------------------------------------------------------------------- /Countries/socks5/Gibraltar.txt: -------------------------------------------------------------------------------- 1 | 95.164.68.159:3129 2 | 95.164.89.123:8888 3 | 95.164.68.159:3128 4 | -------------------------------------------------------------------------------- /Countries/socks5/Greece.txt: -------------------------------------------------------------------------------- 1 | 185.25.22.185:3128 2 | 212.251.118.53:8080 3 | 83.212.82.4:3128 4 | 91.236.74.5:8080 5 | 62.74.238.62:4153 6 | 195.130.115.208:33333 7 | 78.108.41.123:8118 8 | 80.106.59.35:4153 9 | 78.108.41.124:9110 10 | 195.170.4.243:8080 11 | 80.107.16.17:4145 12 | 141.237.250.61:80 13 | 149.210.48.62:8080 14 | 79.130.12.140:80 15 | 62.103.186.66:4153 16 | 62.103.66.18:3129 17 | 79.166.244.166:8080 18 | 78.108.38.82:8118 19 | 38.54.29.161:3128 20 | 46.246.249.159:8080 21 | 84.254.0.86:32650 22 | 185.23.168.3:3128 23 | 62.74.223.178:33333 24 | 147.102.19.172:8080 25 | 83.235.22.245:5678 26 | 62.103.66.18:3128 27 | 91.211.212.6:32650 28 | 85.72.32.44:44550 29 | 83.212.82.185:3129 30 | 94.66.86.165:4145 31 | 212.152.97.110:80 32 | 5.54.186.76:8080 33 | 77.49.181.69:8080 34 | 46.12.65.59:8080 35 | 94.70.195.145:8080 36 | 78.108.41.124:9111 37 | 83.212.82.4:3129 38 | 46.246.131.111:8080 39 | 78.108.38.82:9111 40 | 83.212.82.185:3128 41 | 80.106.247.145:53410 42 | 195.167.114.96:8080 43 | 46.246.238.90:8080 44 | 94.68.245.147:8080 45 | 83.212.82.116:3128 46 | 150.140.193.137:3128 47 | 79.130.206.53:8080 48 | 83.212.94.88:1080 49 | 194.219.134.234:80 50 | 137.59.7.213:5757 51 | 91.236.74.10:8080 52 | 150.140.193.137:3129 53 | -------------------------------------------------------------------------------- /Countries/socks5/Guadeloupe.txt: -------------------------------------------------------------------------------- 1 | 192.139.192.90:4153 2 | -------------------------------------------------------------------------------- /Countries/socks5/Guam.txt: -------------------------------------------------------------------------------- 1 | 202.128.68.19:8111 2 | -------------------------------------------------------------------------------- /Countries/socks5/Guinea.txt: -------------------------------------------------------------------------------- 1 | 41.77.188.131:80 2 | 41.79.236.164:1080 3 | 41.79.237.247:1080 4 | 102.176.160.70:5678 5 | 160.119.135.210:3129 6 | -------------------------------------------------------------------------------- /Countries/socks5/Guyana.txt: -------------------------------------------------------------------------------- 1 | 181.41.79.100:26732 2 | -------------------------------------------------------------------------------- /Countries/socks5/Haiti.txt: -------------------------------------------------------------------------------- 1 | 186.1.206.154:1080 2 | 186.1.206.154:3128 3 | -------------------------------------------------------------------------------- /Countries/socks5/Iceland.txt: -------------------------------------------------------------------------------- 1 | 157.157.128.184:80 2 | 185.247.226.94:16049 3 | 185.165.169.199:10846 4 | 193.4.192.25:8080 5 | 185.165.169.7:8118 6 | 185.112.146.227:8080 7 | -------------------------------------------------------------------------------- /Countries/socks5/Ireland.txt: -------------------------------------------------------------------------------- 1 | 188.211.233.101:3129 2 | 52.212.33.67:3129 3 | 3.249.159.234:3128 4 | 3.250.39.185:3128 5 | 52.48.78.67:3128 6 | 176.34.139.28:3128 7 | 20.13.148.109:8080 8 | 137.135.187.185:80 9 | 74.234.65.5:3128 10 | 34.245.222.203:80 11 | 63.32.1.88:3128 12 | 54.228.164.102:3128 13 | 34.246.219.134:1024 14 | 5.83.244.250:8080 15 | 52.18.193.139:3128 16 | 52.16.232.164:3128 17 | 18.201.237.231:27281 18 | 99.80.11.54:31280 19 | 34.246.167.37:80 20 | 99.80.11.54:3128 21 | 217.115.115.148:56792 22 | 188.211.233.101:3128 23 | 13.79.94.201:80 24 | 3.249.159.234:3129 25 | 3.250.0.82:3129 26 | 3.255.164.123:3128 27 | 63.35.64.177:3128 28 | 34.240.10.41:80 29 | 98.71.76.170:3128 30 | 63.34.176.150:3128 31 | 52.212.33.67:3128 32 | 185.231.207.104:3128 33 | 3.250.79.73:3128 34 | 185.178.71.185:8080 35 | 3.248.222.199:3128 36 | 3.250.97.221:3129 37 | 3.250.43.2:8888 38 | 108.129.226.120:3128 39 | 3.250.97.221:3128 40 | 34.244.90.35:80 41 | 101.46.141.80:29690 42 | 95.164.44.14:1080 43 | 45.94.73.133:8080 44 | 185.138.114.113:8080 45 | 52.169.235.202:3128 46 | 51.183.242.149:8888 47 | 212.222.251.194:80 48 | 34.244.22.178:8800 49 | 54.78.207.188:3128 50 | 34.242.105.248:3128 51 | 54.246.52.171:3128 52 | 5.83.244.1:8080 53 | 34.242.216.8:3129 54 | 3.255.164.123:3129 55 | 5.83.248.1:8080 56 | 34.254.254.136:1080 57 | 34.251.93.176:3128 58 | 31.169.103.165:8080 59 | -------------------------------------------------------------------------------- /Countries/socks5/Isle_of_Man.txt: -------------------------------------------------------------------------------- 1 | 195.10.102.218:80 2 | -------------------------------------------------------------------------------- /Countries/socks5/Ivory_Coast.txt: -------------------------------------------------------------------------------- 1 | 160.120.22.13:3128 2 | 38.230.165.25:9090 3 | 160.154.163.18:8080 4 | 160.155.16.204:8080 5 | -------------------------------------------------------------------------------- /Countries/socks5/Jamaica.txt: -------------------------------------------------------------------------------- 1 | 69.79.101.97:999 2 | 208.163.39.218:53281 3 | -------------------------------------------------------------------------------- /Countries/socks5/Jordan.txt: -------------------------------------------------------------------------------- 1 | 62.72.166.177:80 2 | 149.200.200.44:80 3 | 62.72.166.135:80 4 | 62.72.166.244:80 5 | 94.127.213.119:2095 6 | 62.72.166.167:80 7 | -------------------------------------------------------------------------------- /Countries/socks5/Kosovo.txt: -------------------------------------------------------------------------------- 1 | 80.80.163.194:46276 2 | 185.191.165.28:1080 3 | 84.22.45.175:1080 4 | 84.22.48.28:8080 5 | 82.114.68.42:5678 6 | 80.80.167.246:10801 7 | 46.99.135.154:4153 8 | 91.187.113.50:8080 9 | 91.187.113.68:8080 10 | 84.22.45.25:8080 11 | 185.191.165.28:1081 12 | 46.99.135.237:8080 13 | 82.114.83.238:4153 14 | 5.206.236.154:8080 15 | 46.99.188.13:42551 16 | 46.99.210.63:3629 17 | 46.99.183.154:1234 18 | 91.187.121.211:2080 19 | 46.99.204.38:80 20 | 213.163.126.100:5678 21 | 80.80.163.190:46276 22 | 80.80.164.164:10801 23 | 46.99.178.155:1339 24 | 80.80.167.18:10801 25 | 84.22.61.69:1080 26 | 46.99.148.181:8080 27 | 84.22.48.150:8080 28 | 82.114.94.68:59311 29 | -------------------------------------------------------------------------------- /Countries/socks5/Kuwait.txt: -------------------------------------------------------------------------------- 1 | 37.37.254.163:80 2 | -------------------------------------------------------------------------------- /Countries/socks5/Kyrgyzstan.txt: -------------------------------------------------------------------------------- 1 | 213.145.150.77:8080 2 | 212.42.99.22:4145 3 | 95.87.92.11:8080 4 | 77.235.31.24:8080 5 | 212.112.125.44:45555 6 | 212.112.121.130:8080 7 | 217.29.18.206:4145 8 | 212.112.120.252:45555 9 | 85.113.18.209:3629 10 | 212.112.127.20:8080 11 | 212.42.116.161:8080 12 | 77.235.2.4:3128 13 | 212.42.116.29:4145 14 | 77.235.23.130:5678 15 | 77.235.28.229:4153 16 | 178.217.168.164:55443 17 | 158.181.204.159:8080 18 | 158.181.22.139:8080 19 | 77.235.19.2:8080 20 | 212.42.116.161:5678 21 | 213.145.137.102:37447 22 | 212.112.116.163:3128 23 | -------------------------------------------------------------------------------- /Countries/socks5/Laos.txt: -------------------------------------------------------------------------------- 1 | 202.137.141.212:5678 2 | 103.137.91.250:8080 3 | 202.137.134.160:8088 4 | 202.137.144.228:8080 5 | 202.137.141.212:567 6 | 202.62.99.170:4145 7 | 183.182.103.2:8080 8 | 202.123.183.14:5678 9 | 202.123.183.66:5678 10 | 202.137.141.183:5678 11 | 202.137.141.26:5678 12 | 183.182.102.135:5678 13 | -------------------------------------------------------------------------------- /Countries/socks5/Latvia.txt: -------------------------------------------------------------------------------- 1 | 193.84.184.25:5678 2 | 87.110.164.219:4145 3 | 92.118.170.236:3128 4 | 83.99.181.161:8080 5 | 46.109.146.244:4145 6 | 84.21.172.199:3128 7 | 84.237.248.137:4153 8 | 31.170.19.1:4153 9 | 185.242.106.124:3129 10 | 94.158.219.223:3128 11 | 31.170.19.142:4153 12 | 80.232.245.122:8080 13 | 80.232.253.108:4153 14 | 85.115.112.178:80 15 | 62.85.11.177:443 16 | 213.101.151.4:1080 17 | 31.128.35.15:3128 18 | 31.170.19.233:4153 19 | 91.135.80.66:33427 20 | 159.148.146.65:5678 21 | 80.70.22.16:4153 22 | 195.13.188.150:4153 23 | 31.170.19.5:4153 24 | 31.170.19.4:4153 25 | 109.205.126.6:8080 26 | 94.158.218.99:3128 27 | 31.170.17.141:4153 28 | 89.111.63.38:8080 29 | 31.170.19.241:4153 30 | 185.242.106.124:3128 31 | 87.226.83.11:10801 32 | 188.112.179.204:80 33 | -------------------------------------------------------------------------------- /Countries/socks5/Lebanon.txt: -------------------------------------------------------------------------------- 1 | 77.110.124.226:3129 2 | 85.112.70.190:5678 3 | 85.112.71.208:8080 4 | 185.82.98.249:8092 5 | 212.98.139.70:8080 6 | 185.126.44.135:5678 7 | 185.82.96.50:8092 8 | 185.99.33.154:1080 9 | 77.110.123.32:3128 10 | 141.105.86.130:44660 11 | 185.101.16.52:80 12 | 185.82.98.73:5678 13 | 185.82.99.42:5678 14 | 77.110.124.226:8090 15 | 77.110.123.32:3129 16 | 185.82.98.42:9092 17 | 185.82.98.221:9097 18 | 185.82.96.162:9093 19 | 77.110.124.226:3128 20 | 77.75.95.14:80 21 | 185.82.99.124:8080 22 | 185.104.252.10:9090 23 | 185.103.13.155:4153 24 | 185.82.99.202:9093 25 | 185.82.98.105:9092 26 | -------------------------------------------------------------------------------- /Countries/socks5/Lesotho.txt: -------------------------------------------------------------------------------- 1 | 154.66.109.41:10081 2 | 154.66.108.32:3629 3 | 154.66.110.164:60606 4 | 154.66.108.34:10081 5 | 41.191.203.89:5678 6 | 154.66.108.52:3629 7 | -------------------------------------------------------------------------------- /Countries/socks5/Liberia.txt: -------------------------------------------------------------------------------- 1 | 196.250.176.17:8080 2 | -------------------------------------------------------------------------------- /Countries/socks5/Luxembourg.txt: -------------------------------------------------------------------------------- 1 | 188.42.89.158:80 2 | 188.42.89.12:80 3 | 104.244.78.150:5555 4 | 104.244.75.78:31534 5 | 188.42.88.201:80 6 | 104.244.74.248:11194 7 | 188.42.89.19:80 8 | 78.141.138.115:3128 9 | 188.42.89.165:80 10 | 45.59.120.106:80 11 | 104.244.74.206:38118 12 | 188.42.89.78:80 13 | 188.42.89.29:80 14 | 193.168.60.23:80 15 | 217.28.41.156:8080 16 | 188.42.88.155:80 17 | 107.189.11.149:1080 18 | 188.42.89.81:80 19 | 104.244.79.116:29602 20 | 188.42.89.73:80 21 | 188.42.88.62:80 22 | 188.42.89.132:80 23 | 107.189.13.249:1234 24 | -------------------------------------------------------------------------------- /Countries/socks5/Macao.txt: -------------------------------------------------------------------------------- 1 | 60.246.90.240:80 2 | 122.100.208.202:80 3 | 27.109.230.223:80 4 | 122.100.235.113:80 5 | 202.86.138.18:8080 6 | 27.109.224.143:80 7 | 27.109.227.43:80 8 | 60.246.67.17:80 9 | -------------------------------------------------------------------------------- /Countries/socks5/Madagascar.txt: -------------------------------------------------------------------------------- 1 | 41.77.23.120:5678 2 | 102.16.24.30:8080 3 | 154.126.81.163:8080 4 | -------------------------------------------------------------------------------- /Countries/socks5/Malawi.txt: -------------------------------------------------------------------------------- 1 | 41.75.113.217:1080 2 | 41.70.12.206:8080 3 | 196.216.12.21:2420 4 | 41.70.106.1:5678 5 | 105.234.156.109:4145 6 | 105.234.148.192:4145 7 | 105.234.148.210:35010 8 | 41.190.92.50:60606 9 | 105.234.156.105:60606 10 | 105.234.156.108:4145 11 | 41.190.92.84:41207 12 | -------------------------------------------------------------------------------- /Countries/socks5/Maldives.txt: -------------------------------------------------------------------------------- 1 | 124.195.199.86:8080 2 | 103.84.134.1:1080 3 | 36.255.104.1:1080 4 | 36.255.104.17:1080 5 | 124.195.199.67:8189 6 | 103.84.134.9:1080 7 | 103.110.109.65:1080 8 | 103.31.84.122:1080 9 | 36.255.104.9:1080 10 | 103.110.109.17:1080 11 | 203.104.31.155:32650 12 | -------------------------------------------------------------------------------- /Countries/socks5/Mali.txt: -------------------------------------------------------------------------------- 1 | 196.200.48.92:8080 2 | -------------------------------------------------------------------------------- /Countries/socks5/Malta.txt: -------------------------------------------------------------------------------- 1 | 213.165.185.211:4153 2 | 84.255.35.210:9898 3 | 85.119.120.55:8080 4 | 195.158.83.13:8999 5 | 198.240.115.181:6709 6 | 84.255.40.228:8998 7 | 103.219.213.37:6015 8 | 213.217.241.101:4145 9 | -------------------------------------------------------------------------------- /Countries/socks5/Martinique.txt: -------------------------------------------------------------------------------- 1 | 194.199.98.103:80 2 | -------------------------------------------------------------------------------- /Countries/socks5/Mauritania.txt: -------------------------------------------------------------------------------- 1 | 82.151.65.252:80 2 | -------------------------------------------------------------------------------- /Countries/socks5/Mauritius.txt: -------------------------------------------------------------------------------- 1 | 45.207.234.79:3128 2 | 217.21.124.194:4145 3 | 45.195.228.4:999 4 | 45.195.74.217:9105 5 | 45.207.38.124:6080 6 | 45.207.215.32:9876 7 | 41.173.24.38:80 8 | 45.201.11.102:3129 9 | -------------------------------------------------------------------------------- /Countries/socks5/Mayotte.txt: -------------------------------------------------------------------------------- 1 | 41.242.116.150:50000 2 | 41.242.116.150:50003 3 | -------------------------------------------------------------------------------- /Countries/socks5/Moldova.txt: -------------------------------------------------------------------------------- 1 | 178.132.168.77:5678 2 | 185.153.198.188:8118 3 | 5.56.103.45:45747 4 | 77.89.249.202:8080 5 | 87.248.171.0:49650 6 | 93.117.72.27:55770 7 | 89.41.106.8:4145 8 | 103.35.190.18:3128 9 | 77.89.196.202:4153 10 | 188.138.139.216:4145 11 | 89.39.100.173:31041 12 | 195.22.253.238:4145 13 | 185.46.60.108:5678 14 | 93.116.57.4:4153 15 | 103.106.1.9:3128 16 | 92.114.157.221:4145 17 | 5.56.124.176:8192 18 | 46.55.25.191:61308 19 | 89.32.230.43:4145 20 | 89.39.114.31:4153 21 | 194.246.114.158:3129 22 | 185.167.59.215:443 23 | 37.75.112.35:4153 24 | 89.28.48.254:5678 25 | 178.168.120.136:4153 26 | 5.32.175.211:8081 27 | 91.208.197.44:8080 28 | 188.138.254.218:4145 29 | 77.89.207.22:4145 30 | 89.28.32.203:57391 31 | 37.221.67.62:5555 32 | 185.162.140.229:8080 33 | 89.34.198.253:5678 34 | 37.26.136.224:4153 35 | 188.138.179.13:4153 36 | 37.26.136.66:54373 37 | 86.104.74.59:3128 38 | 87.248.171.235:4145 39 | 77.89.232.74:8586 40 | 95.65.51.8:5678 41 | 45.142.212.228:3128 42 | 95.65.124.252:50748 43 | 5.56.92.25:8090 44 | 185.162.141.236:50579 45 | 212.56.194.238:4145 46 | 185.167.59.215:80 47 | 89.28.14.239:4145 48 | 86.105.57.12:4153 49 | 87.255.69.6:5678 50 | 95.65.73.200:30552 51 | 91.194.161.23:8080 52 | 77.89.204.254:4145 53 | 37.26.136.181:39323 54 | 195.22.253.235:4145 55 | 94.232.244.19:3128 56 | 94.139.150.45:4145 57 | -------------------------------------------------------------------------------- /Countries/socks5/Mongolia.txt: -------------------------------------------------------------------------------- 1 | 202.21.103.6:5678 2 | 202.21.116.210:4153 3 | 49.0.156.20:32000 4 | 27.123.213.172:4145 5 | 202.21.117.75:8080 6 | 192.82.66.83:8080 7 | 203.174.26.137:4153 8 | 202.70.34.82:47642 9 | 202.21.115.202:4153 10 | 202.131.246.250:5678 11 | 103.11.193.76:8080 12 | 103.80.210.174:5678 13 | 202.21.101.180:4153 14 | 202.21.113.86:4153 15 | 103.80.210.33:5678 16 | 103.80.210.116:5678 17 | 203.174.26.129:4153 18 | 202.21.127.6:5678 19 | 202.179.13.161:443 20 | 49.0.156.20:6114 21 | 202.131.233.187:5678 22 | 43.242.242.140:5678 23 | 203.98.76.139:4153 24 | 202.21.112.172:1080 25 | 202.179.16.2:443 26 | 202.21.114.134:4153 27 | 202.21.102.68:5678 28 | 66.181.169.154:1080 29 | 202.21.115.94:44574 30 | 119.40.98.29:80 31 | 203.98.76.64:5678 32 | 103.10.22.236:8080 33 | 119.40.98.29:20 34 | 202.21.117.74:8080 35 | 202.131.235.138:4153 36 | 103.10.22.234:8080 37 | -------------------------------------------------------------------------------- /Countries/socks5/Montenegro.txt: -------------------------------------------------------------------------------- 1 | 109.72.109.214:48293 2 | 109.72.107.227:48293 3 | 94.102.228.101:32650 4 | 195.66.189.58:81 5 | 109.72.100.118:60606 6 | 94.102.228.97:32650 7 | 94.102.237.190:32650 8 | 94.102.224.150:32650 9 | 37.122.184.222:80 10 | 46.161.91.194:80 11 | 94.102.235.118:32650 12 | 109.72.100.109:48293 13 | 109.72.97.66:4145 14 | 94.102.234.186:32650 15 | 31.204.199.54:81 16 | 62.4.37.104:60606 17 | 46.161.67.74:81 18 | -------------------------------------------------------------------------------- /Countries/socks5/Morocco.txt: -------------------------------------------------------------------------------- 1 | 105.64.223.220:21 2 | 196.206.211.165:8888 3 | 160.177.16.236:8080 4 | 160.175.213.236:20 5 | 102.50.252.231:8181 6 | 105.149.46.136:8081 7 | 160.177.26.66:8080 8 | 196.74.31.177:8080 9 | 196.206.226.50:3128 10 | 160.177.18.181:8080 11 | 196.206.163.229:8888 12 | 196.217.113.10:8888 13 | -------------------------------------------------------------------------------- /Countries/socks5/Mozambique.txt: -------------------------------------------------------------------------------- 1 | 196.40.117.114:5678 2 | 196.3.97.71:5678 3 | 196.28.234.66:1080 4 | 165.90.64.216:8080 5 | 197.235.12.130:4145 6 | -------------------------------------------------------------------------------- /Countries/socks5/Myanmar.txt: -------------------------------------------------------------------------------- 1 | 204.157.169.238:8080 2 | 103.81.114.182:4145 3 | 103.153.202.193:8080 4 | 103.85.106.110:4153 5 | 136.228.160.250:8080 6 | 103.200.135.227:4145 7 | 103.85.106.109:4153 8 | 203.81.75.202:8080 9 | 103.94.52.70:3128 10 | 103.81.115.210:8080 11 | 43.242.135.182:80 12 | 136.228.163.150:5678 13 | 103.153.202.16:8080 14 | 103.76.179.122:4153 15 | 185.205.142.142:8080 16 | 203.81.67.22:8080 17 | 65.18.114.254:55443 18 | 136.228.160.25:8080 19 | 202.165.92.22:8080 20 | 203.81.67.22:5678 21 | 203.81.95.70:4153 22 | 103.200.135.230:4145 23 | 136.228.162.179:5678 24 | 136.228.160.250:5678 25 | 43.224.43.42:8080 26 | 103.200.135.229:4145 27 | 185.133.213.86:8074 28 | 103.29.90.66:32650 29 | 202.165.92.206:8080 30 | 203.81.87.186:5678 31 | 103.25.79.162:32650 32 | 202.165.92.22:3128 33 | 203.81.81.226:8055 34 | 37.111.52.46:8081 35 | 103.25.79.162:8053 36 | 103.112.61.241:44550 37 | 204.157.168.74:1081 38 | 103.85.106.107:4153 39 | 103.27.118.138:8080 40 | 103.200.135.228:4145 41 | 69.160.10.78:3128 42 | 203.81.87.186:10443 43 | 103.29.91.38:32650 44 | 157.15.190.32:8080 45 | 103.153.202.199:8080 46 | 103.200.135.226:4145 47 | 103.59.163.206:80 48 | 103.94.52.7:3128 49 | -------------------------------------------------------------------------------- /Countries/socks5/Namibia.txt: -------------------------------------------------------------------------------- 1 | 196.20.12.25:8080 2 | 197.188.215.231:8080 3 | 41.63.224.205:20 4 | 196.20.21.82:8080 5 | 196.20.12.21:8080 6 | 197.234.121.222:8291 7 | -------------------------------------------------------------------------------- /Countries/socks5/New_Caledonia.txt: -------------------------------------------------------------------------------- 1 | 46.36.200.151:8080 2 | -------------------------------------------------------------------------------- /Countries/socks5/New_Zealand.txt: -------------------------------------------------------------------------------- 1 | 103.5.108.129:8085 2 | 103.156.192.253:8085 3 | 180.189.196.26:8080 4 | 103.5.109.253:8085 5 | 103.19.10.245:4153 6 | 161.29.202.179:1080 7 | 103.247.152.125:3128 8 | 202.37.33.80:80 9 | 122.56.2.231:8443 10 | 43.231.192.105:4145 11 | -------------------------------------------------------------------------------- /Countries/socks5/Nicaragua.txt: -------------------------------------------------------------------------------- 1 | 45.170.226.254:999 2 | 200.62.96.71:80 3 | 208.96.138.86:29183 4 | 190.53.46.11:38525 5 | 45.170.226.250:999 6 | 190.53.40.34:57775 7 | 190.53.46.11:45535 8 | 200.85.169.18:50577 9 | 190.53.46.2:45580 10 | 200.85.169.18:47548 11 | 186.1.18.208:8080 12 | 209.124.101.194:5678 13 | 200.30.165.2:60606 14 | -------------------------------------------------------------------------------- /Countries/socks5/Norfolk_Island.txt: -------------------------------------------------------------------------------- 1 | 46.36.200.209:8080 2 | -------------------------------------------------------------------------------- /Countries/socks5/North_Macedonia.txt: -------------------------------------------------------------------------------- 1 | 151.236.254.21:5678 2 | 213.135.166.142:80 3 | 62.162.193.125:8081 4 | 88.85.97.150:4153 5 | 46.217.230.70:8080 6 | 79.125.162.222:4145 7 | 46.217.246.76:80 8 | 62.162.91.205:80 9 | 79.125.195.102:5678 10 | -------------------------------------------------------------------------------- /Countries/socks5/Norway.txt: -------------------------------------------------------------------------------- 1 | 185.125.169.24:8118 2 | 91.189.177.186:3128 3 | 37.26.223.96:9080 4 | 178.255.148.210:8118 5 | 91.227.248.40:80 6 | 109.247.104.237:80 7 | 147.12.46.62:3128 8 | 178.255.148.212:8118 9 | 91.189.177.189:3128 10 | 82.147.44.130:4153 11 | 91.189.177.188:3128 12 | 84.214.150.146:8080 13 | 91.189.177.190:3128 14 | 195.181.152.71:3128 15 | 84.215.39.64:8118 16 | 193.156.210.205:18737 17 | 89.151.251.50:32000 18 | 158.39.168.166:1524 19 | 51.13.123.37:3128 20 | -------------------------------------------------------------------------------- /Countries/socks5/Oman.txt: -------------------------------------------------------------------------------- 1 | 38.54.116.9:9999 2 | 154.205.147.234:1081 3 | 154.205.147.234:20 4 | 154.205.147.234:20000 5 | 85.154.17.156:8080 6 | 154.205.147.234:8080 7 | 154.205.147.234:15 8 | 154.205.147.234:1080 9 | 154.205.147.234:3129 10 | 154.205.147.234:3128 11 | -------------------------------------------------------------------------------- /Countries/socks5/Palestine.txt: -------------------------------------------------------------------------------- 1 | 5.44.254.40:4145 2 | 85.114.120.221:9999 3 | 213.6.170.17:80 4 | 45.130.99.42:8080 5 | 213.6.99.106:8080 6 | 93.184.7.73:1080 7 | 46.60.15.90:8080 8 | 93.184.8.22:1080 9 | 213.6.227.38:34081 10 | 185.33.170.167:9999 11 | 217.147.1.34:99 12 | 213.6.66.66:57391 13 | 93.184.7.65:1080 14 | 185.33.170.165:9999 15 | 93.184.4.254:1080 16 | 93.184.7.26:1080 17 | 178.214.80.28:1981 18 | 93.184.10.217:1080 19 | 213.6.244.178:4153 20 | 213.6.36.146:5678 21 | 188.225.202.1:59311 22 | 213.244.79.227:39811 23 | 85.114.112.22:5678 24 | 213.6.221.162:5678 25 | 213.6.133.43:8080 26 | 93.184.5.121:1080 27 | 213.6.197.162:19000 28 | 93.184.9.9:1081 29 | 213.6.68.94:5678 30 | 213.6.17.251:19000 31 | 178.214.80.27:1981 32 | 213.6.155.9:19000 33 | 213.6.204.153:42820 34 | 178.214.80.28:1976 35 | 185.33.170.164:9999 36 | 213.6.68.210:4145 37 | 46.60.15.62:8080 38 | 178.214.80.27:1976 39 | 213.6.209.138:8080 40 | 213.6.38.50:59422 41 | 213.6.40.9:80 42 | 213.6.33.110:4145 43 | 185.33.169.32:45391 44 | 83.244.33.34:8080 45 | 213.6.199.94:42820 46 | 213.6.36.2:8080 47 | 93.184.7.26:1081 48 | 93.184.9.9:1080 49 | 31.56.56.155:3128 50 | 185.33.170.233:9999 51 | 213.244.91.179:8080 52 | -------------------------------------------------------------------------------- /Countries/socks5/Panama.txt: -------------------------------------------------------------------------------- 1 | 45.237.185.17:999 2 | 186.72.101.86:999 3 | 200.46.30.210:4153 4 | 190.14.38.1:8080 5 | 190.123.226.109:5678 6 | 186.96.79.64:999 7 | 201.218.111.34:80 8 | 190.14.215.130:8080 9 | 200.46.65.66:8080 10 | 190.14.213.250:8080 11 | 45.229.58.33:999 12 | 201.218.200.115:8080 13 | 45.237.184.161:999 14 | 181.174.166.1:8080 15 | 190.14.213.45:1080 16 | 200.46.203.42:5678 17 | 200.108.50.254:4145 18 | 200.115.157.211:4145 19 | 190.5.234.34:5678 20 | 141.98.80.111:10211 21 | 181.197.130.218:80 22 | 190.14.223.10:32650 23 | 190.140.31.195:9900 24 | 45.229.56.64:999 25 | 190.5.225.178:44605 26 | -------------------------------------------------------------------------------- /Countries/socks5/Papua_New_Guinea.txt: -------------------------------------------------------------------------------- 1 | 103.99.175.9:8080 2 | -------------------------------------------------------------------------------- /Countries/socks5/Portugal.txt: -------------------------------------------------------------------------------- 1 | 89.114.185.185:8080 2 | 5.182.39.25:3128 3 | 85.245.203.222:80 4 | 213.228.147.6:4153 5 | 109.48.133.50:80 6 | 185.51.92.84:51327 7 | 188.93.237.29:3128 8 | 2.81.91.161:80 9 | 94.126.147.83:11991 10 | 185.51.92.103:51327 11 | 85.240.180.190:5678 12 | 185.51.92.108:51327 13 | 77.54.129.153:80 14 | 82.155.28.72:34245 15 | 5.182.39.94:10549 16 | 2.83.198.171:80 17 | 161.230.111.202:21 18 | 185.142.131.113:8080 19 | 193.136.97.17:80 20 | 37.189.174.72:8081 21 | -------------------------------------------------------------------------------- /Countries/socks5/Puerto_Rico.txt: -------------------------------------------------------------------------------- 1 | 24.139.143.226:4153 2 | 192.203.0.70:999 3 | 98.159.38.178:6478 4 | 154.64.215.193:999 5 | 154.64.219.4:8888 6 | 23.128.168.2:999 7 | 192.203.0.250:999 8 | 23.128.168.7:999 9 | 23.143.160.193:999 10 | 192.203.0.238:33333 11 | 98.159.38.55:6355 12 | 154.64.211.145:999 13 | 192.203.0.122:999 14 | 184.95.0.122:4153 15 | 23.143.160.180:999 16 | 192.203.0.190:999 17 | 172.99.187.33:4145 18 | 67.206.213.202:3120 19 | 72.50.33.170:999 20 | 199.91.79.58:999 21 | 98.159.38.174:6474 22 | 72.46.141.149:8080 23 | 192.203.0.210:999 24 | 23.131.56.188:999 25 | 67.206.213.202:55555 26 | 23.138.88.96:999 27 | 154.64.217.128:36468 28 | 192.203.0.254:999 29 | 104.238.232.210:999 30 | 98.159.38.94:6394 31 | 72.46.158.122:999 32 | 23.132.48.1:999 33 | 67.206.206.74:8888 34 | 98.159.38.14:6314 35 | 98.159.38.22:6322 36 | 67.206.200.42:4153 37 | 204.77.11.13:999 38 | 98.159.38.218:6518 39 | 192.203.0.78:999 40 | 98.159.38.57:6357 41 | 67.206.213.202:4145 42 | 154.64.215.132:999 43 | 154.64.219.2:8888 44 | 98.159.38.51:6351 45 | 192.203.0.22:999 46 | 98.159.38.248:6548 47 | 199.116.62.148:9999 48 | 198.52.241.15:999 49 | -------------------------------------------------------------------------------- /Countries/socks5/Qatar.txt: -------------------------------------------------------------------------------- 1 | 78.100.175.98:8080 2 | 37.210.150.0:8080 3 | 37.211.50.134:8080 4 | 37.210.193.176:8080 5 | 78.100.186.235:8080 6 | 178.153.15.73:8080 7 | 78.101.27.7:8080 8 | 37.210.35.165:8080 9 | 37.211.86.239:8080 10 | 37.208.190.180:8080 11 | 37.210.148.244:8001 12 | 78.101.163.209:8080 13 | 178.152.101.130:8080 14 | 37.211.59.221:8080 15 | 78.100.202.242:8080 16 | 37.208.183.133:8080 17 | 178.153.2.69:8080 18 | 37.210.160.11:8080 19 | 176.202.82.132:8080 20 | 89.211.187.195:8080 21 | 37.210.128.81:8080 22 | 78.101.252.216:8080 23 | 78.101.189.66:8080 24 | 37.210.74.196:8080 25 | 37.211.18.48:8000 26 | 89.211.127.225:8080 27 | 89.211.201.53:8080 28 | 78.100.89.250:8005 29 | 37.211.158.214:8080 30 | 178.153.181.3:8080 31 | 37.210.64.166:8000 32 | 178.153.241.108:8080 33 | 78.100.228.81:8080 34 | -------------------------------------------------------------------------------- /Countries/socks5/Rwanda.txt: -------------------------------------------------------------------------------- 1 | 197.243.49.47:3129 2 | 197.243.20.178:80 3 | 41.222.246.29:7788 4 | 197.157.140.150:8080 5 | 197.157.143.50:8080 6 | 197.243.20.186:80 7 | 197.243.20.187:80 8 | 41.186.174.167:1088 9 | 197.243.67.96:80 10 | -------------------------------------------------------------------------------- /Countries/socks5/Samoa.txt: -------------------------------------------------------------------------------- 1 | 110.5.113.227:80 2 | -------------------------------------------------------------------------------- /Countries/socks5/Saudi_Arabia.txt: -------------------------------------------------------------------------------- 1 | 89.35.237.187:8888 2 | 37.224.104.97:5678 3 | 167.86.151.87:8080 4 | 145.82.197.206:8080 5 | 82.167.252.100:8080 6 | 89.35.237.187:999 7 | 8.213.34.65:3128 8 | 89.35.237.187:80 9 | 38.54.38.116:80 10 | 34.166.117.165:1080 11 | 207.178.65.185:8080 12 | 89.35.237.187:4444 13 | 31.166.158.7:5678 14 | 167.86.183.142:8080 15 | 51.223.98.91:8080 16 | 93.112.21.199:8080 17 | 185.230.211.7:80 18 | 89.35.237.187:8080 19 | 37.104.205.231:8080 20 | 5.82.230.30:80 21 | 145.82.118.65:8080 22 | 168.149.1.227:8080 23 | -------------------------------------------------------------------------------- /Countries/socks5/Senegal.txt: -------------------------------------------------------------------------------- 1 | 154.65.39.7:80 2 | 196.1.93.16:80 3 | 154.65.39.8:80 4 | 154.115.132.162:80 5 | 196.1.95.124:80 6 | -------------------------------------------------------------------------------- /Countries/socks5/Sierra_Leone.txt: -------------------------------------------------------------------------------- 1 | 102.223.154.177:8080 2 | 160.19.155.51:8080 3 | -------------------------------------------------------------------------------- /Countries/socks5/Sint_Maarten.txt: -------------------------------------------------------------------------------- 1 | 190.102.15.104:1111 2 | 190.102.13.114:1111 3 | 190.102.15.152:1111 4 | 190.102.18.179:1111 5 | 190.102.24.47:1111 6 | 190.102.8.245:1111 7 | 190.102.4.88:1111 8 | -------------------------------------------------------------------------------- /Countries/socks5/Slovakia.txt: -------------------------------------------------------------------------------- 1 | 80.87.217.6:8080 2 | 80.87.213.45:8080 3 | 46.175.1.65:8080 4 | 88.212.48.11:4444 5 | 91.229.28.110:3128 6 | 5.252.23.31:3128 7 | 5.252.23.220:3128 8 | 156.146.40.7:80 9 | 195.168.91.238:4153 10 | 80.87.213.111:8080 11 | 85.159.104.220:4153 12 | 147.78.169.80:8443 13 | 37.9.171.155:41075 14 | 5.22.154.50:60606 15 | 91.242.163.156:3128 16 | 45.129.141.143:3128 17 | 185.225.204.5:3129 18 | 195.168.10.9:25952 19 | 80.242.34.242:80 20 | 213.81.222.119:60606 21 | 158.255.249.68:3129 22 | 89.173.82.166:4153 23 | 5.252.23.249:3128 24 | 36.255.215.161:3128 25 | 213.81.219.27:1080 26 | 94.136.157.81:60030 27 | 147.78.169.80:800 28 | 87.197.136.58:4153 29 | 213.81.182.29:57534 30 | 82.119.96.254:80 31 | 91.229.28.105:3129 32 | 185.110.146.209:8192 33 | 194.160.189.179:8080 34 | 217.145.199.45:56746 35 | 77.234.235.174:4153 36 | 94.136.143.92:8888 37 | 213.81.178.157:4145 38 | 78.98.170.186:8080 39 | 188.190.101.143:4145 40 | 178.143.12.103:4153 41 | 212.5.193.219:8880 42 | 158.255.249.68:3128 43 | 194.160.189.181:8080 44 | 176.10.45.206:1080 45 | 213.81.178.190:4145 46 | 94.136.154.53:60030 47 | 5.178.49.226:8080 48 | 185.225.204.5:3128 49 | 217.145.199.112:56284 50 | 217.145.199.47:56746 51 | 91.229.28.105:3128 52 | 91.229.28.110:3129 53 | 185.218.29.222:30211 54 | 185.152.113.67:9999 55 | 91.228.245.196:60606 56 | 85.248.57.129:4153 57 | 91.217.33.161:8080 58 | 158.255.250.22:8000 59 | 213.81.178.183:4145 60 | -------------------------------------------------------------------------------- /Countries/socks5/Slovenia.txt: -------------------------------------------------------------------------------- 1 | 193.111.223.200:51327 2 | 93.103.8.183:4153 3 | 77.38.64.116:35202 4 | 193.2.8.8:80 5 | 195.158.249.8:54873 6 | 195.47.243.254:4145 7 | -------------------------------------------------------------------------------- /Countries/socks5/Somalia.txt: -------------------------------------------------------------------------------- 1 | 154.73.45.58:60606 2 | 154.118.243.18:34535 3 | 154.118.243.18:46241 4 | 41.223.108.13:1080 5 | 154.73.44.122:60606 6 | 102.38.49.193:4153 7 | 102.38.51.193:4153 8 | 102.38.50.65:4153 9 | 102.38.50.133:4153 10 | 102.141.197.20:8080 11 | 192.145.173.101:8080 12 | 102.38.50.62:4153 13 | -------------------------------------------------------------------------------- /Countries/socks5/South_Sudan.txt: -------------------------------------------------------------------------------- 1 | 169.255.136.8:60279 2 | 192.145.183.22:8080 3 | 169.255.139.5:60279 4 | -------------------------------------------------------------------------------- /Countries/socks5/Sri_Lanka.txt: -------------------------------------------------------------------------------- 1 | 192.248.95.98:54126 2 | 192.248.95.1:3128 3 | 203.143.38.249:8080 4 | 91.218.178.188:63636 5 | 122.255.58.227:80 6 | -------------------------------------------------------------------------------- /Countries/socks5/St_Vincent_and_Grenadines.txt: -------------------------------------------------------------------------------- 1 | 205.214.205.59:8080 2 | -------------------------------------------------------------------------------- /Countries/socks5/Sudan.txt: -------------------------------------------------------------------------------- 1 | 62.12.107.48:1337 2 | -------------------------------------------------------------------------------- /Countries/socks5/Suriname.txt: -------------------------------------------------------------------------------- 1 | 186.179.141.10:8080 2 | -------------------------------------------------------------------------------- /Countries/socks5/Syria.txt: -------------------------------------------------------------------------------- 1 | 82.137.245.41:1080 2 | 82.137.250.157:1099 3 | 82.137.224.193:8291 4 | 82.137.250.156:4145 5 | 193.43.145.250:8080 6 | 193.43.149.72:8080 7 | 185.235.16.12:80 8 | 82.137.244.74:8080 9 | 82.137.244.59:4145 10 | 82.137.244.151:8080 11 | 82.137.245.41:1081 12 | 91.144.45.15:8080 13 | 82.137.245.31:5678 14 | 213.178.250.33:8080 15 | -------------------------------------------------------------------------------- /Countries/socks5/Tajikistan.txt: -------------------------------------------------------------------------------- 1 | 217.11.180.168:5678 2 | 62.122.138.174:37077 3 | 185.105.230.45:3128 4 | -------------------------------------------------------------------------------- /Countries/socks5/Tanzania.txt: -------------------------------------------------------------------------------- 1 | 41.59.115.224:8080 2 | 154.72.90.74:8081 3 | 41.59.112.250:3030 4 | 41.220.136.151:8080 5 | 41.220.136.199:8040 6 | 41.59.90.175:80 7 | 41.59.210.2:8080 8 | 41.220.134.194:8080 9 | 41.93.78.218:1088 10 | 154.72.74.82:53281 11 | 41.93.71.21:80 12 | 41.220.134.195:8080 13 | 41.59.90.168:80 14 | 41.93.63.66:8080 15 | 41.220.138.246:8040 16 | 154.0.156.102:8080 17 | 196.41.46.242:5678 18 | 41.220.131.56:8080 19 | 41.220.135.105:8040 20 | 41.220.137.147:8080 21 | 154.72.73.214:1080 22 | 154.0.157.13:8080 23 | 154.72.72.130:8080 24 | 41.59.90.171:80 25 | 197.250.15.58:3043 26 | 154.72.78.146:5678 27 | 41.59.115.217:8081 28 | 197.250.15.87:5678 29 | 154.72.67.190:8080 30 | 41.220.136.30:8080 31 | 41.59.210.4:8080 32 | 41.59.82.154:3128 33 | 41.59.227.49:3128 34 | 154.118.228.212:80 35 | 154.72.73.58:8080 36 | 154.72.72.130:4145 37 | -------------------------------------------------------------------------------- /Countries/socks5/Timor-Leste.txt: -------------------------------------------------------------------------------- 1 | 103.148.184.82:8080 2 | 180.189.167.34:8080 3 | -------------------------------------------------------------------------------- /Countries/socks5/Togo.txt: -------------------------------------------------------------------------------- 1 | 41.207.187.178:80 2 | 80.248.77.125:8081 3 | -------------------------------------------------------------------------------- /Countries/socks5/Trinidad_and_Tobago.txt: -------------------------------------------------------------------------------- 1 | 181.188.27.162:8080 2 | 190.58.248.86:8050 3 | 190.58.248.86:80 4 | -------------------------------------------------------------------------------- /Countries/socks5/Tunisia.txt: -------------------------------------------------------------------------------- 1 | 197.6.28.113:3129 2 | 102.211.211.26:3129 3 | 197.10.42.81:8081 4 | 102.211.211.26:3128 5 | 196.203.83.249:9090 6 | 41.230.216.70:80 7 | 193.95.53.131:8077 8 | 197.5.153.4:8000 9 | 41.231.37.76:3128 10 | -------------------------------------------------------------------------------- /Countries/socks5/Turkmenistan.txt: -------------------------------------------------------------------------------- 1 | 93.171.220.229:8888 2 | 216.250.11.178:3128 3 | 119.235.112.42:3128 4 | 95.85.127.204:80 5 | -------------------------------------------------------------------------------- /Countries/socks5/Tuvalu.txt: -------------------------------------------------------------------------------- 1 | 202.2.118.24:3129 2 | -------------------------------------------------------------------------------- /Countries/socks5/US_Virgin_Islands.txt: -------------------------------------------------------------------------------- 1 | 204.11.158.50:59886 2 | -------------------------------------------------------------------------------- /Countries/socks5/Uganda.txt: -------------------------------------------------------------------------------- 1 | 160.119.148.190:8080 2 | 102.36.217.30:8080 3 | 154.72.204.78:8080 4 | 196.0.111.186:46048 5 | 41.190.152.130:4673 6 | 154.0.132.35:3128 7 | 137.63.147.2:80 8 | 154.72.197.106:61423 9 | 212.88.109.89:3128 10 | 105.21.72.38:8080 11 | 196.0.113.10:56861 12 | 196.0.111.194:34638 13 | 41.173.7.82:8080 14 | 196.0.111.194:48009 15 | 197.221.158.186:1080 16 | 196.0.113.10:31651 17 | 196.0.87.98:5678 18 | 102.223.88.29:8080 19 | -------------------------------------------------------------------------------- /Countries/socks5/Uruguay.txt: -------------------------------------------------------------------------------- 1 | 200.108.197.2:8080 2 | 200.108.205.182:4153 3 | 179.26.139.217:3128 4 | 190.108.12.117:8080 5 | 186.50.95.69:8080 6 | 201.221.9.105:8080 7 | 200.125.40.38:5678 8 | 200.125.44.242:4145 9 | 200.108.205.194:8081 10 | 179.27.81.43:5678 11 | 167.60.79.203:4145 12 | 179.27.86.36:4153 13 | 186.50.95.147:8080 14 | 200.108.196.108:4145 15 | 179.27.73.234:42728 16 | 200.108.198.205:4153 17 | 200.108.234.105:8080 18 | 179.26.139.217:3129 19 | 186.50.247.254:3128 20 | 179.27.73.235:42728 21 | -------------------------------------------------------------------------------- /Countries/socks5/Uzbekistan.txt: -------------------------------------------------------------------------------- 1 | 213.230.107.235:8080 2 | 37.140.216.187:81 3 | 195.158.8.123:3128 4 | 185.196.213.108:3128 5 | 213.230.121.203:1080 6 | 89.249.62.8:3128 7 | 213.232.225.5:8128 8 | 89.249.62.8:3129 9 | 185.139.136.205:3128 10 | 213.230.111.76:4145 11 | 213.230.111.116:9876 12 | 91.196.77.225:8085 13 | 195.158.1.5:8080 14 | 213.230.124.13:8080 15 | 90.156.197.189:8080 16 | 213.230.110.224:3128 17 | 185.74.4.47:8080 18 | 31.135.214.29:8026 19 | 185.203.238.77:8080 20 | 5.182.26.129:4145 21 | 90.156.194.71:8080 22 | 94.141.81.176:3128 23 | 82.148.2.186:3128 24 | 91.213.99.134:3129 25 | 91.213.99.134:3128 26 | 185.74.6.248:8080 27 | 213.230.110.224:3129 28 | 195.158.16.9:3128 29 | 90.156.194.70:8026 30 | 213.230.68.203:3129 31 | 89.104.102.209:58080 32 | 213.230.121.73:3128 33 | 213.230.121.73:3129 34 | 213.230.127.153:8080 35 | 213.230.124.108:8088 36 | 91.204.239.189:8080 37 | 195.158.8.150:3128 38 | 90.156.194.75:8026 39 | 213.230.68.203:3128 40 | 213.230.69.33:1080 41 | 84.54.83.27:8080 42 | -------------------------------------------------------------------------------- /Countries/socks5/Vanuatu.txt: -------------------------------------------------------------------------------- 1 | 202.80.43.204:8080 2 | -------------------------------------------------------------------------------- /Countries/socks5/Zambia.txt: -------------------------------------------------------------------------------- 1 | 102.68.139.1:82 2 | 41.223.119.156:3129 3 | 102.68.136.1:83 4 | 102.68.137.137:83 5 | 41.60.145.105:8081 6 | 102.68.139.1:83 7 | 45.215.247.250:3129 8 | 155.0.181.254:41174 9 | 41.218.86.118:84 10 | 41.223.119.156:3128 11 | 41.218.86.118:83 12 | 102.68.137.1:80 13 | -------------------------------------------------------------------------------- /Countries/socks5/Zimbabwe.txt: -------------------------------------------------------------------------------- 1 | 197.211.240.119:5678 2 | 41.174.96.38:32650 3 | 41.174.179.147:8080 4 | 41.191.235.86:8080 5 | 197.211.244.135:5678 6 | 154.119.80.27:3129 7 | 196.44.182.74:1080 8 | 41.174.111.123:8080 9 | 196.27.105.130:4153 10 | 196.43.106.62:5678 11 | 197.211.238.20:5678 12 | 197.211.209.236:61253 13 | 154.119.82.183:48293 14 | 197.155.230.206:8080 15 | 154.119.80.27:3128 16 | 197.155.237.74:8111 17 | --------------------------------------------------------------------------------