expose rspamd webui
This commit is contained in:
parent
dd980613e9
commit
e7688afb83
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,7 @@ in
|
|||
SOA = {
|
||||
nameServer = "ns1.chir.rs.";
|
||||
adminEmail = "lotte@chir.rs";
|
||||
serial = 11;
|
||||
serial = 12;
|
||||
};
|
||||
NS = [
|
||||
"ns1.chir.rs."
|
||||
|
@ -247,6 +247,7 @@ in
|
|||
backup.CNAME = [ (ttl zoneTTL (cname "nas")) ];
|
||||
hydra.CNAME = [ (ttl zoneTTL (cname "nas")) ];
|
||||
mastodon.CNAME = [ (ttl zoneTTL (cname "nas")) ];
|
||||
rspamd.CNAME = [ (ttl zoneTTL (cname "nas")) ];
|
||||
_acme-challenge = delegateTo [
|
||||
"ns1.chir.rs."
|
||||
"ns2.chir.rs."
|
||||
|
|
Loading…
Reference in a new issue