Skip to content

Commit

Permalink
Added formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
digen committed Jul 24, 2020
1 parent d9c8b66 commit 8ab552e
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,16 @@ Run your own recursive DNS resolver

`sudo mv /etc/unbound /etc/unbound.dist`

mkdir /etc/unbound
`mkdir /etc/unbound`

chown unbound.unbound /etc/unbound
`chown unbound.unbound /etc/unbound`


sudo -u unbound unbound-control-setup
`sudo -u unbound unbound-control-setup`

sudo curl --output /etc/unbound/root.hints https://www.internic.net/domain/named.cache
`sudo curl --output /etc/unbound/root.hints https://www.internic.net/domain/named.cache`

```
server:
interface: 127.0.0.1
interface: ::0
Expand All @@ -32,10 +33,10 @@ log-time-ascii: yes
# logfile: /var/log/unbound
log-queries: yes
```


`sudo unbound-checkconf`

sudo unbound-checkconf


sudo /etc/init.d/unbound start
`sudo /etc/init.d/unbound start`

0 comments on commit 8ab552e

Please sign in to comment.