Fix https DNS transports

This commit is contained in:
世界
2025-01-25 19:03:53 +08:00
parent 1c56213cbe
commit 314b25bccf
3 changed files with 26 additions and 5 deletions

View File

@@ -281,7 +281,6 @@ type RemoteTLSDNSServerOptions struct {
type RemoteHTTPSDNSServerOptions struct {
RemoteTLSDNSServerOptions
Host string `json:"host,omitempty"`
Path string `json:"path,omitempty"`
Method string `json:"method,omitempty"`
Headers badoption.HTTPHeader `json:"headers,omitempty"`