Skip to content

magemojo/dns_swap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

DNS swap script

Use to move DNS zone from one instance to another within the same region.

Usage

$ python3.6 dns_swap.py -h
usage: dns_swap.py [-h] -s SOURCE_UUID -d DESTINATION_UUID -z ZONE

Swap DNS zones between Stratus instances

optional arguments:
  -h, --help            show this help message and exit
  -s SOURCE_UUID, --source SOURCE_UUID
                        UUID you want to migrate DNS zone from
  -d DESTINATION_UUID, --destination DESTINATION_UUID
                        UUID you want to migrate DNS zone to
  -z ZONE, --zone ZONE  DNS zone you want to migrate

About

Script to swap DNS zones between instances

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages