diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/config.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/data/config.php b/data/config.php index f73b730..0b495d7 100644 --- a/data/config.php +++ b/data/config.php @@ -8,7 +8,7 @@ class config{ const VERSION = 8; // Will be shown pretty much everywhere. - const SERVER_NAME = "4get"; + const SERVER_NAME = "4get.itmens"; // Will be shown in <meta> tag on home page const SERVER_SHORT_DESCRIPTION = "They live in our walls!"; @@ -81,6 +81,7 @@ class config{ // To appear in the list of an instance, contact the host and if everyone added // eachother your serber should appear everywhere. const INSTANCES = [ + "https://4get.itinerariummentis.org", "https://4get.ca", "https://4get.zzls.xyz", "https://4getus.zzls.xyz", @@ -121,6 +122,7 @@ class config{ const PROXY_BRAVE = false; const PROXY_FB = false; // facebook const PROXY_GOOGLE = false; + const PROXY_GOOGLEALT = false;//ipv6 version of google const PROXY_STARTPAGE = false; const PROXY_QWANT = false; const PROXY_MARGINALIA = false; |