mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 18:35:51 +02:00
feat(china): set icp number and public security number #780
This commit is contained in:
parent
2950be6e82
commit
e326f5e930
13 changed files with 150 additions and 28 deletions
|
@ -5,7 +5,4 @@ type HTTP struct {
|
|||
InsecureSkipVerify bool `json:"insecure_skip_verify" protected:"true"`
|
||||
}
|
||||
|
||||
var HTTPSettings = &HTTP{
|
||||
GithubProxy: "",
|
||||
InsecureSkipVerify: false,
|
||||
}
|
||||
var HTTPSettings = &HTTP{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue