mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 06:47:20 +08:00
feat: 网站默认设置
This commit is contained in:
@@ -5,8 +5,11 @@ import (
|
||||
)
|
||||
|
||||
type WebsiteDefaultConfig struct {
|
||||
Index string `json:"index" form:"index" validate:"required"`
|
||||
Stop string `json:"stop" form:"stop" validate:"required"`
|
||||
Index string `json:"index" form:"index" validate:"required"`
|
||||
Stop string `json:"stop" form:"stop" validate:"required"`
|
||||
NotFound string `json:"not_found" form:"not_found"`
|
||||
TLSVersions []string `json:"tls_versions" form:"tls_versions" validate:"required|isSlice"`
|
||||
CipherSuites string `json:"cipher_suites" form:"cipher_suites" validate:"required"`
|
||||
}
|
||||
|
||||
type WebsiteList struct {
|
||||
|
||||
Reference in New Issue
Block a user