Update configs
Use temporary next image for woodpecker Restrict SPF in mail Fix factorio IP
This commit is contained in:
parent
09c153a4e4
commit
315a8655ea
4 changed files with 5 additions and 3 deletions
|
@ -5,6 +5,7 @@ function mx_default(dkim) {
|
||||||
CNAME("autodiscover", "mail.serguzim.me."),
|
CNAME("autodiscover", "mail.serguzim.me."),
|
||||||
SRV("_autodiscover._tcp", 1, 1, 443, "mail.serguzim.me."),
|
SRV("_autodiscover._tcp", 1, 1, 443, "mail.serguzim.me."),
|
||||||
|
|
||||||
|
TXT("*", "v=spf1 -all"),
|
||||||
TXT("@", "v=spf1 mx -all"),
|
TXT("@", "v=spf1 mx -all"),
|
||||||
TXT("mail-ses", "v=spf1 include:amazonses.com -all"),
|
TXT("mail-ses", "v=spf1 include:amazonses.com -all"),
|
||||||
|
|
||||||
|
|
|
@ -59,6 +59,7 @@ D("msrg.cc", REG_OVH, DnsProvider(DSP_OVH),
|
||||||
// |___/
|
// |___/
|
||||||
D("serguzim.me", REG_OVH, DnsProvider(DSP_OVH),
|
D("serguzim.me", REG_OVH, DnsProvider(DSP_OVH),
|
||||||
all_defaults("serguzim.me", true),
|
all_defaults("serguzim.me", true),
|
||||||
|
TXT("direct", "v=spf1 mx -all"),
|
||||||
|
|
||||||
TLSA("_25._tcp.mail", 3, 1, 1, "e66a608a3ec459bda7fb1f2d500b8abeb78f2910f26641204b6bc454b8aa2a49"),
|
TLSA("_25._tcp.mail", 3, 1, 1, "e66a608a3ec459bda7fb1f2d500b8abeb78f2910f26641204b6bc454b8aa2a49"),
|
||||||
|
|
||||||
|
|
|
@ -33,11 +33,11 @@ woodpecker_env:
|
||||||
|
|
||||||
woodpecker_compose:
|
woodpecker_compose:
|
||||||
watchtower: update
|
watchtower: update
|
||||||
image: woodpeckerci/woodpecker-server
|
image: woodpeckerci/woodpecker-server:next
|
||||||
file:
|
file:
|
||||||
services:
|
services:
|
||||||
agent:
|
agent:
|
||||||
image: woodpeckerci/woodpecker-agent:latest
|
image: woodpeckerci/woodpecker-agent:next
|
||||||
restart: always
|
restart: always
|
||||||
labels:
|
labels:
|
||||||
com.centurylinklabs.watchtower.enable: true
|
com.centurylinklabs.watchtower.enable: true
|
||||||
|
|
|
@ -138,7 +138,7 @@ services = {
|
||||||
type = "docker"
|
type = "docker"
|
||||||
}]
|
}]
|
||||||
monitoring = {
|
monitoring = {
|
||||||
url = "https://multiplayer.factorio.com/get-game-details/49.13.212.188:34197"
|
url = "https://multiplayer.factorio.com/get-game-details/91.107.211.57:34197"
|
||||||
group = "4-services"
|
group = "4-services"
|
||||||
interval = "5m"
|
interval = "5m"
|
||||||
conditions = [
|
conditions = [
|
||||||
|
|
Loading…
Reference in a new issue