From 9432d4b52d5bdb9e550bdd30bbd17b5a652bd211 Mon Sep 17 00:00:00 2001 From: Soren Stoutner Date: Fri, 27 May 2022 14:25:19 -0700 Subject: [PATCH] Change the default custom proxy string to be `socks://localhost:9050`. https://redmine.stoutner.com/issues/817 --- app/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index ae2d2aac..e5fb3c7f 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -664,7 +664,7 @@ PrivacyBrowser/1.0 100 https://www.mojeek.com/ - http://localhost:8118 + socks://localhost:9050 None https://www.mojeek.com/search?q= -- 2.43.0