diff options
| author | makefu <github@syntax-fehler.de> | 2013-03-07 11:40:38 +0100 |
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2013-03-07 11:40:38 +0100 |
| commit | 7fa8fb85b072f612adb322f8a02617e1bd737020 (patch) | |
| tree | 683df8268baae71451633518aa7ff7ea258a4aa8 /ovh/README | |
| parent | dbe2d838ba6834788265029162b2dd7d82473335 (diff) | |
| parent | ef4eb3189363f5cd9a33b43693322a68d3142979 (diff) | |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'ovh/README')
| -rw-r--r-- | ovh/README | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/ovh/README b/ovh/README deleted file mode 100644 index 90b34108..00000000 --- a/ovh/README +++ /dev/null @@ -1,31 +0,0 @@ -#? /bin/sh -# This is the project to use the SOAP connector of OVH to change zone -# entries for krebsco.de -set -euf - -# install ovh soapi - -cd /path/to/krebscode/painload - - -make -C ovh/soapi install -// if the command breaks, try: -// pip install soappy - -# edit the zone - -export PATH="$PWD/bin${PATH+:$PATH}" -export KREBS_OVH_USER=... -export KREBS_OVH_PASS=... -// Optional: -// export KREBS_OVH_DOMAIN=... - - -zoneEntryAdd "krebsco.de" "subdomain" "A" "a.b.c.d." - -# ZoneExport Broken since 2012-07-16 -# zoneExport > /tmp/foo -# $EDITOR /tmp/foo -# zoneImport < /tmp/foo - -# Have a nice day!^_^ |
