Skip to content
This repository was archived by the owner on Nov 21, 2019. It is now read-only.

Commit 17c07c8

Browse files
author
icymind
committed
add link to obfs-local usage
1 parent af48e33 commit 17c07c8

File tree

1 file changed

+1
-1
lines changed
  • src/renderer/components/Manage/ProfileEditor/ProxiesForm

1 file changed

+1
-1
lines changed

src/renderer/components/Manage/ProfileEditor/ProxiesForm/SsForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<div class="field">
4444
<div class="ui checkbox field">
4545
<input type="checkbox" value="obfs" v-model="enableObfs">
46-
<label>Obfuscating</label>
46+
<label>Obfuscating <a href="https://github.com/shadowsocks/simple-obfs#plugin-mode-with-shadowsocks"><i class="icon help circle"></i></a></label>
4747
</div>
4848
<div class="ui fluid input">
4949
<input type="text" v-model="shadowsocks.plugin_opts" v-bind:disabled="!enableObfs">

0 commit comments

Comments
 (0)