View Single Post
  #1   (View Single Post)  
Old 11th November 2017
ucharfli ucharfli is offline
Port Guard
 
Join Date: May 2017
Posts: 22
Default OpenBSD 6.2: Error writing unbound.conf: Operation not permitted

Hi guys,
I am trying to add a local-data but it is not added?

unbound.conf
Code:
local-data: "msn.com A 0.0.0.0"
or 
include: /var/unbound/etc/myunbound.conf
$ ls -all
-rw-r--r-- 1 root    2249 Mar 28  2017 unbound.conf
I added the presentation.
Code:
unbound_flag = "- c /var/unbound/etc/myunbound.conf"
Service did not start.
Code:
# rcctl start unbound
unbound(failed)
How do I include my own arrangements?
I do not want to change permissions!

I want to make an adblock?
Code:
local-data: " A 0.0.0.0"
local-data: "0.r.msn.com A 0.0.0.0"
local-data: "005.free-counter.co.uk A 0.0.0.0"
local-data: "006.free-adult-counters.x-xtra.com A 0.0.0.0"
local-data: "006.free-counter.co.uk A 0.0.0.0"
local-data: "006.freecounters.co.uk A 0.0.0.0"
local-data: "007.free-counter.co.uk A 0.0.0.0"
local-data: "007.go2cloud.org A 0.0.0.0"
local-data: "0075-7112-e7eb-f9b9.reporo.net A 0.0.0.0"
local-data: "008.free-counter.co.uk A 0.0.0.0"

Last edited by ucharfli; 11th November 2017 at 10:33 AM.
Reply With Quote