Skip to content

This is the MVPS HOSTS file from mvps.org for backup purposes

Notifications You must be signed in to change notification settings

KnightmareVIIVIIXC/MVPS-Hosts-File

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

image

MVPS Hosts

A modified Hosts file offers a powerful defense against online nuisances. By redirecting connections to specific domains, you can effectively block ads, trackers, and other unwanted content, such as:

  • Ads and Banners: Eliminate distracting and intrusive advertisements.
  • Third-Party Cookies: Prevent websites from tracking your browsing behavior.
  • Page Counters and Web Bugs: Minimize data collection and privacy intrusions.
  • Hijackers and Potentially Unwanted Programs: Reduce the risk of malicious software installations.

How it Works

The Hosts file is a crucial system file that maps domain names to IP addresses. When you visit a website, your computer first checks this file for an entry. If a match is found, the connection is redirected to the specified address, often "0.0.0.0," effectively blocking the request. This streamlined process:

  • Accelerates Page Loading: By eliminating the need to load extraneous content, pages load faster.
  • Enhances Privacy: Reduces tracking and data collection by third-party entities.
  • Bolsters Security: Minimizes the risk of encountering malicious websites and software.

Note

While a modified Hosts file provides a valuable layer of protection, it's not a foolproof solution against all online threats.

Key Benefits

  • Improved Browsing Experience: Enjoy a faster, cleaner, and more distraction-free web browsing experience.
  • Enhanced Privacy: Protect your personal information from unwanted tracking and data mining.
  • Increased Security: Reduce the risk of malware infections and online threats.

By incorporating a well-maintained Hosts file into your online security strategy, you can significantly enhance your browsing experience while safeguarding your privacy and security.


Example: ad.domain.tld

Blocking the example entry in your Hosts file prevents this ad server from loading ads and tracking your browsing activity on the current webpage, and potentially across other sites you visit.

# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
#      102.54.94.97     rhino.acme.com          # source server
#       38.25.63.10     x.acme.com              # x client host
# localhost name resolution is handle within DNS itself.
#       127.0.0.1       localhost
#       ::1             localhost

127.0.0.1 localhost
::1 localhost

0.0.0.0 ad.domain.tld

About

This is the MVPS HOSTS file from mvps.org for backup purposes

Resources

Stars

Watchers

Forks