From b36fc903211a96837c952f3e3e97dd0db8177727 Mon Sep 17 00:00:00 2001 From: Be Date: Fri, 1 Mar 2024 21:23:55 +0100 Subject: [PATCH] Update netnames list --- README.md | 4 ++-- files/blacklist4.txt => lists/run-gov-netnames.txt | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename files/blacklist4.txt => lists/run-gov-netnames.txt (100%) diff --git a/README.md b/README.md index af9995c..6586dc3 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This repository contains two Python scripts that allow you to retrieve network l image -These scripts have been tested on MacOS and Linux. +These scripts have been tested on MacOS, FreeBSD and Linux. ## Prerequisites @@ -62,7 +62,7 @@ These scripts have been tested on MacOS and Linux. 1. Run the script with a file containing a list of network names as an argument: ```bash - ./network_list_from_netname.py files/blacklist4.txt + ./network_list_from_netname.py lists/run-gov-netnames.txt ``` 2. Run the script with a URL to a file in a GitHub repository as an argument: diff --git a/files/blacklist4.txt b/lists/run-gov-netnames.txt similarity index 100% rename from files/blacklist4.txt rename to lists/run-gov-netnames.txt