From 970a616591408294963542a567dfd6499bb801e8 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 24 Feb 2017 17:59:58 -0700 Subject: [PATCH] example of adding terms --- terms.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 terms.sh diff --git a/terms.sh b/terms.sh new file mode 100644 index 0000000..7c16ca6 --- /dev/null +++ b/terms.sh @@ -0,0 +1,3 @@ +# adding TOS to TXT DNS Record +daplie dns:set -n _terms._cloud.localhost.foo.daplie.me -t TXT -a '{"url":"oauth3.org/tos/draft","explicit":true}' --ttl 3600 +daplie dns:set -n _terms._cloud.localhost.alpha.daplie.me -t TXT -a '{"url":"oauth3.org/tos/draft","explicit":true}' --ttl 3600