Skip to content

Commit fc8f831

Browse files
madeyeclaude
andcommitted
Add Open Graph and Twitter Card meta tags to landing page
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 37a3742 commit fc8f831

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta name="description" content="A stealth HTTPS forward proxy in Rust. Auto-obtains TLS certificates via Let's Encrypt, authenticates users with basic auth, and disguises itself as nginx.">
7+
8+
<!-- Open Graph / Facebook -->
9+
<meta property="og:type" content="website">
10+
<meta property="og:url" content="https://madeye.github.io/https_proxy/">
11+
<meta property="og:title" content="https_proxy — Stealth HTTPS Forward Proxy">
12+
<meta property="og:description" content="A stealth HTTPS forward proxy in Rust with automatic Let's Encrypt TLS, HTTP/2, browser compatibility, and nginx camouflage.">
13+
14+
<!-- Twitter / X -->
15+
<meta name="twitter:card" content="summary">
16+
<meta name="twitter:title" content="https_proxy — Stealth HTTPS Forward Proxy">
17+
<meta name="twitter:description" content="A stealth HTTPS forward proxy in Rust with automatic Let's Encrypt TLS, HTTP/2, browser compatibility, and nginx camouflage.">
18+
619
<title>https_proxy — Stealth HTTPS Forward Proxy</title>
720
<style>
821
:root {

0 commit comments

Comments
 (0)