This commit is contained in:
MHSanaei 2023-08-29 22:54:20 +03:30
parent 25430b7818
commit 045c549937
4 changed files with 3 additions and 5 deletions

View file

@ -1,7 +1,7 @@
# ========================================================
# Stage: Builder
# ========================================================
FROM --platform=$BUILDPLATFORM golang:1.20.4-alpine AS builder
FROM --platform=$BUILDPLATFORM golang:alpine AS builder
WORKDIR /app
ARG TARGETARCH
ENV CGO_ENABLED=1

View file

@ -1 +1 @@
1.7.7
1.7.8

View file

@ -1,10 +1,8 @@
{{define "form/streamSockopt"}}
<a-form layout="inline">
<a-divider dashed style="margin:0;">
<a-form-item label="Transparent Proxy">
<a-switch v-model="inbound.stream.sockoptSwitch"></a-switch>
</a-form-item>
</a-divider>
<table width="100%" class="ant-table-tbody" v-if="inbound.stream.sockoptSwitch">
<tr>
<td>Accept Proxy Protocol</td>