diff options
| author | Ben Busby <contact@benbusby.com> | 2023-01-04 10:03:03 -0700 |
|---|---|---|
| committer | Ben Busby <contact@benbusby.com> | 2023-01-04 10:03:03 -0700 |
| commit | 73a53f8dbe8bb8b716028ae510d537dbe0347a8d (patch) | |
| tree | 05b4f9c78c2d45104ef9cd9169873bc67a8a83ca /.github | |
| parent | d2229a63729a74259e9ca1c1d68f1b6ddbc5e918 (diff) | |
| download | farside-73a53f8dbe8bb8b716028ae510d537dbe0347a8d.tar.gz | |
Add cf filter to nightly build, update services
The cloudflare filter has been added back into the nightly build. Now
that the filtering method uses direct querying of the instance IP(s), it
should be more reliable than the namespace lookup (and more accurate).
services.json has been updated with the latest filtered results from
services-full.json as well.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/update-instances.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/update-instances.yml b/.github/workflows/update-instances.yml index 59341e1..1416b46 100644 --- a/.github/workflows/update-instances.yml +++ b/.github/workflows/update-instances.yml @@ -209,6 +209,12 @@ jobs: # ============================================================== # ============================================================== + # Filter out Cloudflared instances from services-full.json into + # services.json + # ============================================================== + ./tools/un-cloudflare.sh + + # ============================================================== # Push changes # ============================================================== git add services.json services-full.json |
