mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 04:17:36 +03:00
Add self sign cert support
This commit is contained in:
parent
852829b9dc
commit
abe3dc6039
3 changed files with 72 additions and 10 deletions
|
@ -3,6 +3,7 @@ package option
|
|||
type InboundTLSOptions struct {
|
||||
Enabled bool `json:"enabled,omitempty"`
|
||||
ServerName string `json:"server_name,omitempty"`
|
||||
Insecure bool `json:"insecure,omitempty"`
|
||||
ALPN Listable[string] `json:"alpn,omitempty"`
|
||||
MinVersion string `json:"min_version,omitempty"`
|
||||
MaxVersion string `json:"max_version,omitempty"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue