dns.meta

Issues/PRs archive for Nordgedanken/dns
git clone git://archive.git.mtrnord.blog/Nordgedanken/dns.meta.git
Log | Files | Refs

34.diff (1843B)


      1 diff --git a/config/nordgedanken.dev.yaml b/config/nordgedanken.dev.yaml
      2 index b8d0640..bc2ce69 100644
      3 --- a/config/nordgedanken.dev.yaml
      4 +++ b/config/nordgedanken.dev.yaml
      5 @@ -27,7 +27,93 @@
      6      values:
      7        - google-site-verification=SkIjIdwvyBPvaivZFa5KgLX22pwSJdINdaTf0XAi5Qc
      8        - v=spf1 include:spf.messagingengine.com ?all
      9 -
     10 +'*':
     11 +  ttl: 1800
     12 +  type: MX
     13 +  values:
     14 +    - exchange: in1-smtp.messagingengine.com.
     15 +      preference: 10
     16 +    - exchange: in2-smtp.messagingengine.com.
     17 +      preference: 20
     18 +      
     19 +_submission._tcp:
     20 +  type: SRV
     21 +  value:
     22 +    port: 587
     23 +    priority: 0
     24 +    target: smtp.fastmail.com.
     25 +    weight: 1
     26 +_imap._tcp:
     27 +  type: SRV
     28 +  value:
     29 +    port: 0
     30 +    priority: 0
     31 +    target: .
     32 +    weight: 0
     33 +_imaps._tcp:
     34 +  type: SRV
     35 +  value:
     36 +    port: 993
     37 +    priority: 0
     38 +    target: imap.fastmail.com.
     39 +    weight: 1
     40 +_pop3._tcp:
     41 +  type: SRV
     42 +  value:
     43 +    port: 0
     44 +    priority: 0
     45 +    target: .
     46 +    weight: 0
     47 +_pop3s._tcp:
     48 +  type: SRV
     49 +  value:
     50 +    port: 995
     51 +    priority: 10
     52 +    target: pop.fastmail.com.
     53 +    weight: 1
     54 +_jmap._tcp:
     55 +  type: SRV
     56 +  value:
     57 +    port: 443
     58 +    priority: 0
     59 +    target: api.fastmail.com.
     60 +    weight: 1
     61 +_autodiscover._tcp:
     62 +  type: SRV
     63 +  value:
     64 +    port: 443
     65 +    priority: 0
     66 +    target: autodiscover.fastmail.com.
     67 +    weight: 1
     68 +_carddav._tcp:
     69 +  type: SRV
     70 +  value:
     71 +    port: 0
     72 +    priority: 0
     73 +    target: .
     74 +    weight: 0
     75 +_carddavs._tcp:
     76 +  type: SRV
     77 +  value:
     78 +    port: 443
     79 +    priority: 0
     80 +    target: carddav.fastmail.com.
     81 +    weight: 1
     82 +_caldav._tcp:
     83 +  type: SRV
     84 +  value:
     85 +    port: 0
     86 +    priority: 0
     87 +    target: .
     88 +    weight: 0
     89 +_caldavs._tcp:
     90 +  type: SRV
     91 +  value:
     92 +    port: 443
     93 +    priority: 0
     94 +    target: caldav.fastmail.com.
     95 +    weight: 1
     96 +    
     97  fm1._domainkey:
     98    type: CNAME
     99    value: fm1.nordgedanken.dev.dkim.fmhosted.com.