diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-10-16 13:06:47 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-10-16 13:08:01 +0300 |
| commit | ac7901abba4326ae8ee75cdc18bbb84c7bda85d4 (patch) | |
| tree | 354cbefaec82d6b43571ac01c3e980e8f00137ca /web/html/xui/inbound_info_modal.html | |
| parent | dff2496d73e94792b6ecd876a2bdb6ab851faec8 (diff) | |
Wireguard - kernel Tun
Diffstat (limited to 'web/html/xui/inbound_info_modal.html')
| -rw-r--r-- | web/html/xui/inbound_info_modal.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/html/xui/inbound_info_modal.html b/web/html/xui/inbound_info_modal.html index 062a9c51..94060e70 100644 --- a/web/html/xui/inbound_info_modal.html +++ b/web/html/xui/inbound_info_modal.html @@ -373,6 +373,10 @@ <td>Kernel Mode</td> <td>[[ inbound.settings.kernelMode ]]</td> </tr> + <tr> + <td>Kernel Tun</td> + <td>[[ inbound.settings.kernelTun ]]</td> + </tr> <template v-for="(peer, index) in inbound.settings.peers"> <tr> <td colspan="2"> |
