mirror of
https://github.com/C24Be/AS_Network_List.git
synced 2026-01-24 23:26:38 +03:00
Change blacklists location
This commit is contained in:
2
.github/workflows/bl.yml
vendored
2
.github/workflows/bl.yml
vendored
@@ -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"
|
||||
|
||||
@@ -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">
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
5062
lists/ru-all-as/ru-all-as.txt
Normal file
5062
lists/ru-all-as/ru-all-as.txt
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user