mirror of
https://github.com/StevenBlack/hosts.git
synced 2026-07-01 02:36:52 +00:00
More readme refinements.
This commit is contained in:
@@ -1,18 +1,25 @@
|
||||
# Extensions
|
||||
|
||||
Use subfolders under the `extensions` folder to house extensions for additional variants of the final amalgamated
|
||||
hosts file.
|
||||
Use subfolders under the `extensions` folder to house extensions to the final amalgamated hosts file.
|
||||
|
||||
Currently this repo includes a `porn` extension which you can optionally add to your final amalgamated file.
|
||||
|
||||
More built-in extensions are coming soon.
|
||||
|
||||
Here's a sample call to include the `porn` extension.
|
||||
|
||||
Using Python 3:
|
||||
**Using Python 3**:
|
||||
|
||||
python3 updateHostsFile.py [--auto] --extensions porn
|
||||
python3 updateHostsFile.py --extensions porn
|
||||
|
||||
Using Python 2.7:
|
||||
or, in short form:
|
||||
|
||||
python updateHostsFile.py [--auto] --extensions porn
|
||||
python3 updateHostsFile.py -e porn
|
||||
|
||||
**Using Python 2.7**:
|
||||
|
||||
python updateHostsFile.py --extensions porn
|
||||
|
||||
or, in short form:
|
||||
|
||||
python updateHostsFile.py -e porn
|
||||
|
||||
More built-in extensions are coming soon.
|
||||
|
||||
Reference in New Issue
Block a user