Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Switch your TransIP HAIP with a simple Docker container

Notifications You must be signed in to change notification settings

rogierslag/transip-haip-switcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magnet.me Logo

GitHub release Docker pulls Docker build Code Climate Github stars

TransIP HAIP switcher

We use the following simple script/Docker container at Magnet.me to switch over some of our floating IPS. If the script is requested without the DESTINATION_VPS variable, it will just print the current machine the HAIP redirect to.

You can use the container like this (assumed the private key is stored in /tmp/privateKey):

docker run \
    -v /tmp/privateKey:/opt/privateKey \
    -e TRANSIP_USER=magnetme \
    -e HAIP_NAME=magnetme-haip \
    -e DESTINATION_VPS=magnetme-vps69 \
    magnetme/transip-haip-switcher

About

Switch your TransIP HAIP with a simple Docker container

Resources

Stars

Watchers

Forks

Packages

No packages published