diff --git a/dynamic/nodes.js b/dynamic/nodes.js index 699e413..78d0f64 100644 --- a/dynamic/nodes.js +++ b/dynamic/nodes.js @@ -17,6 +17,5 @@ var nodes = [ [ 'us-chi1', '193.29.63.150', '2605:4840:3:10::ab2d', 'true', 14, '172.20.129.166' ], [ 'us-dal3', '144.172.126.201', '2602:fe64:8::4', 'true', 10, '172.20.129.172' ], [ 'us-lax1', '185.215.224.214', '2a0b:ae40:1:4a0a::5a', 'true', 26, '172.20.129.165' ], - [ 'us-nyc1', '185.213.26.143', '2a0d:5600:33:b::1', 'true', 20, '172.20.129.168' ], [ 'us-phx1', '162.251.160.61', '2605:8340:0:6::2', 'false', 11, '172.20.129.171' ] ]; diff --git a/scripts/push-rprox.sh b/scripts/push-rprox.sh index cb8af29..d983ea2 100755 --- a/scripts/push-rprox.sh +++ b/scripts/push-rprox.sh @@ -2,6 +2,7 @@ ######################################################################## certs=( + 'burble-dn42' 'collector-dn42' ) diff --git a/scripts/renew.sh b/scripts/renew.sh new file mode 100755 index 0000000..a9b5f00 --- /dev/null +++ b/scripts/renew.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +dnscontrol get-certs \ + --acme https://acme-v2.acme.dn42/directory \ + --agreeTOS \ + --email "dn42@burble.com"