Доработка Proxy Server

Вынес настройки в конфигурацию, обновил Readme
This commit is contained in:
Falknat
2025-10-02 08:58:22 +07:00
parent 7a87617282
commit 93bed4a458
4 changed files with 138 additions and 77 deletions

View File

@@ -10,6 +10,16 @@
}
],
"Proxy_Service": [
{
"Enable": false,
"ExternalDomain": "git.example.ru",
"LocalAddress": "127.0.0.1",
"LocalPort": "3333",
"UseHTTPS": false
}
],
"Soft_Settings": {
"mysql_host": "192.168.1.6",
"mysql_port": 3306,