diff options
author | EUcancER <root@euer.krebsco.de> | 2011-08-25 18:43:50 +0200 |
---|---|---|
committer | EUcancER <root@euer.krebsco.de> | 2011-08-25 18:43:50 +0200 |
commit | 7499b82d0d8be67079c91e6d3b277dd65142c8ba (patch) | |
tree | c729ce62e9a12af2f399b60f284bef2d4dca1e81 /ovh/README | |
parent | b56137d875f43026aeabcc4403252e5e7008b93a (diff) | |
parent | 561f37e4a24061bd70113ebc7951175e0d3e116f (diff) |
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'ovh/README')
-rw-r--r-- | ovh/README | 20 |
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!^_^ |