Skip to content

Commit 26efe9e

Browse files
authored
Rework script to install ipsec (#39)
* Rework script to install ipsec * Update client configuration * Update readme
1 parent 3e7ff44 commit 26efe9e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+6914
-3055
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
**/.DS_Store
2+
**/build/**
3+
**/*tar.gz
4+

README-ru.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
[**English**](README.md) | [**Русский**](README-ru.md)
22

33
## Файлы конфигурации
4+
5+
UPD: В данный момент больше нет необходимости выбирать сервер вручную.
6+
47
**Windows:**
58

69
Config import script: [**ikev2_config_import**](/client-conf/ikev2_config_import.cmd) (Copyright (C) 2022 Lin Song)
7-
- [**Server 1 p12**](/client-conf/vpnclient1.p12) / Server IP: 89.40.1.114
10+
- [** p12**](/client-conf/vpnclient.p12)
811

912
**iOS:**
10-
- [**Server1 mobile**](/client-conf/vpnclient1.mobileconfig)
11-
- [**Server2 mobile**](/client-conf/vpnclient2.mobileconfig)
12-
- [**Server3 mobile**](/client-conf/vpnclient3.mobileconfig)
13+
- [** mobile**](/client-conf/vpnclient.mobileconfig)
1314

1415
**Android:**
15-
- [**Server1 swan**](/client-conf/vpnclient1.sswan)
16-
- [**Server2 swan**](/client-conf/vpnclient2.sswan)
17-
- [**Server3 swan**](/client-conf/vpnclient3.sswan)
16+
- [** Sswan**](/client-conf/vpnclient.sswan)
17+
1818

1919
## Установка
2020

README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,27 @@
11
[**English**](README.md) | [**Русский**](README-ru.md)
22

3+
## IPSec
4+
5+
Configuration files are based on https://github.com/hwdsl2/setup-ipsec-vpn.git
6+
7+
8+
## Sponsors
9+
310
## Client Configuration Files
11+
12+
UPDATE: Currently we need only one configuration files, you don't need to manually choose server
13+
414
**Windows:**
515

616
Config import script: [**ikev2_config_import**](/client-conf/ikev2_config_import.cmd) (Copyright (C) 2022 Lin Song)
7-
- [**Server 1 p12**](/client-conf/vpnclient1.p12) / Server IP: 89.40.1.114
17+
- [**p12**](/client-conf/vpnclient.p12) / Server IP: 89.40.1.114
818

919
**iOS:**
10-
- [**Server1 mobile**](/client-conf/vpnclient1.mobileconfig)
11-
- [**Server2 mobile**](/client-conf/vpnclient2.mobileconfig)
12-
- [**Server3 mobile**](/client-conf/vpnclient3.mobileconfig)
20+
- [**mobile**](/client-conf/vpnclient.mobileconfig)
1321

1422
**Android:**
15-
- [**Server1 swan**](/client-conf/vpnclient1.sswan)
16-
- [**Server2 swan**](/client-conf/vpnclient2.sswan)
17-
- [**Server3 swan**](/client-conf/vpnclient3.sswan)
23+
- [**swan**](/client-conf/vpnclient.sswan)
24+
1825

1926
## Installation
2027

VERSION.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.0.2

autovpn/README.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

autovpn/conf/freeradius/clients.conf.template

Lines changed: 0 additions & 11 deletions
This file was deleted.

autovpn/conf/freeradius/mods-enabled/ldap.template

Lines changed: 0 additions & 93 deletions
This file was deleted.

0 commit comments

Comments
 (0)