lainsafe.delegao.moe used cloudflare, which was very shitty, so new

official server is lainsafe.duckdns.org which does not use CF
This commit is contained in:
qorg11 2020-08-16 04:48:41 +02:00
parent c5976c8200
commit a2c8f92c50
No known key found for this signature in database
GPG key ID: 343FC20A4ACA62B9

View file

@ -34,7 +34,7 @@ my $STORE_LINKS;
my $LINKS_FILE; my $LINKS_FILE;
my $tor_enabled = 1; my $tor_enabled = 1;
# Default options, if no specified. # 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 $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 $STORE_LINKS = 1; # 0 if you don't want to keep track of your upload
$LINKS_FILE = "$ENV{HOME}/.cache/lainsafelinks"; $LINKS_FILE = "$ENV{HOME}/.cache/lainsafelinks";