This repository has been archived by the owner on Feb 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e750e41
commit a420801
Showing
6 changed files
with
13 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 . | ||
|
@@ -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; | ||
|
||
|
@@ -179,7 +179,7 @@ public void ExitMethod() | |
} | ||
} | ||
|
||
public void Connection_Authentication() | ||
private void Connection_Authentication() | ||
{ | ||
while (true) | ||
{ | ||
|
@@ -207,7 +207,7 @@ public void Connection_Authentication() | |
} | ||
} | ||
|
||
public void Administrator_Authentication() | ||
private void Administrator_Authentication() | ||
{ | ||
if (Status.IsAdministrator() == false) | ||
{ | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters