Skip to content

Commit 7c73ddb

Browse files
committed
update ikev2 release
1 parent ca4aa74 commit 7c73ddb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ Utility to install and configure VPN protocols on the server
1919
* `DEBUG_AGENT` debug mode `(default: disabled)`
2020
* `DNS_PRIMARY` default: OpenDNS `208.67.222.222`
2121
* `DNS_SECONDARY` default: OpenDNS `208.67.220.220`
22-
* `VPN_OS` debian11
22+
* `VPN_OS` debian12

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/7d71b7207745a18ea6dd5f6ec29cb537f94b456d/ikev2.sh",
36+
StagePre: "https://gist.githubusercontent.com/my0419/4bdd4dbfaa4d488ddac1c5fe268bf3a8/raw/75c50f71af01ef6a77797c3e231d8a020a87b72a/ikev2.sh",
3737
},
3838
TypePPTP: {
3939
StagePre: "https://gist.githubusercontent.com/my0419/db77a7bdb466b9df01ffa3f96f4b3f37/raw/c4df04e15b9a5b2edfd4cdad1aef32a71cea9e28/pptp.sh",

0 commit comments

Comments
 (0)