diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-08-29 22:24:20 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-08-30 00:09:18 +0300 |
| commit | 4b4be5f837ba4de807de63d62c478ba6055a4fb8 (patch) | |
| tree | 2aa2d394e044182f46f5a773cb354c0775505bcd | |
| parent | 25430b7818958ae35d012948a907c260c3cd6d5e (diff) | |
v1.7.8
| -rw-r--r-- | Dockerfile | 2 | ||||
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | config/version | 2 | ||||
| -rw-r--r-- | web/html/xui/form/sniffing.html | 2 | ||||
| -rw-r--r-- | web/html/xui/form/stream/stream_sockopt.html | 2 |
5 files changed, 5 insertions, 7 deletions
@@ -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 @@ -23,10 +23,10 @@ bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install. # Install custom version -To install your desired version you can add the version to the end of install command. Example for ver `v1.7.7`: +To install your desired version you can add the version to the end of install command. Example for ver `v1.7.8`: ``` -bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh) v1.7.7 +bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh) v1.7.8 ``` # SSL diff --git a/config/version b/config/version index 73c8b4f9..25a6ced8 100644 --- a/config/version +++ b/config/version @@ -1 +1 @@ -1.7.7
\ No newline at end of file +1.7.8
\ No newline at end of file diff --git a/web/html/xui/form/sniffing.html b/web/html/xui/form/sniffing.html index 31858ef3..65b3312d 100644 --- a/web/html/xui/form/sniffing.html +++ b/web/html/xui/form/sniffing.html @@ -5,7 +5,7 @@ Sniffing <a-tooltip> <template slot="title"> - <span >{{ i18n "pages.inbounds.noRecommendKeepDefault" }}</span> + <span>{{ i18n "pages.inbounds.noRecommendKeepDefault" }}</span> </template> <a-icon type="question-circle" theme="filled"></a-icon> </a-tooltip> diff --git a/web/html/xui/form/stream/stream_sockopt.html b/web/html/xui/form/stream/stream_sockopt.html index d4019054..d90bf206 100644 --- a/web/html/xui/form/stream/stream_sockopt.html +++ b/web/html/xui/form/stream/stream_sockopt.html @@ -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> |
