diff options
| author | lassulus <lassulus@googlemail.com> | 2013-01-31 19:41:11 +0100 |
|---|---|---|
| committer | lassulus <lassulus@googlemail.com> | 2013-01-31 19:41:11 +0100 |
| commit | 5f8f9ea9e5f10abcef9c12d48345c098dca78199 (patch) | |
| tree | c4dd748d5c152445569d7dfd2d0877ef66a95daa /ovh/README | |
| parent | 7c050acc2559c622b831d9193e2336c15f42de6d (diff) | |
| parent | 9461f6ece9f674588327c6dc3199fc0d7618ac48 (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!^_^ |
