Skip to content

Commit

Permalink
Rework script to install ipsec (#39)
Browse files Browse the repository at this point in the history
* Rework script to install ipsec

* Update client configuration

* Update readme
  • Loading branch information
the2pizza authored Jun 30, 2022
1 parent 3e7ff44 commit 26efe9e
Show file tree
Hide file tree
Showing 70 changed files with 6,914 additions and 3,055 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
**/.DS_Store
**/build/**
**/*tar.gz

14 changes: 7 additions & 7 deletions README-ru.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[**English**](README.md) | [**Русский**](README-ru.md)

## Файлы конфигурации

UPD: В данный момент больше нет необходимости выбирать сервер вручную.

**Windows:**

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

**iOS:**
- [**Server1 mobile**](/client-conf/vpnclient1.mobileconfig)
- [**Server2 mobile**](/client-conf/vpnclient2.mobileconfig)
- [**Server3 mobile**](/client-conf/vpnclient3.mobileconfig)
- [** mobile**](/client-conf/vpnclient.mobileconfig)

**Android:**
- [**Server1 swan**](/client-conf/vpnclient1.sswan)
- [**Server2 swan**](/client-conf/vpnclient2.sswan)
- [**Server3 swan**](/client-conf/vpnclient3.sswan)
- [** Sswan**](/client-conf/vpnclient.sswan)


## Установка

Expand Down
21 changes: 14 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,27 @@
[**English**](README.md) | [**Русский**](README-ru.md)

## IPSec

Configuration files are based on https://github.com/hwdsl2/setup-ipsec-vpn.git


## Sponsors

## Client Configuration Files

UPDATE: Currently we need only one configuration files, you don't need to manually choose server

**Windows:**

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

**iOS:**
- [**Server1 mobile**](/client-conf/vpnclient1.mobileconfig)
- [**Server2 mobile**](/client-conf/vpnclient2.mobileconfig)
- [**Server3 mobile**](/client-conf/vpnclient3.mobileconfig)
- [**mobile**](/client-conf/vpnclient.mobileconfig)

**Android:**
- [**Server1 swan**](/client-conf/vpnclient1.sswan)
- [**Server2 swan**](/client-conf/vpnclient2.sswan)
- [**Server3 swan**](/client-conf/vpnclient3.sswan)
- [**swan**](/client-conf/vpnclient.sswan)


## Installation

Expand Down
1 change: 1 addition & 0 deletions VERSION.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.0.2
6 changes: 0 additions & 6 deletions autovpn/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions autovpn/conf/freeradius/clients.conf.template

This file was deleted.

93 changes: 0 additions & 93 deletions autovpn/conf/freeradius/mods-enabled/ldap.template

This file was deleted.

Loading

0 comments on commit 26efe9e

Please sign in to comment.