Merge branch 'master' of vxempire.xyz:lainsafe
This commit is contained in:
commit
44c566380c
2 changed files with 11 additions and 1 deletions
10
SERVERS.org
Normal file
10
SERVERS.org
Normal 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/
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue