diff --git a/README.md b/README.md
index c0626efda..61272497c 100644
--- a/README.md
+++ b/README.md
@@ -77,7 +77,7 @@ graph TD
+ Настройки прокси
+
+ Включить\\Отключить прокси
+ Включите или отключите использование прокси-сервера.
+ proxy_enabled
+
+ Выбрать тип прокси
+ Тип прокси
+ proxy_type
+
+ IP Адрес
+ Текущий адрес: %1$s
+ proxy_address
+ Неверный IPv4 адрес
+
+ Порт
+ Текущий порт: %1$s
+ proxy_port
+ Неверный порт. Порт должен быть от 1 до 65535
+
+ Перезапустите приложение для применения настроек прокси.
+
+
diff --git a/app/src/main/res/values/settings_keys.xml b/app/src/main/res/values/settings_keys.xml
index 6858e5d62..7add29d8b 100644
--- a/app/src/main/res/values/settings_keys.xml
+++ b/app/src/main/res/values/settings_keys.xml
@@ -1526,4 +1526,16 @@
return_youtube_dislike_override_like_count
return_youtube_dislike_override_view_count
return_youtube_dislike_show_dislikes_as_percentage
+
+
+
+ - SOCKS Proxy
+ - HTTP Proxy
+
+
+
+ - socks
+ - http
+
+
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 0f862ef52..c566484b3 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -860,6 +860,28 @@
Show more
Show less
The settings in the export being imported use a vulnerable format that was deprecated since NewPipe 0.27.0. Make sure the export being imported is from a trusted source, and prefer using only exports obtained from NewPipe 0.27.0 or newer in the future. Support for importing settings in this vulnerable format will soon be removed completely, and then old versions of NewPipe will not be able to import settings of exports from new versions anymore.
+
+ Proxy Settings
+ Enable\\Disable Proxy
+ Turn on or off the use of a proxy server for connections.
+ proxy_enabled
+
+ Select proxy type
+ Proxy type
+ proxy_type
+
+ IP Address
+ Current address: %1$s
+ proxy_address
+ Invalid IPv4 address
+
+ Port
+ Current port: %1$s
+ proxy_port
+ Invalid port. Port must be between 1 and 65535
+
+ Please restart the app to apply the proxy settings.
+
SponsorBlock
Sponsor
diff --git a/app/src/main/res/xml/main_settings.xml b/app/src/main/res/xml/main_settings.xml
index 8235d5b64..6951faa14 100644
--- a/app/src/main/res/xml/main_settings.xml
+++ b/app/src/main/res/xml/main_settings.xml
@@ -65,10 +65,17 @@
android:title="ReturnYouTubeDislike"
app:iconSpaceReserved="false" />
+
+
+
diff --git a/app/src/main/res/xml/proxy_settings.xml b/app/src/main/res/xml/proxy_settings.xml
new file mode 100644
index 000000000..48d840c77
--- /dev/null
+++ b/app/src/main/res/xml/proxy_settings.xml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+