mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
unbound: add doh-local.sample
Works otherwise, but self-signed cert didn't satisfy Chromium I wanted to point at it
This commit is contained in:
parent
10bec4c782
commit
afb0801430
3
.gitignore
vendored
3
.gitignore
vendored
@ -14,6 +14,9 @@
|
|||||||
!.pre-commit-config.yaml
|
!.pre-commit-config.yaml
|
||||||
!.reuse
|
!.reuse
|
||||||
|
|
||||||
|
# Certificates (unlikely to happen, but better safe than sorry)
|
||||||
|
*.pem
|
||||||
|
|
||||||
# Symlinks
|
# Symlinks
|
||||||
install.run
|
install.run
|
||||||
LICENSE
|
LICENSE
|
||||||
|
9
etc/unbound/unbound.conf.d/doh-local.sample
Normal file
9
etc/unbound/unbound.conf.d/doh-local.sample
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# semanage port -a -t dns_port_t -p tcp 4433
|
||||||
|
interface: ::1@53
|
||||||
|
interface: 127.0.0.1@53
|
||||||
|
interface: ::1@4433
|
||||||
|
interface: 127.0.0.1@4433
|
||||||
|
https-port: 4433
|
||||||
|
#http-notls-downstream: yes
|
||||||
|
tls-service-key: /etc/unbound/conf.d/unbound.pem
|
||||||
|
tls-service-pem: /etc/unbound/conf.d/unbound.pem
|
Loading…
Reference in New Issue
Block a user