This commit is contained in:
Davide De Rosa 2024-09-17 21:33:19 +02:00
parent 9c010ee6ec
commit ac7240735a
No known key found for this signature in database
GPG Key ID: A48836171C759F5E
8 changed files with 60 additions and 56 deletions

View File

@ -21,7 +21,7 @@
<meta name="twitter:site" content="@keeshux" /> <meta name="twitter:site" content="@keeshux" />
<meta name="twitter:title" content="Passepartout" /> <meta name="twitter:title" content="Passepartout" />
<meta name="twitter:url" content="https://passepartoutvpn.app" /> <meta name="twitter:url" content="https://passepartoutvpn.app" />
<meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1705706919" /> <meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1726601599" />
<meta name="twitter:description" content="Passepartout is a user-friendly VPN client for Apple platforms." /> <meta name="twitter:description" content="Passepartout is a user-friendly VPN client for Apple platforms." />
<!-- Facebook --> <!-- Facebook -->
@ -31,23 +31,23 @@
<meta property="og:title" content="Passepartout" /> <meta property="og:title" content="Passepartout" />
<meta property="og:site_name" content="Passepartout" /> <meta property="og:site_name" content="Passepartout" />
<meta property="og:description" content="Passepartout is a user-friendly VPN client for Apple platforms." /> <meta property="og:description" content="Passepartout is a user-friendly VPN client for Apple platforms." />
<meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1705706919" /> <meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1726601599" />
<!-- Google+ --> <!-- Google+ -->
<meta itemprop="name" content="Passepartout" /> <meta itemprop="name" content="Passepartout" />
<meta itemprop="description" content="Passepartout is a user-friendly VPN client for Apple platforms." /> <meta itemprop="description" content="Passepartout is a user-friendly VPN client for Apple platforms." />
<meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1705706919" /> <meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1726601599" />
<link rel="canonical" href="https://passepartoutvpn.app" /> <link rel="canonical" href="https://passepartoutvpn.app" />
<link rel="author" href="https://plus.google.com/+keeshux" /> <link rel="author" href="https://plus.google.com/+keeshux" />
<link rel="stylesheet" href="/s/main.css?1705706919" /> <link rel="stylesheet" href="/s/main.css?1726601599" />
<link rel="stylesheet" href="/s/main-mobile.css?1705706919" media="only screen and (max-width: 600px)" /> <link rel="stylesheet" href="/s/main-mobile.css?1726601599" 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="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?1705706919" /> <link rel="shortcut icon" href="/s/favicon.ico?1726601599" />
<link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1705706919" /> <link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1726601599" />
</head> </head>
<body> <body>
@ -55,7 +55,7 @@
<header> <header>
<a href="https://passepartoutvpn.app"><img id="logo" src="/s/logo.svg" alt="Passepartout" /></a> <a href="https://passepartoutvpn.app"><img id="logo" src="/s/logo.svg" alt="Passepartout" /></a>
<h1><a href="https://passepartoutvpn.app">Passepartout</a></h1> <h1><a href="https://passepartoutvpn.app">Passepartout</a></h1>
<p>A user-friendly VPN client for Apple platforms.</p> <p>Your go-to app for VPN and privacy.</p>
</header> </header>
<main> <main>

View File

@ -1,8 +1,6 @@
version: "3"
services: services:
web: web:
image: mac/jekyll image: jekyll/jekyll
container_name: passepartoutvpn-web container_name: passepartoutvpn-web
volumes: volumes:
- .:/srv/jekyll - .:/srv/jekyll
@ -13,3 +11,4 @@ services:
networks: networks:
default: default:
name: nginx-proxy name: nginx-proxy
external: true

View File

