Skip to content

Commit 045c549

Browse files
committed
v1.7.8
1 parent 25430b7 commit 045c549

4 files changed

Lines changed: 3 additions & 5 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ========================================================
22
# Stage: Builder
33
# ========================================================
4-
FROM --platform=$BUILDPLATFORM golang:1.20.4-alpine AS builder
4+
FROM --platform=$BUILDPLATFORM golang:alpine AS builder
55
WORKDIR /app
66
ARG TARGETARCH
77
ENV CGO_ENABLED=1

config/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.7
1+
1.7.8

web/html/xui/form/sniffing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

web/html/xui/form/stream/stream_sockopt.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
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>

0 commit comments

Comments
 (0)