diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-09-17 11:43:12 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-09-17 12:37:24 +0300 |
| commit | 59a84e844c668d8d95b820be78d4cc841df6d7dd (patch) | |
| tree | c536901f608e66518e1ea1467fcb322abec5c25b /web/html | |
| parent | 6b0c9a5fad333a491ddac65126783481c638672f (diff) | |
HTTP - Allow Transparent
Diffstat (limited to 'web/html')
| -rw-r--r-- | web/html/xui/form/protocol/http.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/html/xui/form/protocol/http.html b/web/html/xui/form/protocol/http.html index 3206139e..b4c55313 100644 --- a/web/html/xui/form/protocol/http.html +++ b/web/html/xui/form/protocol/http.html @@ -19,5 +19,8 @@ </template> </a-input> </a-input-group> + <a-form-item label="Allow Transparent"> + <a-switch v-model="inbound.settings.allowTransparent" /> + </a-form-item> </a-form> {{end}} |
