Skip to content

Commit 22f6a30

Browse files
committed
update ikev2 release
1 parent 78776ae commit 22f6a30

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

installer/type.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func listOfPreScripts() map[string]map[string]string {
3333
StagePre: "https://gist.githubusercontent.com/my0419/560071251f2427a9a19862d8a04edb94/raw/5386506d045b5dd73e83b88f58e2ce4045708679/l2tp.sh",
3434
},
3535
TypeIKEV2: {
36-
StagePre: "https://gist.githubusercontent.com/my0419/4bdd4dbfaa4d488ddac1c5fe268bf3a8/raw/e4e1f37cdd470df381261b82a0f5c211b606c238/ikev2.sh",
36+
StagePre: "https://gist.githubusercontent.com/my0419/4bdd4dbfaa4d488ddac1c5fe268bf3a8/raw/7d71b7207745a18ea6dd5f6ec29cb537f94b456d/ikev2.sh",
3737
},
3838
TypePPTP: {
3939
StagePre: "https://gist.githubusercontent.com/my0419/db77a7bdb466b9df01ffa3f96f4b3f37/raw/c4df04e15b9a5b2edfd4cdad1aef32a71cea9e28/pptp.sh",

main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ import (
1616

1717
func main() {
1818

19+
log.Println("Welcome to MyVPN, your reliable service for installing and configuring VPN connections.")
20+
1921
// debug mode
2022
if debugLogFile := system.CreateDebugLogFile(); debugLogFile != nil {
2123
log.SetFlags(log.Lshortfile)

0 commit comments

Comments
 (0)