update help landing page for wg, privacy policy
parent
7b59885146
commit
db99ddcac7
@ -0,0 +1,48 @@
|
||||
---
|
||||
Title: Configure OpenVPN
|
||||
---
|
||||
|
||||
Some devices will let you upload and import a VPN configuration; the "Other / GNU/Linux" configuration option is made to be compatible.
|
||||
|
||||
For most other devices and client applications, including most routers supporting OpenVPN, you will need to fill in a few parameters as described below:
|
||||
|
||||
<table class="admin-list">
|
||||
<thead><tr><td>Option</td><td>Value</td></tr></thead>
|
||||
<tr>
|
||||
<td>CA Certificate</td>
|
||||
<td>The file available on <a href="https://vpn.ccrypto.org/ca.crt">vpn.ccrypto.org/ca.crt</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Client / Server certificates</td>
|
||||
<td>None</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Username / Password</td>
|
||||
<td>The same as used to log in on this website</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Host or Gateway</td>
|
||||
<td><code>fr.204vpn.net</code>, or any host in our <a href="/status">server list</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Port / Protocol</td>
|
||||
<td>1196 in UDP mode (or 443 in TCP mode; prefer UDP unless blocked)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Interface Type</td>
|
||||
<td><code>tun</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>LZO Compression</td>
|
||||
<td>Enabled</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Cipher / HMAC</td>
|
||||
<td><code>BF-CBC</code> and <code>SHA1</code> by default, renegociable with a recent OpenVPN version</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>DNS Server</td>
|
||||
<td><code>10.99.0.20</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -1,38 +0,0 @@
|
||||
---
|
||||
Title: NO-P2P Servers
|
||||
---
|
||||
|
||||
See also: our [Privacy Policy](/page/privacy).
|
||||
|
||||
Because of its high number of simultaneous connections and high bandwidth usage,
|
||||
and the amount of legal issues sometimes linked,
|
||||
we have to restrict the use of the BitTorrent protocol on specific servers.
|
||||
Our servers marked as **NO-P2P** are more expensive to maintain
|
||||
and cost more in bandwidth than in other countries,
|
||||
so we ask our clients to not use the BitTorrent protocol
|
||||
on these servers.
|
||||
|
||||
|
||||
### Enforcement
|
||||
|
||||
As monitoring all connections would be a big privacy violation towards our clients and cost much more,
|
||||
we chose to only intercept connection made to a specific set of known BitTorrent trackers
|
||||
as listed at the end of this page.
|
||||
Rules are then applied to the intercepted content and if a match if found,
|
||||
the client is disconnected and banned from the server.
|
||||
Intercepted data is never logged or stored, only the username and the date of detection are stored.
|
||||
|
||||
If you think this has happened by mistake, please contact our support.
|
||||
|
||||
Trackers targeted:
|
||||
|
||||
94.23.183.33
|
||||
62.138.0.158
|
||||
163.172.157.35
|
||||
151.80.120.112/30
|
||||
109.121.134.121
|
||||
87.98.148.74
|
||||
192.99.81.115
|
||||
|
||||
The exact rules used are still under development and will be published once stable.
|
||||
|
Loading…
Reference in New Issue