44 < meta charset ="UTF-8 ">
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
66 < title > Arbok - Secure HTTP Tunnels</ title >
7+ < link rel ="icon " href ="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🐍</text></svg> ">
78 < link rel ="stylesheet " href ="/static/style.css ">
89 < link rel ="preconnect " href ="https://fonts.googleapis.com ">
910 < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
@@ -38,13 +39,6 @@ <h1 class="hero-title">Secure HTTP tunnels to localhost</h1>
3839 < div class ="command-label "> Start tunnel:</ div >
3940 < div class ="command-block ">
4041 < code class ="command-text "> curl https://arbok.mrkaran.dev/3000 > burrow.conf && sudo wg-quick up ./burrow.conf</ code >
41- < button class ="copy-button " data-copy ="curl https://arbok.mrkaran.dev/3000 > burrow.conf && sudo wg-quick up ./burrow.conf ">
42- < svg width ="16 " height ="16 " viewBox ="0 0 24 24 " fill ="none " stroke ="currentColor " stroke-width ="2 ">
43- < rect x ="9 " y ="9 " width ="13 " height ="13 " rx ="2 " ry ="2 "> </ rect >
44- < path d ="m5 15-4-4 4-4 "> </ path >
45- < path d ="M5 15H1a2 2 0 01-2-2V3a2 2 0 012-2h10a2 2 0 012 2v4 "> </ path >
46- </ svg >
47- </ button >
4842 </ div >
4943 < div class ="port-note ">
5044 Replace < code > 3000</ code > with your local port.< br >
@@ -56,13 +50,6 @@ <h1 class="hero-title">Secure HTTP tunnels to localhost</h1>
5650 < div class ="command-label "> Stop tunnel:</ div >
5751 < div class ="command-block ">
5852 < code class ="command-text "> sudo wg-quick down ./burrow.conf</ code >
59- < button class ="copy-button " data-copy ="sudo wg-quick down ./burrow.conf ">
60- < svg width ="16 " height ="16 " viewBox ="0 0 24 24 " fill ="none " stroke ="currentColor " stroke-width ="2 ">
61- < rect x ="9 " y ="9 " width ="13 " height ="13 " rx ="2 " ry ="2 "> </ rect >
62- < path d ="m5 15-4-4 4-4 "> </ path >
63- < path d ="M5 15H1a2 2 0 01-2-2V3a2 2 0 012 2v4 "> </ path >
64- </ svg >
65- </ button >
6653 </ div >
6754 </ div >
6855
@@ -133,12 +120,6 @@ <h3>HTTP Proxy</h3>
133120 < h4 class ="advanced-title "> API Access</ h4 >
134121 < div class ="command-block ">
135122 < code class ="command-text "> curl -X POST -H "X-API-Key: your-key" https://arbok.mrkaran.dev/api/tunnel/3000</ code >
136- < button class ="copy-button " data-copy ="curl -X POST -H \ "X-API-Key: your-key\ " https://arbok.mrkaran.dev/api/tunnel/3000">
137- < svg width ="16 " height ="16 " viewBox ="0 0 24 24 " fill ="none " stroke ="currentColor " stroke-width ="2 ">
138- < rect x ="9 " y ="9 " width ="13 " height ="13 " rx ="2 " ry ="2 "> </ rect >
139- < path d ="m5 15-4-4 4-4 "> </ path >
140- </ svg >
141- </ button >
142123 </ div >
143124 </ div >
144125 </ div >
@@ -154,21 +135,9 @@ <h4 class="advanced-title">🔥 Firewall Issues (CentOS/RHEL/Fedora)</h4>
154135 < p class ="troubleshooting-desc "> If you can ping through the tunnel but TCP connections fail, add the WireGuard interface to the trusted zone:</ p >
155136 < div class ="command-block ">
156137 < code class ="command-text "> sudo firewall-cmd --permanent --zone=trusted --add-interface=burrow</ code >
157- < button class ="copy-button " data-copy ="sudo firewall-cmd --permanent --zone=trusted --add-interface=burrow ">
158- < svg width ="16 " height ="16 " viewBox ="0 0 24 24 " fill ="none " stroke ="currentColor " stroke-width ="2 ">
159- < rect x ="9 " y ="9 " width ="13 " height ="13 " rx ="2 " ry ="2 "> </ rect >
160- < path d ="m5 15-4-4 4-4 "> </ path >
161- </ svg >
162- </ button >
163138 </ div >
164139 < div class ="command-block ">
165140 < code class ="command-text "> sudo firewall-cmd --reload</ code >
166- < button class ="copy-button " data-copy ="sudo firewall-cmd --reload ">
167- < svg width ="16 " height ="16 " viewBox ="0 0 24 24 " fill ="none " stroke ="currentColor " stroke-width ="2 ">
168- < rect x ="9 " y ="9 " width ="13 " height ="13 " rx ="2 " ry ="2 "> </ rect >
169- < path d ="m5 15-4-4 4-4 "> </ path >
170- </ svg >
171- </ button >
172141 </ div >
173142 </ div >
174143
0 commit comments