This commit is contained in:
Davide De Rosa 2019-04-26 20:36:10 +02:00
parent d65ef3ec3f
commit bd5e364bf9
5 changed files with 39 additions and 30 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?1556280734" />
<meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1556303769" />
<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?1556280734" />
<meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1556303769" />
<!-- 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?1556280734" />
<meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1556303769" />
<link rel="canonical" href="https://passepartoutvpn.app" />
<link rel="author" href="https://plus.google.com/+keeshux" />
<link rel="stylesheet" href="/s/main.css?1556280734" />
<link rel="stylesheet" href="/s/main-mobile.css?1556280734" media="only screen and (max-width: 600px)" />
<link rel="stylesheet" href="/s/main.css?1556303769" />
<link rel="stylesheet" href="/s/main-mobile.css?1556303769" 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?1556280734" />
<link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1556280734" />
<link rel="shortcut icon" href="/s/favicon.ico?1556303769" />
<link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1556303769" />
</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?1556280734" />
<meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1556303769" />
<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?1556280734" />
<meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1556303769" />
<!-- 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?1556280734" />
<meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1556303769" />
<link rel="canonical" href="https://passepartoutvpn.app" />
<link rel="author" href="https://plus.google.com/+keeshux" />
<link rel="stylesheet" href="/s/main.css?1556280734" />
<link rel="stylesheet" href="/s/main-mobile.css?1556280734" media="only screen and (max-width: 600px)" />
<link rel="stylesheet" href="/s/main.css?1556303769" />
<link rel="stylesheet" href="/s/main-mobile.css?1556303769" 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?1556280734" />
<link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1556280734" />
<link rel="shortcut icon" href="/s/favicon.ico?1556303769" />
<link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1556303769" />
</head>
<body>
@ -130,7 +130,16 @@ content of my-ca.crt
<h3 id="it-seems-that-my-traffic-doesnt-necessarily-go-through-the-vpn">It seems that my traffic doesnt necessarily go through the VPN</h3>
<p>Starting from version 1.6.0, this is standard OpenVPN behavior unless you add <code class="highlighter-rouge">redirect-gateway</code> to your .ovpn configuration file. Before 1.6.0, Passepartout erroneously assumed that all traffic should go through the VPN implicitly.</p>
<p>Unless <code class="highlighter-rouge">redirect-gateway</code> is either:</p>
<ul>
<li>Explicitly added to the .ovpn configuration</li>
<li>Pushed from the server</li>
</ul>
<p>the default gateway is NOT changed. That is, your external IP wont be the VPNs IP. Double check the “Default gateway” entry in the “Configuration” page to see how your host profile looks like. On the other hand, the default gateway is always enforced for provider profiles.</p>
<p>This has been recently fixed in Passepartout 1.6.0 as its the standard OpenVPN behavior. Before 1.6.0, Passepartout erroneously assumed that all traffic should go through the VPN implicitly.</p>
<p>Try <a href="https://www.iplocation.net/">this website</a> to test your external IP before and after this change.</p>

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>2019-04-26T14:12:14+02: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>2019-04-26T20:36:09+02: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?1556280734" />
<meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1556303769" />
<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?1556280734" />
<meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1556303769" />
<!-- 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?1556280734" />
<meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1556303769" />
<link rel="canonical" href="https://passepartoutvpn.app" />
<link rel="author" href="https://plus.google.com/+keeshux" />
<link rel="stylesheet" href="/s/main.css?1556280734" />
<link rel="stylesheet" href="/s/main-mobile.css?1556280734" media="only screen and (max-width: 600px)" />
<link rel="stylesheet" href="/s/main.css?1556303769" />
<link rel="stylesheet" href="/s/main-mobile.css?1556303769" 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?1556280734" />
<link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1556280734" />
<link rel="shortcut icon" href="/s/favicon.ico?1556303769" />
<link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1556303769" />
</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?1556280734" />
<meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1556303769" />
<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?1556280734" />
<meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1556303769" />
<!-- 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?1556280734" />
<meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1556303769" />
<link rel="canonical" href="https://passepartoutvpn.app" />
<link rel="author" href="https://plus.google.com/+keeshux" />
<link rel="stylesheet" href="/s/main.css?1556280734" />
<link rel="stylesheet" href="/s/main-mobile.css?1556280734" media="only screen and (max-width: 600px)" />
<link rel="stylesheet" href="/s/main.css?1556303769" />
<link rel="stylesheet" href="/s/main-mobile.css?1556303769" 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?1556280734" />
<link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1556280734" />
<link rel="shortcut icon" href="/s/favicon.ico?1556303769" />
<link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1556303769" />
</head>
<body>