Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mpuz opened this issue Oct 1, 2023 · 2 comments
Open

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

mpuz opened this issue Oct 1, 2023 · 2 comments

Comments

@mpuz
Copy link

mpuz commented Oct 1, 2023

/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
Copy link

The hosts.conf File for unbound has incorrect content because one of the used blocklists (UNBOUND_CONFIG_HOST_URL) "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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@ManniLoe @mpuz and others