public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Trace
data/conf/unbound/unbound.conf
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
server:
2
verbosity: 1
3
interface: 0.0.0.0
4
interface: ::0
5
logfile: /dev/console
6
do-ip4: yes
7
do-ip6: yes
8
do-udp: yes
9
do-tcp: yes
10
do-daemonize: no
11
#access-control: 0.0.0.0/0 allow
12
access-control: 10.0.0.0/8 allow
13
access-control: 172.16.0.0/12 allow
14
access-control: 192.168.0.0/16 allow
15
access-control: fc00::/7 allow
16
access-control: fe80::/10 allow
17
#access-control: ::0/0 allow
18
directory: "/etc/unbound"
19
username: unbound
20
auto-trust-anchor-file: trusted-key.key
21
#private-address: 10.0.0.0/8
22
#private-address: 172.16.0.0/12
23
#private-address: 192.168.0.0/16
24
#private-address: 169.254.0.0/16
25
#private-address: fc00::/7
26
#private-address: fe80::/10
27
# cache-min-ttl needs to be less or equal to cache-max-negative-ttl
28
cache-min-ttl: 5
29
cache-max-negative-ttl: 60
30
root-hints: "/etc/unbound/root.hints"
31
hide-identity: yes
32
hide-version: yes
33
max-udp-size: 4096
34
msg-buffer-size: 65552
35
unwanted-reply-threshold: 10000
36
ipsecmod-enabled: no
38
remote-control:
39
control-enable: yes
40
control-interface: 127.0.0.1
41
control-port: 8953
42
server-key-file: "/etc/unbound/unbound_server.key"
43
server-cert-file: "/etc/unbound/unbound_server.pem"
44
control-key-file: "/etc/unbound/unbound_control.key"
45
control-cert-file: "/etc/unbound/unbound_control.pem"