Feat: Provide a switch for allowing invalid certificates (#450)

This commit is contained in:
Cyenoch
2024-02-25 16:07:06 +08:00
committed by GitHub
parent 38ab68492e
commit e29ce93d32
7 changed files with 27 additions and 0 deletions

View File

@@ -173,6 +173,7 @@ interface IProfileOption {
with_proxy?: boolean;
self_proxy?: boolean;
update_interval?: number;
danger_accept_invalid_certs?: boolean;
}
interface IProfilesConfig {