mirror of
https://github.com/chenx-dust/EZ4Connect.git
synced 2026-09-20 10:23:33 +08:00
feat: tun mode
This commit is contained in:
@@ -555,17 +555,27 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="6" column="1">
|
||||
<item row="7" column="0" colspan="3">
|
||||
<widget class="QPushButton" name="portForwardingPushButton">
|
||||
<property name="text">
|
||||
<string>设置端口转发</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="6" column="2">
|
||||
<widget class="QCheckBox" name="debugCheckBox">
|
||||
<property name="text">
|
||||
<string>调试模式</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="7" column="0" colspan="3">
|
||||
<widget class="QPushButton" name="portForwardingPushButton">
|
||||
<item row="6" column="1">
|
||||
<widget class="QCheckBox" name="routeCheckBox">
|
||||
<property name="toolTip">
|
||||
<string>TUN 模式下有效</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>设置端口转发</string>
|
||||
<string>自动设置路由</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user