From ee094be2eb7e2bf9d0ce8887ec5332880134bd8b Mon Sep 17 00:00:00 2001 From: Liam Date: Mon, 29 Apr 2024 08:52:37 +0100 Subject: [PATCH] update user that pushes the commits --- README.md | 107 +++++++++--------- .../piaservers/common/GitUtils.java | 6 +- 2 files changed, 55 insertions(+), 58 deletions(-) diff --git a/README.md b/README.md index c5bd628..7cf5318 100644 --- a/README.md +++ b/README.md @@ -1,100 +1,97 @@ # PIA Server List -![Servers](https://img.shields.io/badge/servers-5,354-blue) -![Regions](https://img.shields.io/badge/regions-97-blue) -![Last update](https://img.shields.io/badge/last_updated-Mon_Apr_29_06:34:07_UTC_2024-blue) +![Servers](https://img.shields.io/badge/servers-5,252-blue) ![Regions](https://img.shields.io/badge/regions-97-blue) ![Last update](https://img.shields.io/badge/last_updated-Mon_Apr_29_06:25:22_UTC_2024-blue) -This is a list of the OpenVPN servers provided by Private Internet Access (PIA). The list is updated hourly.
-Servers that have not been active in the last 2 weeks will be automatically removed. +This is a list of the OpenVPN servers provided by Private Internet Access (PIA). The list is updated hourly. ## Servers | Region | Servers | |----------------------|---------| -| netherlands | 112 | -| ca_vancouver | 101 | -| au_melbourne | 101 | -| ca_montreal | 101 | -| ca_toronto | 100 | -| us_chicago | 100 | -| us_silicon_valley | 100 | -| us_washington_dc | 99 | -| uk_london | 98 | -| us_east | 97 | -| us_new_york | 97 | -| us_texas | 97 | -| us_california | 96 | -| us_seattle | 95 | -| us_atlanta | 93 | -| us_las_vegas | 92 | -| switzerland | 92 | -| us_west | 92 | -| us_florida | 90 | -| de_frankfurt | 90 | -| ca_ontario | 89 | -| us_houston | 88 | -| uk_southampton | 86 | -| japan | 85 | -| au_sydney | 85 | +| netherlands | 109 | +| ca_vancouver | 98 | +| au_melbourne | 98 | +| ca_montreal | 98 | +| ca_toronto | 97 | +| us_chicago | 97 | +| us_silicon_valley | 97 | +| us_east | 96 | +| us_washington_dc | 96 | +| us_new_york | 95 | +| uk_london | 95 | +| us_california | 94 | +| us_texas | 94 | +| us_seattle | 93 | +| us_atlanta | 90 | +| us_las_vegas | 89 | +| switzerland | 89 | +| us_west | 89 | +| us_florida | 88 | +| de_frankfurt | 88 | +| ca_ontario | 86 | +| us_houston | 86 | +| uk_southampton | 84 | +| japan | 83 | | de_berlin | 83 | -| sweden | 82 | -| mexico | 81 | -| uk_manchester | 80 | -| new_zealand | 80 | -| singapore | 79 | -| us_denver | 79 | -| au_perth | 75 | -| france | 72 | -| norway | 65 | +| au_sydney | 82 | +| mexico | 80 | +| sweden | 79 | +| uk_manchester | 79 | +| singapore | 78 | +| us_denver | 78 | +| new_zealand | 78 | +| au_perth | 73 | +| france | 70 | | czech_republic | 64 | -| estonia | 62 | +| norway | 63 | | ireland | 62 | -| israel | 60 | +| estonia | 61 | | bahamas | 59 | +| israel | 59 | | spain | 57 | -| argentina | 57 | +| argentina | 55 | | brazil | 54 | -| denmark | 54 | +| denmark | 52 | | austria | 51 | | panama | 50 | -| italy | 50 | -| finland | 50 | -| ukraine | 49 | -| luxembourg | 47 | -| romania | 47 | +| italy | 49 | +| ukraine | 48 | +| finland | 48 | +| luxembourg | 46 | | latvia | 46 | | turkey | 45 | +| romania | 45 | | lithuania | 44 | | poland | 42 | -| vietnam | 42 | +| vietnam | 41 | | slovakia | 41 | | greenland | 40 | | belgium | 40 | -| andorra | 37 | | greece | 37 | -| taiwan | 36 | +| andorra | 35 | | venezuela | 35 | | albania | 34 | -| united_arab_emirates | 34 | | algeria | 34 | -| china | 34 | +| taiwan | 34 | +| united_arab_emirates | 33 | +| china | 33 | | malta | 32 | | philippines | 31 | | hungary | 29 | | qatar | 29 | -| bangladesh | 29 | | bulgaria | 28 | | india | 28 | | south_africa | 28 | +| bangladesh | 28 | | liechtenstein | 27 | | saudi_arabia | 26 | | isle_of_man | 26 | | portugal | 25 | | montenegro | 25 | -| moldova | 24 | | cyprus | 24 | | nigeria | 24 | | macao | 24 | | iceland | 24 | +| moldova | 23 | | cambodia | 23 | | morocco | 23 | | kazakhstan | 23 | diff --git a/src/main/java/cc/fascinated/piaservers/common/GitUtils.java b/src/main/java/cc/fascinated/piaservers/common/GitUtils.java index 5d40f62..e3b9343 100644 --- a/src/main/java/cc/fascinated/piaservers/common/GitUtils.java +++ b/src/main/java/cc/fascinated/piaservers/common/GitUtils.java @@ -13,13 +13,13 @@ public class GitUtils { public static void commitFiles(String message, Path... files) { System.out.println("Committing files"); if (Config.isProduction()) { - runCommand("git", "config", "--global", "user.email", "liam+pia-servers-ci@fascinated.cc"); - runCommand("git", "config", "--global", "user.name", "PIA Servers CI"); + runCommand("git", "config", "--global", "user.email", "fascinated-helper@fascinated.cc"); + runCommand("git", "config", "--global", "user.name", "Fascinated's Helper"); for (Path file : files) { runCommand("git", "add", file.toAbsolutePath().toString()); } runCommand("git", "commit", "-m", message); - runCommand("git", "push", "https://pia-servers-ci:%s@git.fascinated.cc/Fascinated/PIA-Servers".formatted(System.getenv("AUTH_TOKEN"))); + runCommand("git", "push", "https://fascinated-helper:%s@git.fascinated.cc/Fascinated/PIA-Servers".formatted(System.getenv("AUTH_TOKEN"))); } }