托管文件自动注释(自我报告)我添加的所有条目

Hosts file autocomment (self-report) all entries that I add

我的主机文件如下所示:

# 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 handled within DNS itself.
127.0.0.1       localhost
::1             localhost
192.168.10.10   ingeniaticupct.ddns.net

我正在与 Laravel 合作。大约每 1 小时一次(没有触摸 PC)(或者总是在我重新启动 Homestead 时,或者我对 Laravel 文件进行任何更改等...)主机文件如下所示:

# 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 handled within DNS itself.
127.0.0.1       localhost
::1             localhost
#      192.168.10.10    ingeniaticupct.ddns.net 

因此,我的域 ingeniaticupct.ddns.net 被自动注释(自我报告)(# 192.168.10.10 ingeniaticupct.ddns.net),我不明白为什么。我一直在几个网站上搜索,但我还没有找到解决方案。

希望你能帮助我。

谢谢大家

Ergo, my domain ingeniaticupct.ddns.net is autocommented (self-reported) (# 192.168.10.10 ingeniaticupct.ddns.net) and I do not understand why.

这很可能是某种安全应用程序试图保护您的计算机(免受恶意软件的侵害,这些恶意软件只会更改或添加其中的条目,并试图将您对热门网站的请求重定向到他们自己的服务器。)

根据 superuser.com 上的 windows 10 hosts file entries been commented out,可能是 Bitdefender;但可能还有其他程序也可以执行此操作。