File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# ========================================================
22# Stage: Builder
33# ========================================================
4- FROM --platform=$BUILDPLATFORM golang:1.20.4- alpine AS builder
4+ FROM --platform=$BUILDPLATFORM golang:alpine AS builder
55WORKDIR /app
66ARG TARGETARCH
77ENV CGO_ENABLED=1
Original file line number Diff line number Diff line change 1- 1.7.7
1+ 1.7.8
Original file line number Diff line number Diff line change 55 Sniffing
66 < a-tooltip >
77 < template slot ="title ">
8- < span > {{ i18n "pages.inbounds.noRecommendKeepDefault" }}</ span >
8+ < span > {{ i18n "pages.inbounds.noRecommendKeepDefault" }}</ span >
99 </ template >
1010 < a-icon type ="question-circle " theme ="filled "> </ a-icon >
1111 </ a-tooltip >
Original file line number Diff line number Diff line change 11{{define "form/streamSockopt"}}
22< a-form layout ="inline ">
3- < a-divider dashed style ="margin:0; ">
43 < a-form-item label ="Transparent Proxy ">
54 < a-switch v-model ="inbound.stream.sockoptSwitch "> </ a-switch >
65 </ a-form-item >
7- </ a-divider >
86 < table width ="100% " class ="ant-table-tbody " v-if ="inbound.stream.sockoptSwitch ">
97 < tr >
108 < td > Accept Proxy Protocol</ td >
You can’t perform that action at this time.
0 commit comments