Skip to content

logrinto/dns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

DNS entries for logrinto.ch

⚠️ ATTENTION! This Repo is watched by Travis-CI and all pushes to master get synced!

Technic

Synchronize all DNS-Records with DNSControl

Test

export CLOUDFLARE_API_TOKEN=xxx
dnscontrol preview

Preview with Docker

docker run --rm -it \
-e CLOUDFLARE_API_TOKEN="$CLOUDFLARE_API_TOKEN" \
-v $(pwd)/:/dns/ stackexchange/dnscontrol \
dnscontrol preview

Convert Zone-File with Docker

docker run --rm -it \
-e CLOUDFLARE_API_TOKEN="$CLOUDFLARE_API_TOKEN" \
-v $(pwd)/:/dns/ stackexchange/dnscontrol \
convertzone logrinto.ch logrinto.ch.txt > logrinto.js

About

DNS-Entries for logrinto.ch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published