Skip to content

Commit

Permalink
Add instructions for checking local proxy lists
Browse files Browse the repository at this point in the history
Closes #22
  • Loading branch information
monosans committed Dec 9, 2023
1 parent 17b680d commit d8179c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ To use `proxy-scraper-checker` in Termux, knowledge of the Unix command-line int
cd ~/proxy-scraper-checker && sh start-termux.sh
```

## Checking local proxy lists

To check the local proxy lists, start the Python HTTP server on your local machine by running the `python -m http.server --bind localhost` command in the folder with the proxy lists. After that, add links to the appropriate files in `config.ini`.

## Folders description

When the script finishes running, the following folders will be created (this behavior can be changed in the config):
Expand Down

0 comments on commit d8179c9

Please sign in to comment.