mirror of
https://github.com/StevenBlack/hosts.git
synced 2026-07-01 02:36:52 +00:00
Incremental tweaks to Readme.
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
#Amalgamated hosts file
|
||||
|
||||
This repository consolidates several reputable `hosts` files, and merges them into a single amalgamated hosts file
|
||||
with duplicates removed. You can [download the resultant amalgamated hosts file](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) or clone this repo and generate your own using the Python script provided.
|
||||
|
||||
**Details about this amalgamated hosts file:**
|
||||
|
||||
* Last updated: **@GEN_DATE@**.
|
||||
* Contains: **@NUM_ENTRIES@ unique entries**.
|
||||
|
||||
This repository consolidates several reputable `hosts` files, and merges them into a single amalgamated hosts file
|
||||
with duplicates removed. You can [download the resultant amalgamated hosts file](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) or clone this repo and generate your own using the Python script provided.
|
||||
|
||||
## Goals of this amalgamated hosts file
|
||||
|
||||
The goals of this repo are to:
|
||||
@@ -55,15 +53,15 @@ versions (from locations defined by the update.info text file in each source's f
|
||||
|
||||
### Usage
|
||||
|
||||
Using Python 3:
|
||||
#### Using Python 3:
|
||||
|
||||
python3 updateHostsFile.py [--auto] [--replace] [--ip nnn.nnn.nnn.nnn] [--extensions ext1 ext2 ext3]
|
||||
|
||||
Using Python 2.7:
|
||||
#### Using Python 2.7:
|
||||
|
||||
python updateHostsFile.py [--auto] [--replace] [--ip nnn.nnn.nnn.nnn] [--extensions ext1 ext2 ext3]
|
||||
|
||||
Command line options:
|
||||
#### Command line options:
|
||||
|
||||
`--auto`, or `-a`: run the script without prompting. When `--auto` is invoked,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user