diff options
Diffstat (limited to 'web/html/form/protocol')
| -rw-r--r-- | web/html/form/protocol/vless.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/form/protocol/vless.html b/web/html/form/protocol/vless.html index baa5a285..140b9c1a 100644 --- a/web/html/form/protocol/vless.html +++ b/web/html/form/protocol/vless.html @@ -30,7 +30,7 @@ <a-input v-model.trim="inbound.settings.decryption"></a-input> </a-form-item> <a-form-item label="encryption"> - <a-input v-model="inbound.settings.encryption" disabled></a-input> + <a-input v-model="inbound.settings.encryption"></a-input> </a-form-item> <a-form-item label=" "> <a-space> |
