# transip-haip-switcher

> We use the following simple script/Docker container 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.

Latest version **1.1.0** (published 2017-02-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install transip-haip-switcher
pnpm add transip-haip-switcher
yarn add transip-haip-switcher
bun add transip-haip-switcher
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2017-02-21 |
| First published | 2017-02-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Magnet.me |
| Maintainers | rogierslag |
| Keywords | transip |

## Links

- npm: https://www.npmjs.com/package/transip-haip-switcher
- Repository: https://github.com/Magnetme/transip-haip-switcher
- Homepage: https://github.com/Magnetme/transip-haip-switcher#readme
- Issues: https://github.com/Magnetme/transip-haip-switcher/issues
- npm.io page: https://npm.io/package/transip-haip-switcher

## Dependencies (1)

- [transip-node](https://npm.io/package/transip-node.md) 0.0.2

## Recent versions

- 1.1.0 (latest) — 2017-02-21

## README

# TransIP HAIP switcher

We use the following simple script/Docker container 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`):
 
 ```bash
 docker run \
	 -v /tmp/privateKey:/opt/privateKey \
	 -e TRANSIP_USER=magnetme \
	 -e HAIP_NAME=magnetme-haip \
	 -e DESTINATION_VPS=magnetme-vps30 
	 magnetme/transip-haip-switcher
 ```

---
_Source: https://npm.io/package/transip-haip-switcher · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
