Update TUNController (tun2socks.bin)

This commit is contained in:
ChsBuffer
2021-03-27 02:57:23 +08:00
parent a295cf6250
commit dd3ce126e3
5 changed files with 146 additions and 87 deletions

View File

@@ -549,7 +549,6 @@ namespace Netch.Forms
this.TUNTAPGroupBox.TabIndex = 0;
this.TUNTAPGroupBox.TabStop = false;
this.TUNTAPGroupBox.Text = "TUN/TAP";
this.TUNTAPGroupBox.Visible = false;
//
// TUNTAPAddressLabel
//
@@ -584,6 +583,7 @@ namespace Netch.Forms
this.TUNTAPNetmaskTextBox.Size = new System.Drawing.Size(294, 21);
this.TUNTAPNetmaskTextBox.TabIndex = 3;
this.TUNTAPNetmaskTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TUNTAPNetmaskTextBox.Visible = false;
//
// TUNTAPGatewayLabel
//