From a52d83f20b85256dec5b1c959ee01edcc09a2a9e Mon Sep 17 00:00:00 2001 From: luca0N! Date: Sun, 28 Mar 2021 23:03:26 -0300 Subject: [PATCH] Added proxy hints --- app/src/main/res/values/pref_keys.xml | 1 + app/src/main/res/values/strings.xml | 2 +- app/src/main/res/xml/preferences.xml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/values/pref_keys.xml b/app/src/main/res/values/pref_keys.xml index 36195b7..21d8a18 100644 --- a/app/src/main/res/values/pref_keys.xml +++ b/app/src/main/res/values/pref_keys.xml @@ -28,6 +28,7 @@ Contact us at . pref_network_tor pref_network_proxy pref_network_proxy_address + socks5://127.0.0.1:9050 pref_network_server https://opentdb.com/api.php pref_ui_theme diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index a9ea438..c04928c 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -117,7 +117,7 @@ Contact us at . Use Proxy Uses a proxy of your choice when connecting to a trivia server. Proxy Address - Defines the proxy address that Pluck should use when connecting to a trivia server with a custom proxy. This will override the Tor proxy, if enabled. Pluck supports the HTTP and SOCKS protocols. Specify the proxy protocol. + Defines the proxy address that Pluck should use when connecting to a trivia server with a custom proxy. This will override the Tor proxy, if enabled. Pluck supports the HTTP and SOCKS protocols. Specify the proxy protocol and port. Server Address Specifies the server location used by the game to fetch questions when using a server as the trivia source. Leave this setting empty to use the default server. diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index fdd8ae5..c874e45 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -53,6 +53,7 @@ Contact us at . android:title="@string/pref_network_proxy_title" android:summary="@string/pref_network_proxy_summary" />