diff options
| author | Shishkevich D. <135337715+shishkevichd@users.noreply.github.com> | 2025-06-20 15:30:46 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-20 15:30:46 +0300 |
| commit | 2e6faf69e62274a35611eb20b0e0a05251c4a8cd (patch) | |
| tree | 4d4d66fe8901bdc20d9776bfa928c95ec32b8a1b /web/html/form/protocol | |
| parent | f88b7b07f008470fb46c280a3cbedf7a5c838126 (diff) | |
fix: generate correct keys for shadowsocks inbounds
Diffstat (limited to 'web/html/form/protocol')
| -rw-r--r-- | web/html/form/protocol/shadowsocks.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/form/protocol/shadowsocks.html b/web/html/form/protocol/shadowsocks.html index b9813afb..06e12075 100644 --- a/web/html/form/protocol/shadowsocks.html +++ b/web/html/form/protocol/shadowsocks.html @@ -31,7 +31,7 @@ <a-tooltip> <template slot="title"> <span>{{ i18n "reset" }}</span> - </template> Password <a-icon @click="inbound.settings.password = RandomUtil.randomShadowsocksPassword()" type="sync"></a-icon> + </template> Password <a-icon @click="inbound.settings.password = RandomUtil.randomShadowsocksPassword(inbound.settings.method)" type="sync"></a-icon> </a-tooltip> </template> <a-input v-model.trim="inbound.settings.password"></a-input> |
