Move emgauwa.app to separate service
This commit is contained in:
parent
b6cb1cb698
commit
7388a6e688
6 changed files with 55 additions and 3 deletions
11
dnsconfig.js
11
dnsconfig.js
|
|
@ -115,6 +115,17 @@ D("emgauwa.app", REG_OVH, DnsProvider(DSP_OVH),
|
|||
emgauwa_records(emgauwa)
|
||||
);
|
||||
|
||||
|
||||
// _ _ _ _ _ _ _ _
|
||||
// | |__ __ _ ___| |_ __| |_ _ _ __ ___ __ _| | ___(_)_ __ ___ _ __ | |(_)_ __ | | __
|
||||
// | '_ \ / _` / __| __/ _` | | | | '_ ` _ \ / _` | |/ _ \ | '_ \ / _ \ '_ \ | || | '_ \| |/ /
|
||||
// | | | | (_| \__ \ || (_| | |_| | | | | | | (_| | | __/ | | | | __/ | | |_| || | | | | <
|
||||
// |_| |_|\__,_|___/\__\__,_|\__,_|_| |_| |_|\__,_|_|\___|_|_| |_|\___|_| |_(_)_||_|_| |_|_|\_\
|
||||
D("hastdumaleinen.link", REG_OVH, DnsProvider(DSP_OVH),
|
||||
all_defaults("hastdumaleinen.link", true),
|
||||
TXT("direct", "v=spf1 mx -all"),
|
||||
);
|
||||
|
||||
|
||||
// _ _ _ _ _ _
|
||||
// _ __ ___(_) |_ __ _ _ __ | | __ _ __ _ ___ ___ _ __ __ _ _ __ (_) ___ _ __ | |__ _ _ _ __ __ _ __| | ___
|
||||
|
|
|
|||
Loading…
Reference in a new issue