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/Dockerfiles/unbound/syslog-ng.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
@version: 4.5
2
@include "scl.conf"
3
options {
4
chain_hostnames(off);
5
flush_lines(0);
6
use_dns(no);
7
use_fqdn(no);
8
owner("root"); group("adm"); perm(0640);
9
stats(freq(0));
10
keep_timestamp(no);
11
bad_hostname("^gconfd$");
12
};
13
source s_dgram {
14
unix-dgram("/dev/log");
15
internal();
16
};
17
destination d_stdout { pipe("/dev/stdout"); };
18
log {
19
source(s_dgram);
20
destination(d_stdout);
21
};