remove useless line

This commit is contained in:
Amolith 2019-09-23 22:04:43 -04:00
parent 0db3ed665a
commit 783320c9b4
3 changed files with 6 additions and 7 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
_site
.sass-cache
removal-request.txt
openvas/
Gemfile.lock

View File

@ -9,7 +9,7 @@ GEM
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.7)
ffi (1.9.25)
ffi (1.11.1)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (0.9.5)
@ -58,7 +58,8 @@ GEM
sass (3.7.2)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-inotify (>= 0.9.7, >= 0.9)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
PLATFORMS
ruby
@ -68,4 +69,4 @@ DEPENDENCIES
jekyll-target-blank
BUNDLED WITH
2.0.1
2.0.2

View File

@ -29,8 +29,6 @@ Filename: `/etc/unbound/unbound.conf`
### Debian
```
include: "/etc/unbound/unbound.conf.d/*.conf"
server:
tls-cert-bundle: /etc/ssl/certs/ca-certificates.crt
@ -47,8 +45,6 @@ forward-zone:
### Arch
```
include: "/etc/unbound/unbound.conf.d/*.conf"
server:
use-syslog: yes
do-daemonize: no