Proxy - Добавление AutoHTTPS

Включает Автоматическая перенаправление на HTTPS на proxy
This commit is contained in:
Falknat
2025-10-02 09:34:19 +07:00
parent 21d1a4e13b
commit f518171825
4 changed files with 43 additions and 13 deletions

View File

@@ -33,11 +33,12 @@ type Soft_Settings struct {
}
type Proxy_Service struct {
Enable bool `json:"Enable"`
ExternalDomain string `json:"ExternalDomain"`
LocalAddress string `json:"LocalAddress"`
LocalPort string `json:"LocalPort"`
UseHTTPS bool `json:"UseHTTPS"`
Enable bool `json:"Enable"`
ExternalDomain string `json:"ExternalDomain"`
LocalAddress string `json:"LocalAddress"`
LocalPort string `json:"LocalPort"`
ServiceHTTPSuse bool `json:"ServiceHTTPSuse"`
AutoHTTPS bool `json:"AutoHTTPS"`
}
func LoadConfig() {