NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
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.

syslog-ng.conf on main
Author Date Commit Line Code
Niklas Meyer almost 2 years ago b26ccc2

unbound: fix healthcheck logging + added fail tolerance to checks (#6004)

Full commit hash
b26ccc2019921aa399d801a5241dbdf21b8350c0
Author
Niklas Meyer <[email protected]>
Date
almost 2 years ago
Selected line
1
@version: 4.5
Open commit View diff
1 @version: 4.5
same change b26ccc2

unbound: fix healthcheck logging + added fail tolerance to checks (#6004)

Full commit hash
b26ccc2019921aa399d801a5241dbdf21b8350c0
Author
Niklas Meyer <[email protected]>
Date
almost 2 years ago
Selected line
2
@include "scl.conf"
Open commit View diff
2 @include "scl.conf"
same change b26ccc2

unbound: fix healthcheck logging + added fail tolerance to checks (#6004)

Full commit hash
b26ccc2019921aa399d801a5241dbdf21b8350c0
Author
Niklas Meyer <[email protected]>
Date
almost 2 years ago
Selected line
3
options {
Open commit View diff
3 options {
same change b26ccc2

unbound: fix healthcheck logging + added fail tolerance to checks (#6004)

Full commit hash
b26ccc2019921aa399d801a5241dbdf21b8350c0
Author
Niklas Meyer <[email protected]>
Date
almost 2 years ago
Selected line
4
  chain_hostnames(off);
Open commit View diff
4 chain_hostnames(off);
same change b26ccc2

unbound: fix healthcheck logging + added fail tolerance to checks (#6004)

Full commit hash
b26ccc2019921aa399d801a5241dbdf21b8350c0
Author
Niklas Meyer <[email protected]>
Date
almost 2 years ago
Selected line
5
  flush_lines(0);
Open commit View diff
5 flush_lines(0);
same change b26ccc2

unbound: fix healthcheck logging + added fail tolerance to checks (#6004)

Full commit hash
b26ccc2019921aa399d801a5241dbdf21b8350c0
Author
Niklas Meyer <[email protected]>
Date
almost 2 years ago
Selected line
6
  use_dns(no);
Open commit View diff
6 use_dns(no);
same change b26ccc2

unbound: fix healthcheck logging + added fail tolerance to checks (#6004)

Full commit hash
b26ccc2019921aa399d801a5241dbdf21b8350c0
Author
Niklas Meyer <[email protected]>
Date
almost 2 years ago
Selected line
7
  use_fqdn(no);
Open commit View diff
7 use_fqdn(no);
same change b26ccc2

unbound: fix healthcheck logging + added fail tolerance to checks (#6004)

Full commit hash
b26ccc2019921aa399d801a5241dbdf21b8350c0
Author
Niklas Meyer <[email protected]>
Date
almost 2 years ago
Selected line
8
  owner("root"); group("adm"); perm(0640);
Open commit View diff
8 owner("root"); group("adm"); perm(0640);
same change b26ccc2

unbound: fix healthcheck logging + added fail tolerance to checks (#6004)

Full commit hash
b26ccc2019921aa399d801a5241dbdf21b8350c0
Author
Niklas Meyer <[email protected]>
Date
almost 2 years ago
Selected line
9
  stats(freq(0));
Open commit View diff
9 stats(freq(0));
same change b26ccc2

unbound: fix healthcheck logging + added fail tolerance to checks (#6004)

Full commit hash
b26ccc2019921aa399d801a5241dbdf21b8350c0
Author
Niklas Meyer <[email protected]>
Date
almost 2 years ago
Selected line
10
  keep_timestamp(no);
Open commit View diff
10 keep_timestamp(no);
same change b26ccc2

unbound: fix healthcheck logging + added fail tolerance to checks (#6004)

Full commit hash
b26ccc2019921aa399d801a5241dbdf21b8350c0
Author
Niklas Meyer <[email protected]>
Date
almost 2 years ago
Selected line
11
  bad_hostname("^gconfd$");
Open commit View diff
11 bad_hostname("^gconfd$");
same change b26ccc2

unbound: fix healthcheck logging + added fail tolerance to checks (#6004)

Full commit hash
b26ccc2019921aa399d801a5241dbdf21b8350c0
Author
Niklas Meyer <[email protected]>
Date
almost 2 years ago
Selected line
12
};
Open commit View diff
12 };
same change b26ccc2

unbound: fix healthcheck logging + added fail tolerance to checks (#6004)

Full commit hash
b26ccc2019921aa399d801a5241dbdf21b8350c0
Author
Niklas Meyer <[email protected]>
Date
almost 2 years ago
Selected line
13
source s_dgram {
Open commit View diff
13 source s_dgram {
same change b26ccc2

unbound: fix healthcheck logging + added fail tolerance to checks (#6004)

Full commit hash
b26ccc2019921aa399d801a5241dbdf21b8350c0
Author
Niklas Meyer <[email protected]>
Date
almost 2 years ago
Selected line
14
  unix-dgram("/dev/log");
Open commit View diff
14 unix-dgram("/dev/log");
same change b26ccc2

unbound: fix healthcheck logging + added fail tolerance to checks (#6004)

Full commit hash
b26ccc2019921aa399d801a5241dbdf21b8350c0
Author
Niklas Meyer <[email protected]>
Date
almost 2 years ago
Selected line
15
  internal();
Open commit View diff
15 internal();
same change b26ccc2

unbound: fix healthcheck logging + added fail tolerance to checks (#6004)

Full commit hash
b26ccc2019921aa399d801a5241dbdf21b8350c0
Author
Niklas Meyer <[email protected]>
Date
almost 2 years ago
Selected line
16
};
Open commit View diff
16 };
same change b26ccc2

unbound: fix healthcheck logging + added fail tolerance to checks (#6004)

Full commit hash
b26ccc2019921aa399d801a5241dbdf21b8350c0
Author
Niklas Meyer <[email protected]>
Date
almost 2 years ago
Selected line
17
destination d_stdout { pipe("/dev/stdout"); };
Open commit View diff
17 destination d_stdout { pipe("/dev/stdout"); };
same change b26ccc2

unbound: fix healthcheck logging + added fail tolerance to checks (#6004)

Full commit hash
b26ccc2019921aa399d801a5241dbdf21b8350c0
Author
Niklas Meyer <[email protected]>
Date
almost 2 years ago
Selected line
18
log {
Open commit View diff
18 log {
same change b26ccc2

unbound: fix healthcheck logging + added fail tolerance to checks (#6004)

Full commit hash
b26ccc2019921aa399d801a5241dbdf21b8350c0
Author
Niklas Meyer <[email protected]>
Date
almost 2 years ago
Selected line
19
  source(s_dgram);
Open commit View diff
19 source(s_dgram);
same change b26ccc2

unbound: fix healthcheck logging + added fail tolerance to checks (#6004)

Full commit hash
b26ccc2019921aa399d801a5241dbdf21b8350c0
Author
Niklas Meyer <[email protected]>
Date
almost 2 years ago
Selected line
20
  destination(d_stdout);
Open commit View diff
20 destination(d_stdout);
same change b26ccc2

unbound: fix healthcheck logging + added fail tolerance to checks (#6004)

Full commit hash
b26ccc2019921aa399d801a5241dbdf21b8350c0
Author
Niklas Meyer <[email protected]>
Date
almost 2 years ago
Selected line
21
};
Open commit View diff
21 };