Change blacklists location

This commit is contained in:
Be
2024-03-02 21:40:47 +01:00
parent 0d7d91427f
commit 57a68c6856
4 changed files with 5067 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ jobs:
timestamp=`date "+%Y.%m.%d %H:%M:%S"`
git config --global user.name "${{ env.REPO_OWNER }}"
git config --global user.email "${{ env.REPO_OWNER }}@github.com"
git add blacklist*txt
git add auto/blacklist*txt
git diff --staged --quiet || CHANGED=true
if [ "$CHANGED" = true ]; then
git commit -m "Update $timestamp"

View File

@@ -13,8 +13,8 @@ This repository contains two Python scripts that allow you to retrieve network l
- `blacklist_updater.sh`: Static blacklist updater.
- `blacklist.txt`: Static blacklist generated from both lists! **Will be periodically updated!**
- `blacklist_with_comments.txt`: Static blacklist generated from both lists with comments! **Will be periodically updated!**
- `auto/blacklist.txt`: Static blacklist generated from both lists! **Will be periodically updated!**
- `auto/blacklist_with_comments.txt`: Static blacklist generated from both lists with comments! **Will be periodically updated!**
<img width="240" alt="image" src="https://github.com/C24Be/AS_Network_List/assets/153936414/2ec89fa9-b39a-416d-b1a1-20ddc89377ed">

View File

@@ -1,7 +1,7 @@
#!/bin/sh
outfile_wo_comments="blacklist.txt"
outfile_w_comments="blacklist_with_comments.txt"
outfile_wo_comments="auto/blacklist.txt"
outfile_w_comments="auto/blacklist_with_comments.txt"
url_ass="https://raw.githubusercontent.com/C24Be/AS_Network_List/main/lists/ru-gov-ass.txt"
url_nets="https://raw.githubusercontent.com/C24Be/AS_Network_List/main/lists/ru-gov-netnames.txt"

File diff suppressed because it is too large Load Diff