Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
NavyStack committed Feb 8, 2024
1 parent c02b235 commit 01887ec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ This script simplifies the organization of publicly available IP addresses gathe
1. Customize the filesToProcess array with the names of the files you want to process.
2. Save your IP address lists in text files (.txt).
3. Execute the script to recursively search for the specified files in the current directory and its subdirectories.

```bash
"build-m": "tsc && node main.js -m ipv4.txt ipv6.txt"
```

```bash
"build-c": "tsc && node main.js -c ipv4.txt ipv6.txt"
```

4. The merged IP address lists will be saved in new files with the designated `\_mini` or `\_comma` suffix.

## Amazon
Expand Down
2 changes: 1 addition & 1 deletion types.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export {};
export {}

0 comments on commit 01887ec

Please sign in to comment.