{{define "form/streamSockopt"}}
Sockopt
{{template "form/sockoptFields" "inbound.stream.sockopt"}}
{{end}}
{{define "form/sockoptFields"}}
{{ i18n "none" }}
[[ s ]]
{{ i18n "none" }}
[[ s ]]
Off
Redirect
TProxy
[[ key ]]
[[ tag ]]
CF-Connecting-IP
X-Real-IP
True-Client-IP
X-Client-IP
{{template "form/customSockopt" .}}
{{end}}
{{define "form/customSockopt"}}
tcp
udp
int
str
{{end}}