73 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			73 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
'':
 | 
						|
  - type: ALIAS
 | 
						|
    value: homepage.kluster.moll.re.
 | 
						|
  # mail forwarding by cloudflare set the auto-ttl to the same value as prescribed by cloudflare
 | 
						|
  - octodns:
 | 
						|
      cloudflare:
 | 
						|
        auto-ttl: true
 | 
						|
    ttl: 300
 | 
						|
    type: MX
 | 
						|
    values:
 | 
						|
      - exchange: route1.mx.cloudflare.net.
 | 
						|
        preference: 62
 | 
						|
      - exchange: route2.mx.cloudflare.net.
 | 
						|
        preference: 77
 | 
						|
      - exchange: route3.mx.cloudflare.net.
 | 
						|
        preference: 27
 | 
						|
  - octodns:
 | 
						|
      cloudflare:
 | 
						|
        auto-ttl: true
 | 
						|
    ttl: 300
 | 
						|
    type: TXT
 | 
						|
    value: v=spf1 include:_spf.mx.cloudflare.net ~all
 | 
						|
 | 
						|
 | 
						|
'*.kluster':
 | 
						|
  ttl: 60
 | 
						|
  type: CNAME
 | 
						|
  value: kluster.moll.re.
 | 
						|
 | 
						|
 | 
						|
# gitea SSH advertised on port 2222
 | 
						|
'_ssh._tcp':
 | 
						|
  type: SRV
 | 
						|
  values:
 | 
						|
    - port: 2222
 | 
						|
      priority: 0
 | 
						|
      target: git.kluster.moll.re.
 | 
						|
      weight: 500
 | 
						|
 | 
						|
 | 
						|
# cloudflare DKIM for cloudflare email routing
 | 
						|
'cf2024-1._domainkey':
 | 
						|
  octodns:
 | 
						|
    cloudflare:
 | 
						|
      auto-ttl: true
 | 
						|
  ttl: 300
 | 
						|
  type: TXT
 | 
						|
  value: '"v=DKIM1\; h=sha256\; k=rsa\; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiweykoi+o48IOGuP7GR3X0MOExCUDY/BCRHoWBnh3rChl7WhdyCxW3jgq1daEjPPqoi7sJvdg5hEQVsgVRQP4DcnQDVjGMbASQtrY4WmB1VebF+RPJB2ECPsEDTpeiI5ZyUAwJaVX7r6bznU67g7LvFq35yIo4sdlmtZGV+i0H4cpYH9+3JJ78k" "m4KXwaf9xUJCWF6nxeD+qG6Fyruw1Qlbds2r85U9dkNDVAS3gioCvELryh1TxKGiVTkg4wqHTyHfWsp7KD3WQHYJn0RyfJJu6YEmL77zonn7p2SRMvTMP3ZEXibnC9gz3nnhR6wcYL8Q7zXypKTMD58bTixDSJwIDAQAB"'
 | 
						|
 | 
						|
 | 
						|
# SMTP by smtp2go
 | 
						|
'em604688':
 | 
						|
  type: CNAME
 | 
						|
  value: return.smtp2go.net.
 | 
						|
 | 
						|
 | 
						|
# SMTP by smtp2go
 | 
						|
'link':
 | 
						|
  type: CNAME
 | 
						|
  value: track.smtp2go.net.
 | 
						|
 | 
						|
 | 
						|
# DKIM by smtp2go
 | 
						|
's604688._domainkey':
 | 
						|
  type: CNAME
 | 
						|
  value: dkim.smtp2go.net.
 | 
						|
 | 
						|
 | 
						|
'short':
 | 
						|
  ttl: 60
 | 
						|
  type: CNAME
 | 
						|
  value: shlink.kluster.moll.re.
 |