From 58f11636231a51e5e1ffefb321c8a416c233ceb3 Mon Sep 17 00:00:00 2001 From: Justin Reichardt Date: Thu, 2 Sep 2021 11:21:58 -0500 Subject: [PATCH] Included how to use rhosts This is just editing the config at the moment --- Readme.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Readme.md b/Readme.md index b404e22..7d171b5 100644 --- a/Readme.md +++ b/Readme.md @@ -16,3 +16,20 @@ This reroutes sites to 0.0.0.0 in order to block them from being reached by addi sudo make reinstall +## How to use + +Open the config file: + + Linux: /etc/rhosts/rhosts.cfg + + Windows: \ProgramData\rhosts\rhosts.cfg + + +There are 2 types of entries: download and site. Downloads are currently downloaded straight into the config without error checking, sites are added with an IP address prepended. You can also add comments by prepending with a '#'. + +Example: + + # This is a static entry + site=www.site.xyz + # This is a download entry + download=w3.site.xyz/location/to/config.txt