LumaTunnel
【WinUI】LumaTunnel 是一个面向个人多设备的 Windows 代理系统。客户端在本机提供 HTTP/HTTPS CONNECT 与 SOCKS5 TCP 代理,并通过一个受信任 TLS 证书保护的 WSS 会话,将多个 TCP 流复用到自建 Windows Server 节点。
关注
0
Fork
0
Star
0
<?xml version="1.0" encoding="utf-8"?>
<Page x:Class="LumaTunnel.Client.Views.AboutPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Grid Padding="32">
<StackPanel HorizontalAlignment="Center" VerticalAlignment="Center" Spacing="14" MaxWidth="620">
<Image Source="/Assets/Logo.png" Width="144" Height="144" />
<TextBlock Text="LumaTunnel" FontSize="36" FontWeight="Bold" HorizontalAlignment="Center" />
<TextBlock Text="光隧 · 自托管的安全网络通道" FontSize="18" Foreground="{StaticResource LumaCyanBrush}" HorizontalAlignment="Center" />
<TextBlock Text="0.1.0-alpha · 隧道协议 v1" Opacity=".7" HorizontalAlignment="Center" />
<TextBlock Text="LumaTunnel 通过受信任 TLS 证书上的 WSS 多路复用 TCP 流。它不会安装根证书,也不会解密 HTTPS 内容。" TextWrapping="Wrap" TextAlignment="Center" />
<TextBlock Text="Copyright © 2026 XFEstudio · MIT License" Opacity=".65" HorizontalAlignment="Center" />
</StackPanel>
</Grid>
</Page>
<?xml version="1.0" encoding="utf-8"?>
<Page x:Class="LumaTunnel.Client.Views.AboutPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Grid Padding="32">
<StackPanel HorizontalAlignment="Center" VerticalAlignment="Center" Spacing="14" MaxWidth="620">
<Image Source="/Assets/Logo.png" Width="144" Height="144" />
<TextBlock Text="LumaTunnel" FontSize="36" FontWeight="Bold" HorizontalAlignment="Center" />
<TextBlock Text="光隧 · 自托管的安全网络通道" FontSize="18" Foreground="{StaticResource LumaCyanBrush}" HorizontalAlignment="Center" />
<TextBlock Text="0.1.0-alpha · 隧道协议 v1" Opacity=".7" HorizontalAlignment="Center" />
<TextBlock Text="LumaTunnel 通过受信任 TLS 证书上的 WSS 多路复用 TCP 流。它不会安装根证书,也不会解密 HTTPS 内容。" TextWrapping="Wrap" TextAlignment="Center" />
<TextBlock Text="Copyright © 2026 XFEstudio · MIT License" Opacity=".65" HorizontalAlignment="Center" />
</StackPanel>
</Grid>
</Page>