-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to use #1
Comments
This is still actively in my todo list from last time you asked. I'll get to it soonish. |
java -jar simple_hosts_merger.jar allowlist.txt blocklists.txt hosts cache; |
it works , thank you . |
I might be stupid but what do each of the inputs mean? What are the hosts and cache arguments? |
you can generate the allowlist by catting all the files here: https://github.com/divestedcg/dnsrm |
Can i specify more then one blocklist at a time using wildcards? |
@hexahigh blocklists.txt must be one url per line as example here: https://github.com/divestedcg/Simple_Hosts_Merger/blob/master/blocklists.txt each line must be in the format: |
Alright, ty! |
any document about how to use ?
The text was updated successfully, but these errors were encountered: