This commit is contained in:
Davide De Rosa 2018-12-23 12:54:37 +01:00
parent b481b0f793
commit cb3a2d092e
5 changed files with 34 additions and 29 deletions

View File

@ -21,7 +21,7 @@
<meta name="twitter:site" content="@keeshux" />
<meta name="twitter:title" content="Passepartout" />
<meta name="twitter:url" content="https://passepartoutvpn.app" />
<meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1545565688" />
<meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1545566077" />
<meta name="twitter:description" content="Passepartout is a non-official, user-friendly OpenVPN® client for iOS and macOS." />
<!-- Facebook -->
@ -31,23 +31,23 @@
<meta property="og:title" content="Passepartout" />
<meta property="og:site_name" content="Passepartout" />
<meta property="og:description" content="Passepartout is a non-official, user-friendly OpenVPN® client for iOS and macOS." />
<meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1545565688" />
<meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1545566077" />
<!-- Google+ -->
<meta itemprop="name" content="Passepartout" />
<meta itemprop="description" content="Passepartout is a non-official, user-friendly OpenVPN® client for iOS and macOS." />
<meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1545565688" />
<meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1545566077" />
<link rel="canonical" href="https://passepartoutvpn.app" />
<link rel="author" href="https://plus.google.com/+keeshux" />
<link rel="stylesheet" href="/s/main.css?1545565688" />
<link rel="stylesheet" href="/s/main-mobile.css?1545565688" media="only screen and (max-width: 600px)" />
<link rel="stylesheet" href="/s/main.css?1545566077" />
<link rel="stylesheet" href="/s/main-mobile.css?1545566077" media="only screen and (max-width: 600px)" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link rel="shortcut icon" href="/s/favicon.ico?1545565688" />
<link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1545565688" />
<link rel="shortcut icon" href="/s/favicon.ico?1545566077" />
<link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1545566077" />
</head>
<body>

View File

@ -21,7 +21,7 @@
<meta name="twitter:site" content="@keeshux" />
<meta name="twitter:title" content="Passepartout" />
<meta name="twitter:url" content="https://passepartoutvpn.app" />
<meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1545565688" />
<meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1545566077" />
<meta name="twitter:description" content="Passepartout is a non-official, user-friendly OpenVPN® client for iOS and macOS." />
<!-- Facebook -->
@ -31,23 +31,23 @@
<meta property="og:title" content="Passepartout" />
<meta property="og:site_name" content="Passepartout" />
<meta property="og:description" content="Passepartout is a non-official, user-friendly OpenVPN® client for iOS and macOS." />
<meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1545565688" />
<meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1545566077" />
<!-- Google+ -->
<meta itemprop="name" content="Passepartout" />
<meta itemprop="description" content="Passepartout is a non-official, user-friendly OpenVPN® client for iOS and macOS." />
<meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1545565688" />
<meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1545566077" />
<link rel="canonical" href="https://passepartoutvpn.app" />
<link rel="author" href="https://plus.google.com/+keeshux" />
<link rel="stylesheet" href="/s/main.css?1545565688" />
<link rel="stylesheet" href="/s/main-mobile.css?1545565688" media="only screen and (max-width: 600px)" />
<link rel="stylesheet" href="/s/main.css?1545566077" />
<link rel="stylesheet" href="/s/main-mobile.css?1545566077" media="only screen and (max-width: 600px)" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link rel="shortcut icon" href="/s/favicon.ico?1545565688" />
<link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1545565688" />
<link rel="shortcut icon" href="/s/favicon.ico?1545566077" />
<link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1545566077" />
</head>
<body>
@ -65,6 +65,7 @@
<li><a href="#my-provider-is-not-listed">My provider is not listed</a></li>
<li><a href="#why-is-compression-not-supported">Why is compression not supported?</a></li>
<li><a href="#the-configuration-file-contains-an-unsupported-option-external-file">The configuration file contains an unsupported option (external file)</a></li>
<li><a href="#id-like-to-see-my-ip-address-in-the-app">Id like to see my IP address in the app</a></li>
</ul>
<h3 id="my-provider-is-not-listed">My provider is not listed</h3>
@ -99,6 +100,10 @@ content of my-ca.crt
<p>The same applies to other settings like <code class="highlighter-rouge">cert</code>, <code class="highlighter-rouge">key</code>, <code class="highlighter-rouge">tls-auth</code> and <code class="highlighter-rouge">tls-crypt</code>.</p>
<h3 id="id-like-to-see-my-ip-address-in-the-app">Id like to see my IP address in the app</h3>
<p>The reason why Passepartout does not present any personal information in app is <em>privacy</em>. Obtaining ones IP address, regardless of being connected to a VPN or not, involves querying -and trusting- a third party service. Knowing such info is also of little use, given that most of the time you dont want to share your VPN IP address and therefore link your identity to it. However, this feature might be introduced later as a diagnostic tool.</p>
</main>

View File

@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.4">Jekyll</generator><link href="https://passepartoutvpn.app/feed.xml" rel="self" type="application/atom+xml" /><link href="https://passepartoutvpn.app/" rel="alternate" type="text/html" /><updated>2018-12-23T12:48:08+01:00</updated><id>https://passepartoutvpn.app/feed.xml</id><title type="html">Passepartout, OpenVPN client for iOS and macOS</title><subtitle>Passepartout is a non-official, user-friendly OpenVPN® client for iOS and macOS.</subtitle><author><name>Davide De Rosa</name></author></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.4">Jekyll</generator><link href="https://passepartoutvpn.app/feed.xml" rel="self" type="application/atom+xml" /><link href="https://passepartoutvpn.app/" rel="alternate" type="text/html" /><updated>2018-12-23T12:54:37+01:00</updated><id>https://passepartoutvpn.app/feed.xml</id><title type="html">Passepartout, OpenVPN client for iOS and macOS</title><subtitle>Passepartout is a non-official, user-friendly OpenVPN® client for iOS and macOS.</subtitle><author><name>Davide De Rosa</name></author></feed>

View File

@ -21,7 +21,7 @@
<meta name="twitter:site" content="@keeshux" />
<meta name="twitter:title" content="Passepartout" />
<meta name="twitter:url" content="https://passepartoutvpn.app" />
<meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1545565688" />
<meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1545566077" />
<meta name="twitter:description" content="Passepartout is a non-official, user-friendly OpenVPN® client for iOS and macOS." />
<!-- Facebook -->
@ -31,23 +31,23 @@
<meta property="og:title" content="Passepartout" />
<meta property="og:site_name" content="Passepartout" />
<meta property="og:description" content="Passepartout is a non-official, user-friendly OpenVPN® client for iOS and macOS." />
<meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1545565688" />
<meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1545566077" />
<!-- Google+ -->
<meta itemprop="name" content="Passepartout" />
<meta itemprop="description" content="Passepartout is a non-official, user-friendly OpenVPN® client for iOS and macOS." />
<meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1545565688" />
<meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1545566077" />
<link rel="canonical" href="https://passepartoutvpn.app" />
<link rel="author" href="https://plus.google.com/+keeshux" />
<link rel="stylesheet" href="/s/main.css?1545565688" />
<link rel="stylesheet" href="/s/main-mobile.css?1545565688" media="only screen and (max-width: 600px)" />
<link rel="stylesheet" href="/s/main.css?1545566077" />
<link rel="stylesheet" href="/s/main-mobile.css?1545566077" media="only screen and (max-width: 600px)" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link rel="shortcut icon" href="/s/favicon.ico?1545565688" />
<link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1545565688" />
<link rel="shortcut icon" href="/s/favicon.ico?1545566077" />
<link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1545566077" />
</head>
<body>

View File

@ -21,7 +21,7 @@
<meta name="twitter:site" content="@keeshux" />
<meta name="twitter:title" content="Passepartout" />
<meta name="twitter:url" content="https://passepartoutvpn.app" />
<meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1545565688" />
<meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1545566077" />
<meta name="twitter:description" content="Passepartout is a non-official, user-friendly OpenVPN® client for iOS and macOS." />
<!-- Facebook -->
@ -31,23 +31,23 @@
<meta property="og:title" content="Passepartout" />
<meta property="og:site_name" content="Passepartout" />
<meta property="og:description" content="Passepartout is a non-official, user-friendly OpenVPN® client for iOS and macOS." />
<meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1545565688" />
<meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1545566077" />
<!-- Google+ -->
<meta itemprop="name" content="Passepartout" />
<meta itemprop="description" content="Passepartout is a non-official, user-friendly OpenVPN® client for iOS and macOS." />
<meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1545565688" />
<meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1545566077" />
<link rel="canonical" href="https://passepartoutvpn.app" />
<link rel="author" href="https://plus.google.com/+keeshux" />
<link rel="stylesheet" href="/s/main.css?1545565688" />
<link rel="stylesheet" href="/s/main-mobile.css?1545565688" media="only screen and (max-width: 600px)" />
<link rel="stylesheet" href="/s/main.css?1545566077" />
<link rel="stylesheet" href="/s/main-mobile.css?1545566077" media="only screen and (max-width: 600px)" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link rel="shortcut icon" href="/s/favicon.ico?1545565688" />
<link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1545565688" />
<link rel="shortcut icon" href="/s/favicon.ico?1545566077" />
<link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1545566077" />
</head>
<body>