Compare commits
1 Commits
MySQL-data
...
v1.7.8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
045c549937 |
@@ -1,7 +1,7 @@
|
|||||||
# ========================================================
|
# ========================================================
|
||||||
# Stage: Builder
|
# Stage: Builder
|
||||||
# ========================================================
|
# ========================================================
|
||||||
FROM --platform=$BUILDPLATFORM golang:1.20.4-alpine AS builder
|
FROM --platform=$BUILDPLATFORM golang:alpine AS builder
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
ENV CGO_ENABLED=1
|
ENV CGO_ENABLED=1
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
1.7.7
|
1.7.8
|
||||||
@@ -5,7 +5,7 @@
|
|||||||
Sniffing
|
Sniffing
|
||||||
<a-tooltip>
|
<a-tooltip>
|
||||||
<template slot="title">
|
<template slot="title">
|
||||||
<span >{{ i18n "pages.inbounds.noRecommendKeepDefault" }}</span>
|
<span>{{ i18n "pages.inbounds.noRecommendKeepDefault" }}</span>
|
||||||
</template>
|
</template>
|
||||||
<a-icon type="question-circle" theme="filled"></a-icon>
|
<a-icon type="question-circle" theme="filled"></a-icon>
|
||||||
</a-tooltip>
|
</a-tooltip>
|
||||||
|
|||||||
@@ -1,10 +1,8 @@
|
|||||||
{{define "form/streamSockopt"}}
|
{{define "form/streamSockopt"}}
|
||||||
<a-form layout="inline">
|
<a-form layout="inline">
|
||||||
<a-divider dashed style="margin:0;">
|
|
||||||
<a-form-item label="Transparent Proxy">
|
<a-form-item label="Transparent Proxy">
|
||||||
<a-switch v-model="inbound.stream.sockoptSwitch"></a-switch>
|
<a-switch v-model="inbound.stream.sockoptSwitch"></a-switch>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-divider>
|
|
||||||
<table width="100%" class="ant-table-tbody" v-if="inbound.stream.sockoptSwitch">
|
<table width="100%" class="ant-table-tbody" v-if="inbound.stream.sockoptSwitch">
|
||||||
<tr>
|
<tr>
|
||||||
<td>Accept Proxy Protocol</td>
|
<td>Accept Proxy Protocol</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user