Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
Update 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AHosseinRnj authored Dec 13, 2020
1 parent e750e41 commit a420801
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img height="150" width="160" src="https://image.prntscr.com/image/tJMhonbpRZKiok78PX29xw.png"/>
</p>

# SimpleVPN 1.3.1
# SimpleVPN 1.3.2
>SimpleVPN is a PPTP and L2TP Protocol VPN Client written in C# using DOTras.
### Software Pictures
Expand Down
2 changes: 1 addition & 1 deletion Simple_VPN/Dashboard.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Simple_VPN/Dashboard.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ private void Form1_Load(object sender, EventArgs e)
}

/*
* The Below Username & Password Valid Till : Tuesday, 1 December 2020
* The Below Username & Password Valid Till : Monday, 19 April 2021
*
* !!! Don't Modify ServerIP & selectedProtocol !!!
* adapterName : You can choose whatever you like .
Expand All @@ -42,8 +42,8 @@ private void Form1_Load(object sender, EventArgs e)

private string serverIP;
private string adapterName = "SimpleVPN";
private string userName = "ta.mikawil.ki.n.son.t.m[email protected]";
private string passWord = "Simple.V.P.N_U01";
private string userName = "na.tasha.m.end.e.ztm[email protected]";
private string passWord = "Simple.V.P.N_U02";
private string preSharedKey = "seed4me";
private string selectedProtocol;

Expand Down Expand Up @@ -179,7 +179,7 @@ public void ExitMethod()
}
}

public void Connection_Authentication()
private void Connection_Authentication()
{
while (true)
{
Expand Down Expand Up @@ -207,7 +207,7 @@ public void Connection_Authentication()
}
}

public void Administrator_Authentication()
private void Administrator_Authentication()
{
if (Status.IsAdministrator() == false)
{
Expand Down
7 changes: 3 additions & 4 deletions Simple_VPN/Information.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Simple_VPN/Information.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public Information()
InitializeComponent();
}

DateTime endSub = new DateTime(2020, 12, 1);
DateTime endSub = new DateTime(2021, 4, 19);
private void Information_Load(object sender, EventArgs e)
{
TimeSpan subResult = endSub.Subtract(DateTime.Today);
Expand Down
4 changes: 2 additions & 2 deletions Simple_VPN/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.1.0")]
[assembly: AssemblyFileVersion("1.3.1.0")]
[assembly: AssemblyVersion("1.3.2.0")]
[assembly: AssemblyFileVersion("1.3.2.0")]

0 comments on commit a420801

Please sign in to comment.