diff --git a/disclaimer/index.html b/disclaimer/index.html index eb1fe5a..c7ebc0b 100644 --- a/disclaimer/index.html +++ b/disclaimer/index.html @@ -21,7 +21,7 @@ - + @@ -31,33 +31,34 @@ - + - + - - + + - - + + -
+
+

Passepartout

A non-official, user-friendly OpenVPN® client for iOS. Soon for macOS.

-
+

Disclaimer

Passepartout is a VPN client based on independent work. As such, the developer -while making his best efforts to avoid it- takes no responsibility about any damage caused by the use of this software.

@@ -72,7 +73,7 @@
-
diff --git a/faq/index.html b/faq/index.html index 31e5fd3..c50f79e 100644 --- a/faq/index.html +++ b/faq/index.html @@ -21,7 +21,7 @@ - + @@ -31,33 +31,34 @@ - + - + - - + + - - + + -
+
+

Passepartout

A non-official, user-friendly OpenVPN® client for iOS. Soon for macOS.

-
+

Frequently Asked Questions

Why is compression not supported?

@@ -70,10 +71,28 @@

Keeping it broken is absolutely irresponsible.

+

The configuration file contains an unsupported option (external file)

+ +

Due to easier interoperability, the app does not support external files in the .ovpn main configuration. That’s because more often than not, it may not make sense referring to relative paths in a mobile device environment. Think of the Mail app for example. The fix is straightforward though, say you have an external ca file:

+ +
ca my-ca.crt
+
+ +

Just replace it with:

+ +
<ca>
+...
+content of my-ca.crt
+...
+</ca>
+
+ +

The same applies to other settings like cert, key, tls-auth and tls-crypt.

+
-
diff --git a/feed.xml b/feed.xml index d2a9395..96b28cc 100644 --- a/feed.xml +++ b/feed.xml @@ -1 +1 @@ -Jekyll2018-12-22T11:09:34+01:00https://passepartoutvpn.app/feed.xmlPassepartout, OpenVPN client for iOS and macOSPassepartout is a non-official, user-friendly OpenVPN® client for iOS and macOS.Davide De Rosa \ No newline at end of file +Jekyll2018-12-23T11:45:36+01:00https://passepartoutvpn.app/feed.xmlPassepartout, OpenVPN client for iOS and macOSPassepartout is a non-official, user-friendly OpenVPN® client for iOS and macOS.Davide De Rosa \ No newline at end of file diff --git a/index.html b/index.html index bb5e875..643fe2e 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@ - + @@ -31,33 +31,34 @@ - + - + - - + + - - + + -
+
+

Passepartout

A non-official, user-friendly OpenVPN® client for iOS. Soon for macOS.

-
diff --git a/privacy/index.html b/privacy/index.html index e08a8e7..fad218b 100644 --- a/privacy/index.html +++ b/privacy/index.html @@ -21,7 +21,7 @@ - + @@ -31,33 +31,34 @@ - + - + - - + + - - + + -
+
+

Passepartout

A non-official, user-friendly OpenVPN® client for iOS. Soon for macOS.

-
+

Privacy policy

Data retention

@@ -77,7 +78,7 @@
-
diff --git a/s/main-mobile.css b/s/main-mobile.css index dc4192a..7669f57 100644 --- a/s/main-mobile.css +++ b/s/main-mobile.css @@ -1,4 +1,4 @@ -main { +#container { margin: 2em 0em 3em 0em; width: 100%; } diff --git a/s/main.css b/s/main.css index 3f70122..aea39fc 100644 --- a/s/main.css +++ b/s/main.css @@ -4,7 +4,6 @@ body { font-family: "Helvetica", sans-serif; font-size: 12pt; color: white; - text-align: center; } a { @@ -22,19 +21,20 @@ a:hover { margin: -2em 0em; } -main { +#container { margin: 2em auto 3em auto; width: 32em; } footer { color: lightgray; + margin-top: 3em; margin-bottom: 2em; } footer li { display: inline-block; - margin: 0em 0.3em; + margin-right: 0.3em; } footer .contacts li {