Compare commits
	
		
			3 Commits
		
	
	
		
			9abfd0889e
			...
			2500f23460
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 2500f23460 | |||
| 2b4d520743 | |||
| 4229fe207f | 
							
								
								
									
										10
									
								
								config.yaml
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								config.yaml
									
									
									
									
									
								
							| @@ -12,15 +12,7 @@ providers: | |||||||
|  |  | ||||||
|   cloudflare: |   cloudflare: | ||||||
|     class: octodns_cloudflare.CloudflareProvider |     class: octodns_cloudflare.CloudflareProvider | ||||||
|     # Your Cloudflare account email address (required, optional if using token) |  | ||||||
|     email: env/CLOUDFLARE_EMAIL |  | ||||||
|     # The API Token or API Key. |  | ||||||
|     # Required permissions for API Tokens are Zone:Read, DNS:Read and DNS:Key. |  | ||||||
|     token: env/CLOUDFLARE_TOKEN |     token: env/CLOUDFLARE_TOKEN | ||||||
|     # Optional. Filter by account ID in environments where a token has access |  | ||||||
|     # across more than the permitted number of accounts allowed by Cloudflare. |  | ||||||
|     account_id: env/CLOUDFLARE_ACCOUNT_ID |  | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
| zones: | zones: | ||||||
| @@ -29,4 +21,4 @@ zones: | |||||||
|       - config # sets all other records |       - config # sets all other records | ||||||
|       - kluster # sets kluster.moll.re |       - kluster # sets kluster.moll.re | ||||||
|     targets: |     targets: | ||||||
|       - cloudflare |       - cloudflare | ||||||
|   | |||||||
| @@ -1,11 +1,14 @@ | |||||||
| '': | '': | ||||||
|   octodns: |   - type: ALIAS | ||||||
|     lenient: true |     value: homepage.kluster.moll.re. | ||||||
|     # CNAMES are not allowed at the root of a zone, but cloudflare allows it |   - exchange: inbound-smtp.skiff.com. | ||||||
|   ttl: 60 |     preference: 0 | ||||||
|   type: CNAME |     ttl: 300 | ||||||
|   value: homepage.kluster.moll.re. |     type: MX | ||||||
|  |   - ttl: 300 | ||||||
|  |     type: TXT | ||||||
|  |     values: | ||||||
|  |       - v=spf1 include:tlfind3ul99o2wi.spf.skiff.com -all | ||||||
|  |  | ||||||
| '*.kluster': | '*.kluster': | ||||||
|   ttl: 60 |   ttl: 60 | ||||||
| @@ -14,6 +17,7 @@ | |||||||
|  |  | ||||||
|  |  | ||||||
| '_dmarc': | '_dmarc': | ||||||
|  |   ttl: 300 | ||||||
|   type: TXT |   type: TXT | ||||||
|   values: |   values: | ||||||
|     - v=DMARC1\; p=reject\; pct=100\; adkim=s\; aspf=s |     - v=DMARC1\; p=reject\; pct=100\; adkim=s\; aspf=s | ||||||
| @@ -26,16 +30,6 @@ | |||||||
|   type: SRV |   type: SRV | ||||||
|   weight: 500 |   weight: 500 | ||||||
|  |  | ||||||
|  |  | ||||||
| 'moll.re': |  | ||||||
|   - exchange: inbound-smtp.skiff.com. |  | ||||||
|     preference: 0 |  | ||||||
|     type: MX |  | ||||||
|  |  | ||||||
|   - type: TXT |  | ||||||
|     values: |  | ||||||
|       - v=spf1 include:tlfind3ul99o2wi.spf.skiff.com -all |  | ||||||
|  |  | ||||||
| 'short': | 'short': | ||||||
|   ttl: 60 |   ttl: 60 | ||||||
|   type: CNAME |   type: CNAME | ||||||
| @@ -43,10 +37,12 @@ | |||||||
|  |  | ||||||
|  |  | ||||||
| 'skiff1._domainkey': | 'skiff1._domainkey': | ||||||
|  |   ttl: 300 | ||||||
|   type: CNAME |   type: CNAME | ||||||
|   value: skiff1.tlfind3ul99o2wi.dkim.skiff.com. |   value: skiff1.tlfind3ul99o2wi.dkim.skiff.com. | ||||||
|  |  | ||||||
|  |  | ||||||
| 'skiff2._domainkey': | 'skiff2._domainkey': | ||||||
|  |   ttl: 300 | ||||||
|   type: CNAME |   type: CNAME | ||||||
|   value: skiff2.tlfind3ul99o2wi.dkim.skiff.com. |   value: skiff2.tlfind3ul99o2wi.dkim.skiff.com. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user