duckdns lainsafe used the oldest lainsafe version as possible and delegao's doesn't and it's not cloudflared anymore. so "official" again!

This commit is contained in:
qorg11 2020-10-20 16:06:15 +02:00
parent 29bd98c134
commit abbfb622a0
No known key found for this signature in database
GPG Key ID: 343FC20A4ACA62B9
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ my $STORE_LINKS;
my $LINKS_FILE;
my $proxy_enabled = 1;
# Default options, if no specified.
$DEFAULT_SERVER = "https://lainsafe.duckdns.org";
$DEFAULT_SERVER = "https://lainsafe.delegao.moe";
$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";