complexorganizations / wireguard-manager

✔️ WireGuard-Manager is an innovative tool designed to streamline the deployment and management of WireGuard VPNs. Emphasizing user-friendliness and security, it simplifies the complexities of VPN configuration, offering a robust yet accessible solution for both personal and professional use.
Other
1.65k stars 207 forks source link

/etc/unbound/unbound.conf.d/hosts.conf is repeatedly corrupted #399

Open mpuz opened 12 months ago

mpuz commented 12 months ago

/etc/unbound/unbound.conf.d/hosts.conf is being corrupt or contains symbols that can't be read by unbound (probably "<", ">") and cause unbound error and slowing down of all connections

Ubuntu server 20

ManniLoe commented 11 months ago

The hosts.conf File for unbound has incorrect content because one of the used blocklists (_UNBOUND_CONFIG_HOSTURL) "https://combinatronics.io/complexorganizations/content-blocker/main/assets/hosts" ist not reachable.

cat hosts.conf

local-zone: "<html>^M" always_refuse
local-zone: "<head><title>301" always_refuse
local-zone: "<body>^M" always_refuse
local-zone: "<center><h1>301" always_refuse
local-zone: "<hr><center>nginx/1.22.1</center>^M" always_refuse
local-zone: "</body>^M" always_refuse
local-zone: "</html>^M" always_refuse