dnsfix -i -a 64.94.110.11
Download
Current version is 1.0.2:- dnsfix.zip - 17 KB - Sep 28, 2003 - includes short Readme file
- dnsfix.exe - 17 KB - Sep 28, 2003 - md5: f5dcc4c807c67d70c4fc80a59fb034b1
General notes
DNSfix contains no spyware, bannerware, backdoorware or any other *ware unrelated to its purpose. I try and release the code under open source licenses, but the dnsfix is partially based on libppf, which is a commercial product. So it is binary only distribution. Be warned that dnsfix contains a kernel component, which as any other driver may potentially bluescreen your Windows. Use at your own risk.How to use
dnsfix is a console application and it accepts 3 command line parameters:-i - instructs it to install and run itself as a windows service
-u - undoes the effect of -i
-a - adds an IP address to the blacklist (may be repeated)
If neither -i nor -u is specified, dnsfix runs in a console until Ctrl-C is hit. This is a debugging mode, which is useful for testing new configs.
The following 'screenshot' illustrates what dnsfix is about:
Q:\>ping kernel.org -n 1 Pinging kernel.org [204.152.189.116] with 32 bytes of data: Reply from 204.152.189.116: bytes=32 time=68ms TTL=56 Q:\>dnsfix -i -a 204.152.189.116 installing .. ok Q:\>ipconfig /flushdns Windows IP Configuration Successfully flushed the DNS Resolver Cache. Q:\>ping kernel.org Ping request could not find host kernel.org. Please check the name and try again. Q:\>dnsfix -u uninstalling .. ok Q:\>ping kernel.org -n 1 Pinging kernel.org [204.152.189.116] with 32 bytes of data: Reply from 204.152.189.116: bytes=32 time=63ms TTL=56
Legalease
DNSfix binary is hereby placed into a public domain. The following disclaimer also applies to dnsfix distributions appearing on this page:THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT, ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Last updated - September 2003