Skip to content

Commit

Permalink
psiphon: remove broken countries
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Pashmfouroush <[email protected]>
  • Loading branch information
markpash committed Aug 7, 2024
1 parent 7a66b97 commit 309b599
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ FLAGS
### Country Codes for Psiphon

- Austria (AT)
- Australia (AU)
- Belgium (BE)
- Bulgaria (BG)
- Brazil (BR)
- Canada (CA)
- Switzerland (CH)
- Czech Republic (CZ)
Expand All @@ -60,8 +60,8 @@ FLAGS
- Finland (FI)
- France (FR)
- United Kingdom (GB)
- Hungary (HU)
- Croatia (HR)
- Hungary (HU)
- Ireland (IE)
- India (IN)
- Italy (IT)
Expand All @@ -76,7 +76,6 @@ FLAGS
- Sweden (SE)
- Singapore (SG)
- Slovakia (SK)
- Ukraine (UA)
- United States (US)
![0](https://raw.githubusercontent.com/Ptechgithub/configs/main/media/line.gif)
### Termux
Expand Down
3 changes: 0 additions & 3 deletions psiphon/p.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ var Countries = []string{
"AU",
"BE",
"BG",
"BR",
"CA",
"CH",
"CZ",
Expand All @@ -31,7 +30,6 @@ var Countries = []string{
"GB",
"HR",
"HU",
"ID",
"IE",
"IN",
"IT",
Expand All @@ -46,7 +44,6 @@ var Countries = []string{
"SE",
"SG",
"SK",
"UA",
"US",
}

Expand Down

0 comments on commit 309b599

Please sign in to comment.