mirror of
https://github.com/StevenBlack/hosts.git
synced 2026-09-24 14:20:09 +01:00
Amalgamated -> Unified.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# Extensions
|
||||
|
||||
Use subfolders under the `extensions` folder to house extensions to the final amalgamated hosts file.
|
||||
Use subfolders under the `extensions` folder to house extensions to the final unified hosts file.
|
||||
|
||||
Currently this repo includes a `porn` extension which you can optionally add to your final amalgamated file.
|
||||
Currently this repo includes a `porn` extension which you can optionally add to your final unified file.
|
||||
|
||||
Here's a sample call to include the `porn` extension.
|
||||
|
||||
|
||||
+1
-1
@@ -100,7 +100,7 @@ extensions = []
|
||||
|
||||
def main():
|
||||
|
||||
parser = argparse.ArgumentParser(description="Creates an amalgamated hosts file from hosts stored in data subfolders.")
|
||||
parser = argparse.ArgumentParser(description="Creates a unified hosts file from hosts stored in data subfolders.")
|
||||
parser.add_argument("--auto", "-a", dest="auto", default=False, action='store_true', help="Run without prompting.")
|
||||
parser.add_argument("--replace", "-r", dest="replace", default=False, action='store_true', help="Replace your active hosts file with this new hosts file.")
|
||||
parser.add_argument("--ip", "-i", dest="targetIP", default="0.0.0.0", help="Target IP address. Default is 0.0.0.0.")
|
||||
|
||||
Reference in New Issue
Block a user