summaryrefslogtreecommitdiffstats
path: root/ovh
diff options
context:
space:
mode:
authorroot <root@krebs>2011-08-25 18:29:59 +0200
committerroot <root@krebs>2011-08-25 18:29:59 +0200
commit868c9212e1797e7cad18513670beb13c08ae0e1c (patch)
treec6b6a2df82e76fc3024fde36a04682fdded05332 /ovh
parent561bf3b9b71cda97c1a726a5e8d6dc7801714ae1 (diff)
parente7f09d7285672763b836f20881cb2248d85ed606 (diff)
Merge branch 'master' of github.com:/krebscode/painload
Conflicts: evan/satz-liste
Diffstat (limited to 'ovh')
-rw-r--r--ovh/README20
1 files changed, 20 insertions, 0 deletions
diff --git a/ovh/README b/ovh/README
new file mode 100644
index 00000000..806f4b0e
--- /dev/null
+++ b/ovh/README
@@ -0,0 +1,20 @@
+#? /bin/sh
+set -euf
+
+# install ovh soapi
+
+cd /path/to/krebscode/painload
+
+make -C ovh/soapi install
+
+# edit the zone
+
+export PATH="$PWD/bin${PATH+:$PATH}"
+export KREBS_OVH_USER=...
+export KREBS_OVH_PASS=...
+
+zoneExport > /tmp/foo
+$EDITOR /tmp/foo
+zoneImport < /tmp/foo
+
+# Have a nice day!^_^