master
Alice 8 years ago
parent af69da95d6
commit 67df736512

@ -4,8 +4,6 @@ from django.conf import settings
def get_client_ip(request):
header_name = settings.REAL_IP_HEADER_NAME
print(header_name)
print(request.META)
if header_name:
header_name = header_name.replace('-', '_').upper()
value = request.META.get('HTTP_' + header_name)

@ -1,6 +1,6 @@
Title: Install on Windows
With CCVPNGUI (recommended)
With CCVPNGUI (recommended, simple)
-------------
CCVPNGUI is made for CCrypto VPN and contains everything it needs. Just download and run:
@ -15,8 +15,9 @@ the VPN will stay connected.
It's open-source and based on [LVPNGUI](https://github.com/PacketImpact/lvpngui/).
---
With OpenVPN GUI (advanved)
With OpenVPN GUI (advanced)
----------------
1. Download OpenVPN for Windows on
@ -40,10 +41,8 @@ With OpenVPN GUI (advanved)
#### Save username and password
You can make OpenVPN remember your username and password, so you don't need
to type them everytime you want to use the VPN.
This can be done by creating a text file named "ccrypto_creds.txt" containing
your username on the first line and your password on the second
(see example below).

@ -1,6 +1,6 @@
Title: Installation sous Windows
Avec CCVPNGUI (recommandé)
Avec CCVPNGUI (recommandé, simple)
-------------
CCVPNGUI est fait pour CCrypto VPN et contient tout ce qu'il faut. Téléchargez et lancez juste :
@ -15,6 +15,7 @@ Une fenêtre s'affichera pour vous informer de la progression, vous pouvez la fe
C'est open-source et basé sur [LVPNGUI](https://github.com/PacketImpact/lvpngui/).
---
Avec OpenVPN GUI (avancé)
----------------
@ -44,8 +45,7 @@ Avec OpenVPN GUI (avancé)
#### Enregistrer les identifiants
Vous pouvez faire qu'OpenVPN enregistre votre nom d'utilisateur et votre mot de
passe, pour ne pas avoir à l'entrer à chaque connexion.
passe, pour ne pas avoir à l'entrer à chaque connexion.
Créez un fichier texte "ccrypto_creds.txt" contenant votre nom sur la
première ligne, et votre mot de passe sur la deuxième, comme ceci:

Loading…
Cancel
Save