@ -21,7 +21,7 @@
<meta name="twitter:site" content="@keeshux" /> <meta name="twitter:site" content="@keeshux" />
<meta name="twitter:title" content="Passepartout" /> <meta name="twitter:title" content="Passepartout" />
<meta name="twitter:url" content="https://passepartoutvpn.app" /> <meta name="twitter:url" content="https://passepartoutvpn.app" />
<meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1705706919" /> <meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1726601599" />
<meta name="twitter:description" content="Passepartout is a user-friendly VPN client for Apple platforms." /> <meta name="twitter:description" content="Passepartout is a user-friendly VPN client for Apple platforms." />
<!-- Facebook --> <!-- Facebook -->
@ -31,23 +31,23 @@
<meta property="og:title" content="Passepartout" /> <meta property="og:title" content="Passepartout" />
<meta property="og:site_name" content="Passepartout" /> <meta property="og:site_name" content="Passepartout" />
<meta property="og:description" content="Passepartout is a user-friendly VPN client for Apple platforms." /> <meta property="og:description" content="Passepartout is a user-friendly VPN client for Apple platforms." />
<meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1705706919" /> <meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1726601599" />
<!-- Google+ --> <!-- Google+ -->
<meta itemprop="name" content="Passepartout" /> <meta itemprop="name" content="Passepartout" />
<meta itemprop="description" content="Passepartout is a user-friendly VPN client for Apple platforms." /> <meta itemprop="description" content="Passepartout is a user-friendly VPN client for Apple platforms." />
<meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1705706919" /> <meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1726601599" />
<link rel="canonical" href="https://passepartoutvpn.app" /> <link rel="canonical" href="https://passepartoutvpn.app" />
<link rel="author" href="https://plus.google.com/+keeshux" /> <link rel="author" href="https://plus.google.com/+keeshux" />
<link rel="stylesheet" href="/s/main.css?1705706919" /> <link rel="stylesheet" href="/s/main.css?1726601599" />
<link rel="stylesheet" href="/s/main-mobile.css?1705706919" media="only screen and (max-width: 600px)" /> <link rel="stylesheet" href="/s/main-mobile.css?1726601599" 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="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?1705706919" /> <link rel="shortcut icon" href="/s/favicon.ico?1726601599" />
<link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1705706919" /> <link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1726601599" />
</head> </head>
<body> <body>
@ -55,7 +55,7 @@
<header> <header>
<a href="https://passepartoutvpn.app"><img id="logo" src="/s/logo.svg" alt="Passepartout" /></a> <a href="https://passepartoutvpn.app"><img id="logo" src="/s/logo.svg" alt="Passepartout" /></a>
<h1><a href="https://passepartoutvpn.app">Passepartout</a></h1> <h1><a href="https://passepartoutvpn.app">Passepartout</a></h1>
<p>A user-friendly VPN client for Apple platforms.</p> <p>Your go-to app for VPN and privacy.</p>
</header> </header>
<main> <main>

View File

@ -21,7 +21,7 @@
<meta name="twitter:site" content="@keeshux" /> <meta name="twitter:site" content="@keeshux" />
<meta name="twitter:title" content="Passepartout" /> <meta name="twitter:title" content="Passepartout" />
<meta name="twitter:url" content="https://passepartoutvpn.app" /> <meta name="twitter:url" content="https://passepartoutvpn.app" />
<meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1705706919" /> <meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1726601599" />
<meta name="twitter:description" content="Passepartout is a user-friendly VPN client for Apple platforms." /> <meta name="twitter:description" content="Passepartout is a user-friendly VPN client for Apple platforms." />
<!-- Facebook --> <!-- Facebook -->
@ -31,23 +31,23 @@
<meta property="og:title" content="Passepartout" /> <meta property="og:title" content="Passepartout" />
<meta property="og:site_name" content="Passepartout" /> <meta property="og:site_name" content="Passepartout" />
<meta property="og:description" content="Passepartout is a user-friendly VPN client for Apple platforms." /> <meta property="og:description" content="Passepartout is a user-friendly VPN client for Apple platforms." />
<meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1705706919" /> <meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1726601599" />
<!-- Google+ --> <!-- Google+ -->
<meta itemprop="name" content="Passepartout" /> <meta itemprop="name" content="Passepartout" />
<meta itemprop="description" content="Passepartout is a user-friendly VPN client for Apple platforms." /> <meta itemprop="description" content="Passepartout is a user-friendly VPN client for Apple platforms." />
<meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1705706919" /> <meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1726601599" />
<link rel="canonical" href="https://passepartoutvpn.app" /> <link rel="canonical" href="https://passepartoutvpn.app" />
<link rel="author" href="https://plus.google.com/+keeshux" /> <link rel="author" href="https://plus.google.com/+keeshux" />
<link rel="stylesheet" href="/s/main.css?1705706919" /> <link rel="stylesheet" href="/s/main.css?1726601599" />
<link rel="stylesheet" href="/s/main-mobile.css?1705706919" media="only screen and (max-width: 600px)" /> <link rel="stylesheet" href="/s/main-mobile.css?1726601599" 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="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?1705706919" /> <link rel="shortcut icon" href="/s/favicon.ico?1726601599" />
<link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1705706919" /> <link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1726601599" />
</head> </head>
<body> <body>
@ -55,7 +55,7 @@
<header> <header>
<a href="https://passepartoutvpn.app"><img id="logo" src="/s/logo.svg" alt="Passepartout" /></a> <a href="https://passepartoutvpn.app"><img id="logo" src="/s/logo.svg" alt="Passepartout" /></a>
<h1><a href="https://passepartoutvpn.app">Passepartout</a></h1> <h1><a href="https://passepartoutvpn.app">Passepartout</a></h1>
<p>A user-friendly VPN client for Apple platforms.</p> <p>Your go-to app for VPN and privacy.</p>
</header> </header>
<main> <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="4.3.2">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>2024-01-20T00:28:39+01:00</updated><id>https://passepartoutvpn.app/feed.xml</id><title type="html">Passepartout, VPN client for Apple platforms</title><subtitle>Passepartout is a user-friendly VPN client for Apple platforms.</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="4.3.2">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>2024-09-17T21:33:19+02:00</updated><id>https://passepartoutvpn.app/feed.xml</id><title type="html">Passepartout, VPN client for Apple platforms</title><subtitle>Passepartout is a user-friendly VPN client for Apple platforms.</subtitle><author><name>Davide De Rosa</name></author></feed>

