scripts

misc scripts and tools
git clone git://git.2f30.org/scripts
Log | Files | Refs

commit 976aaa845a747309c855ff59199abbe6888d6bf5
parent 41c2232dc82d2346398ab41d3c1ca32772489c79
Author: sin <sin@2f30.org>
Date:   Wed, 30 May 2018 14:31:15 +0100

Use ix.io instead of sprunge.us

Diffstat:
M2f30-vpn | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/2f30-vpn b/2f30-vpn @@ -126,11 +126,11 @@ unbound, the following should be added to the configuration: EOF cat << EOF -Your host's public key will be submitted to sprunge.us. Email the URL +Your host's public key will be submitted to ix.io. Email the URL to sin@2f30.org to have this host activated. EOF -curl -F 'sprunge=<-' http://sprunge.us < $basedir/hosts/$name +curl -F 'f:1=<-' ix.io < $basedir/hosts/$name echo echo Enjoy!