dns

DNS Deployment for nordgedanken.dev infra.
git clone git://archive.git.mtrnord.blog/Nordgedanken/dns.git
Log | Files | Refs

nordgedanken.dev.yaml (2838B)


      1 ---
      2 '':
      3   - ttl: 1800
      4     type: A
      5     value: "65.21.116.74"
      6   - ttl: 1800
      7     type: AAAA
      8     value: "2a01:4f9:4a:451c:2::5"
      9   - ttl: 1800
     10     type: CAA
     11     values:
     12       - flags: 0
     13         tag: iodef
     14         value: mailto:mtrnord@nordgedanken.dev
     15       - flags: 0
     16         tag: issue
     17         value: letsencrypt.org; validationmethods=tls-alpn-01,dns-01,http-01
     18   - ttl: 1800
     19     type: MX
     20     values:
     21       - exchange: in1-smtp.messagingengine.com.
     22         preference: 10
     23       - exchange: in2-smtp.messagingengine.com.
     24         preference: 20
     25   - ttl: 1800
     26     type: TXT
     27     values:
     28       - google-site-verification=SkIjIdwvyBPvaivZFa5KgLX22pwSJdINdaTf0XAi5Qc
     29       - v=spf1 include:spf.messagingengine.com ?all
     30 '*':
     31   ttl: 1800
     32   type: MX
     33   values:
     34     - exchange: in1-smtp.messagingengine.com.
     35       preference: 10
     36     - exchange: in2-smtp.messagingengine.com.
     37       preference: 20
     38 
     39 _submission._tcp:
     40   type: SRV
     41   value:
     42     port: 587
     43     priority: 0
     44     target: smtp.fastmail.com.
     45     weight: 1
     46 _imap._tcp:
     47   type: SRV
     48   value:
     49     port: 0
     50     priority: 0
     51     target: .
     52     weight: 0
     53 _imaps._tcp:
     54   type: SRV
     55   value:
     56     port: 993
     57     priority: 0
     58     target: imap.fastmail.com.
     59     weight: 1
     60 _pop3._tcp:
     61   type: SRV
     62   value:
     63     port: 0
     64     priority: 0
     65     target: .
     66     weight: 0
     67 _pop3s._tcp:
     68   type: SRV
     69   value:
     70     port: 995
     71     priority: 10
     72     target: pop.fastmail.com.
     73     weight: 1
     74 _jmap._tcp:
     75   type: SRV
     76   value:
     77     port: 443
     78     priority: 0
     79     target: api.fastmail.com.
     80     weight: 1
     81 _autodiscover._tcp:
     82   type: SRV
     83   value:
     84     port: 443
     85     priority: 0
     86     target: autodiscover.fastmail.com.
     87     weight: 1
     88 _carddav._tcp:
     89   type: SRV
     90   value:
     91     port: 0
     92     priority: 0
     93     target: .
     94     weight: 0
     95 _carddavs._tcp:
     96   type: SRV
     97   value:
     98     port: 443
     99     priority: 0
    100     target: carddav.fastmail.com.
    101     weight: 1
    102 _caldav._tcp:
    103   type: SRV
    104   value:
    105     port: 0
    106     priority: 0
    107     target: .
    108     weight: 0
    109 _caldavs._tcp:
    110   type: SRV
    111   value:
    112     port: 443
    113     priority: 0
    114     target: caldav.fastmail.com.
    115     weight: 1
    116 _dmarc:
    117   type: TXT
    118   value: v=DMARC1\; p=none
    119 
    120 fm1._domainkey:
    121   type: CNAME
    122   value: fm1.nordgedanken.dev.dkim.fmhosted.com.
    123 
    124 fm2._domainkey:
    125   type: CNAME
    126   value: fm2.nordgedanken.dev.dkim.fmhosted.com.
    127 
    128 fm3._domainkey:
    129   type: CNAME
    130   value: fm3.nordgedanken.dev.dkim.fmhosted.com.
    131 
    132 # Family
    133 recipes:
    134   type: CNAME
    135   value: mtrnord.github.io.
    136 
    137 # Kubernetes
    138 kubernetes: &kubernetes
    139   - ttl: 60
    140     type: A
    141     values:
    142       #- 65.21.116.72
    143       #- 159.69.103.159
    144       #- 65.109.241.200
    145       - 95.217.31.57
    146   - ttl: 60
    147     type: AAAA
    148     values:
    149       #- '2a01:4f8:c012:492::1'
    150       #- '2a01:4f9:c012:54d3::1'
    151       - '2a01:4f9:c010:9436::2'
    152 netbox: *kubernetes
    153 
    154 # Local Homenet
    155 local:
    156   - ttl: 60
    157     type: A
    158     value: 95.217.157.108
    159   - ttl: 60
    160     type: AAAA
    161     value: 2a01:4f9:c010:9436::1