View File

@ -21,7 +21,7 @@
<meta name="twitter:site" content="@keeshux" /> <meta name="twitter:site" content="@keeshux" />
<meta name="twitter:title" content="Passepartout" /> <meta name="twitter:title" content="Passepartout" />
<meta name="twitter:url" content="https://passepartoutvpn.app" /> <meta name="twitter:url" content="https://passepartoutvpn.app" />
<meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1705706919" /> <meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1726601599" />
<meta name="twitter:description" content="Passepartout is a user-friendly VPN client for Apple platforms." /> <meta name="twitter:description" content="Passepartout is a user-friendly VPN client for Apple platforms." />
<!-- Facebook --> <!-- Facebook -->
@ -31,23 +31,23 @@
<meta property="og:title" content="Passepartout" /> <meta property="og:title" content="Passepartout" />
<meta property="og:site_name" content="Passepartout" /> <meta property="og:site_name" content="Passepartout" />
<meta property="og:description" content="Passepartout is a user-friendly VPN client for Apple platforms." /> <meta property="og:description" content="Passepartout is a user-friendly VPN client for Apple platforms." />
<meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1705706919" /> <meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1726601599" />
<!-- Google+ --> <!-- Google+ -->
<meta itemprop="name" content="Passepartout" /> <meta itemprop="name" content="Passepartout" />
<meta itemprop="description" content="Passepartout is a user-friendly VPN client for Apple platforms." /> <meta itemprop="description" content="Passepartout is a user-friendly VPN client for Apple platforms." />
<meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1705706919" /> <meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1726601599" />
<link rel="canonical" href="https://passepartoutvpn.app" /> <link rel="canonical" href="https://passepartoutvpn.app" />
<link rel="author" href="https://plus.google.com/+keeshux" /> <link rel="author" href="https://plus.google.com/+keeshux" />
<link rel="stylesheet" href="/s/main.css?1705706919" /> <link rel="stylesheet" href="/s/main.css?1726601599" />
<link rel="stylesheet" href="/s/main-mobile.css?1705706919" media="only screen and (max-width: 600px)" /> <link rel="stylesheet" href="/s/main-mobile.css?1726601599" 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="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?1705706919" /> <link rel="shortcut icon" href="/s/favicon.ico?1726601599" />
<link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1705706919" /> <link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1726601599" />
</head> </head>
<body> <body>
@ -55,7 +55,7 @@
<header> <header>
<a href="https://passepartoutvpn.app"><img id="logo" src="/s/logo.svg" alt="Passepartout" /></a> <a href="https://passepartoutvpn.app"><img id="logo" src="/s/logo.svg" alt="Passepartout" /></a>
<h1><a href="https://passepartoutvpn.app">Passepartout</a></h1> <h1><a href="https://passepartoutvpn.app">Passepartout</a></h1>
<p>A user-friendly VPN client for Apple platforms.</p> <p>Your go-to app for VPN and privacy.</p>
</header> </header>
<aside> <aside>
@ -67,14 +67,19 @@
<a href="/s/snap-parameters.png"><img src="/s/snap-parameters.png.th.png?1557827713" alt="Connection parameters" /></a> <a href="/s/snap-parameters.png"><img src="/s/snap-parameters.png.th.png?1557827713" alt="Connection parameters" /></a>
</p --> </p -->
<ul> <ul>
<li>Presets for <a href="/providers">multiple providers</a> (virtually any)</li>
<li>OpenVPN (plus <a href="https://tunnelblick.net/cOpenvpn_xorpatch.html">XOR patch</a>)</li> <li>OpenVPN (plus <a href="https://tunnelblick.net/cOpenvpn_xorpatch.html">XOR patch</a>)</li>
<li>WireGuard</li> <li>WireGuard</li>
<li>On-demand rules</li>
<li>DNS overriding</li>
<li>HTTP proxy</li>
<li>IP routing</li>
<li>Presets for <a href="/providers">multiple providers</a> (virtually any)</li>
</ul>
<p>Tailored for Apple platforms:</p>
<ul>
<li>Apple TV</li> <li>Apple TV</li>
<li>iCloud</li> <li>iCloud</li>
<li>On-demand rules</li>
<li>Siri shortcuts</li> <li>Siri shortcuts</li>
<li>Override network settings</li>
<li>No background activities</li> <li>No background activities</li>
<li>Wise on battery</li> <li>Wise on battery</li>
</ul> </ul>
@ -92,7 +97,7 @@
<h2>Public beta</h2> <h2>Public beta</h2>
<p>Get early (restricted) versions of the app via <a href="https://testflight.apple.com/join/K71mtLjZ" title="Passepartout on TestFlight">TestFlight</a>.</p> <p>Get early (restricted) versions of the app via <a href="https://testflight.apple.com/join/K71mtLjZ" title="Passepartout on TestFlight">TestFlight</a>.</p>
<h2>Donate</h2> <h2>Donate</h2>
<p>Passepartout is independent work. If you like it, consider <a href="https://github.com/sponsors/passepartoutvpn">sponsoring on GitHub</a> or <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KBT3G3AC7S9CC&source=url">donating on PayPal</a>.</p> <p>Passepartout is independent work. If you like it, please consider <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KBT3G3AC7S9CC&source=url">donating on PayPal</a>.</p>
</main> </main>
<footer> <footer>

