From a2c8f92c5048889b5836d84a94cc794f1890ea95 Mon Sep 17 00:00:00 2001 From: qorg11 Date: Sun, 16 Aug 2020 04:48:41 +0200 Subject: [PATCH] lainsafe.delegao.moe used cloudflare, which was very shitty, so new official server is lainsafe.duckdns.org which does not use CF --- lainsafecli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lainsafecli b/lainsafecli index ede293f..ee8a9c3 100755 --- a/lainsafecli +++ b/lainsafecli @@ -34,7 +34,7 @@ my $STORE_LINKS; my $LINKS_FILE; my $tor_enabled = 1; # Default options, if no specified. -$DEFAULT_SERVER = "https://lainsafe.delegao.moe"; +$DEFAULT_SERVER = "https://lainsafe.duckdns.org"; $DISPLAY_ASCII = 1; # 0 if you don't want the ascii $STORE_LINKS = 1; # 0 if you don't want to keep track of your upload $LINKS_FILE = "$ENV{HOME}/.cache/lainsafelinks";