Merge branch 'master' of vxempire.xyz:lainsafe

This commit is contained in:
qorg11 2020-11-07 17:46:28 +01:00
commit 44c566380c
No known key found for this signature in database
GPG Key ID: 343FC20A4ACA62B9
2 changed files with 11 additions and 1 deletions

10
SERVERS.org Normal file
View File

@ -0,0 +1,10 @@
* Known lainsafe instances
In this document i'll add all the lainsafe instance i know :)
- https://lainsafe.delegao.moe
- https://lainsafe.duckdns.org (don't use it, old lainsafe version
and a bit incompatible with lainsafecli)
- https://lainsafe.kalli.st
- http://lainsafe.kallist4mcluuxbjnr5p2asdlmdhaos3pcrvhk3fbzmiiiftwg6zncid.onion/ (onion mirror)
- http://gnaumuq27fagoo24pb2mmf25rdic7lrthq2fsfolgrpzycc2hwga.b32.i2p/

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";