View File

@ -21,7 +21,7 @@
<meta name="twitter:site" content="@keeshux" /> <meta name="twitter:site" content="@keeshux" />
<meta name="twitter:title" content="Passepartout" /> <meta name="twitter:title" content="Passepartout" />
<meta name="twitter:url" content="https://passepartoutvpn.app" /> <meta name="twitter:url" content="https://passepartoutvpn.app" />
<meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1705706919" /> <meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1726601599" />
<meta name="twitter:description" content="Passepartout is a user-friendly VPN client for Apple platforms." /> <meta name="twitter:description" content="Passepartout is a user-friendly VPN client for Apple platforms." />
<!-- Facebook --> <!-- Facebook -->
@ -31,23 +31,23 @@
<meta property="og:title" content="Passepartout" /> <meta property="og:title" content="Passepartout" />
<meta property="og:site_name" content="Passepartout" /> <meta property="og:site_name" content="Passepartout" />
<meta property="og:description" content="Passepartout is a user-friendly VPN client for Apple platforms." /> <meta property="og:description" content="Passepartout is a user-friendly VPN client for Apple platforms." />
<meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1705706919" /> <meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1726601599" />
<!-- Google+ --> <!-- Google+ -->
<meta itemprop="name" content="Passepartout" /> <meta itemprop="name" content="Passepartout" />
<meta itemprop="description" content="Passepartout is a user-friendly VPN client for Apple platforms." /> <meta itemprop="description" content="Passepartout is a user-friendly VPN client for Apple platforms." />
<meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1705706919" /> <meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1726601599" />
<link rel="canonical" href="https://passepartoutvpn.app" /> <link rel="canonical" href="https://passepartoutvpn.app" />
<link rel="author" href="https://plus.google.com/+keeshux" /> <link rel="author" href="https://plus.google.com/+keeshux" />
<link rel="stylesheet" href="/s/main.css?1705706919" /> <link rel="stylesheet" href="/s/main.css?1726601599" />
<link rel="stylesheet" href="/s/main-mobile.css?1705706919" media="only screen and (max-width: 600px)" /> <link rel="stylesheet" href="/s/main-mobile.css?1726601599" 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="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?1705706919" /> <link rel="shortcut icon" href="/s/favicon.ico?1726601599" />
<link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1705706919" /> <link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1726601599" />
</head> </head>
<body> <body>
@ -55,7 +55,7 @@
<header> <header>
<a href="https://passepartoutvpn.app"><img id="logo" src="/s/logo.svg" alt="Passepartout" /></a> <a href="https://passepartoutvpn.app"><img id="logo" src="/s/logo.svg" alt="Passepartout" /></a>
<h1><a href="https://passepartoutvpn.app">Passepartout</a></h1> <h1><a href="https://passepartoutvpn.app">Passepartout</a></h1>
<p>A user-friendly VPN client for Apple platforms.</p> <p>Your go-to app for VPN and privacy.</p>
</header> </header>
<main> <main>

