Wireguard - kernel Tun

This commit is contained in:
mhsanaei
2024-10-16 12:06:47 +02:00
parent dff2496d73
commit ac7901abba
6 changed files with 28 additions and 3 deletions

View File

@@ -21,6 +21,9 @@
<a-form-item label='Kernel Mode'>
<a-switch v-model="inbound.settings.kernelMode"></a-switch>
</a-form-item>
<a-form-item label='Kernel Tun'>
<a-switch v-model="inbound.settings.kernelTun"></a-switch>
</a-form-item>
<a-form-item label="Peers">
<a-button icon="plus" type="primary" size="small" @click="inbound.settings.addPeer()"></a-button>
</a-form-item>