From fcc8cc60747a71c35468d5e37caabac6f017a75c Mon Sep 17 00:00:00 2001 From: John Turner Date: Sat, 27 Aug 2022 20:21:35 -0400 Subject: change default service to bpaste from dpaste dpaste intermittently fails DNSSEC authentication which causes it to be inaccessible for people who have DNSSEC enabled. Other services do not seem to have this issue, and bpaste seems to be a reasonable default. --- wgetpaste | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgetpaste b/wgetpaste index 3e27247..6a9d91f 100755 --- a/wgetpaste +++ b/wgetpaste @@ -845,7 +845,7 @@ load_configs() { load_configs [[ $SERVICESET ]] && verifyservice "$SERVICESET" && SERVICE=$(escape "$SERVICESET") DEFAULT_NICK=${DEFAULT_NICK:-$(whoami)} || die "whoami failed" -DEFAULT_SERVICE=${DEFAULT_SERVICE:-dpaste} +DEFAULT_SERVICE=${DEFAULT_SERVICE:-bpaste} DEFAULT_LANGUAGE=${DEFAULT_LANGUAGE:-Plain Text} DEFAULT_EXPIRATION=${DEFAULT_EXPIRATION:-1 month} SERVICE=${SERVICE:-${DEFAULT_SERVICE}} -- cgit v1.2.3