diff options
Diffstat (limited to 'web/html/form/inbound.html')
| -rw-r--r-- | web/html/form/inbound.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/web/html/form/inbound.html b/web/html/form/inbound.html index 9554d6aa..69f5fbb3 100644 --- a/web/html/form/inbound.html +++ b/web/html/form/inbound.html @@ -83,14 +83,14 @@ {{template "form/shadowsocks"}} </template> -<!-- dokodemo-door --> -<template v-if="inbound.protocol === Protocols.DOKODEMO"> - {{template "form/dokodemo"}} +<!-- tunnel --> +<template v-if="inbound.protocol === Protocols.TUNNEL"> + {{template "form/tunnel"}} </template> -<!-- socks --> -<template v-if="inbound.protocol === Protocols.SOCKS"> - {{template "form/socks"}} +<!-- mixed --> +<template v-if="inbound.protocol === Protocols.MIXED"> + {{template "form/mixed"}} </template> <!-- http --> |