View File

@ -21,7 +21,7 @@
<meta name="twitter:site" content="@keeshux" /> <meta name="twitter:site" content="@keeshux" />
<meta name="twitter:title" content="Passepartout" /> <meta name="twitter:title" content="Passepartout" />
<meta name="twitter:url" content="https://passepartoutvpn.app" /> <meta name="twitter:url" content="https://passepartoutvpn.app" />
<meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1705706919" /> <meta name="twitter:image" content="https://passepartoutvpn.app/s/logo.png?1726601599" />
<meta name="twitter:description" content="Passepartout is a user-friendly VPN client for Apple platforms." /> <meta name="twitter:description" content="Passepartout is a user-friendly VPN client for Apple platforms." />
<!-- Facebook --> <!-- Facebook -->
@ -31,23 +31,23 @@
<meta property="og:title" content="Passepartout" /> <meta property="og:title" content="Passepartout" />
<meta property="og:site_name" content="Passepartout" /> <meta property="og:site_name" content="Passepartout" />
<meta property="og:description" content="Passepartout is a user-friendly VPN client for Apple platforms." /> <meta property="og:description" content="Passepartout is a user-friendly VPN client for Apple platforms." />
<meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1705706919" /> <meta property="og:image" content="https://passepartoutvpn.app/s/logo.png?1726601599" />
<!-- Google+ --> <!-- Google+ -->
<meta itemprop="name" content="Passepartout" /> <meta itemprop="name" content="Passepartout" />
<meta itemprop="description" content="Passepartout is a user-friendly VPN client for Apple platforms." /> <meta itemprop="description" content="Passepartout is a user-friendly VPN client for Apple platforms." />
<meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1705706919" /> <meta itemprop="image" content="https://passepartoutvpn.app/s/logo.png?1726601599" />
<link rel="canonical" href="https://passepartoutvpn.app" /> <link rel="canonical" href="https://passepartoutvpn.app" />
<link rel="author" href="https://plus.google.com/+keeshux" /> <link rel="author" href="https://plus.google.com/+keeshux" />
<link rel="stylesheet" href="/s/main.css?1705706919" /> <link rel="stylesheet" href="/s/main.css?1726601599" />
<link rel="stylesheet" href="/s/main-mobile.css?1705706919" media="only screen and (max-width: 600px)" /> <link rel="stylesheet" href="/s/main-mobile.css?1726601599" 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="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?1705706919" /> <link rel="shortcut icon" href="/s/favicon.ico?1726601599" />
<link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1705706919" /> <link rel="apple-touch-icon" href="/s/iphone-icon-precomposed.png?1726601599" />
</head> </head>
<body> <body>
@ -55,7 +55,7 @@
<header> <header>
<a href="https://passepartoutvpn.app"><img id="logo" src="/s/logo.svg" alt="Passepartout" /></a> <a href="https://passepartoutvpn.app"><img id="logo" src="/s/logo.svg" alt="Passepartout" /></a>
<h1><a href="https://passepartoutvpn.app">Passepartout</a></h1> <h1><a href="https://passepartoutvpn.app">Passepartout</a></h1>
<p>A user-friendly VPN client for Apple platforms.</p> <p>Your go-to app for VPN and privacy.</p>
</header> </header>
<main> <main>