
OpenStream
Amir-A664
🔒 Run OpenVPN inside an isolated network and expose it as a secure local or LAN SOCKS5 proxy - without routing your entire host machine through the VPN.
AI 简介
OpenStream 是一个小型 Linux 工具,它在隔离的网络命名空间中运行 OpenVPN,并将 VPN 连接作为 SOCKS5 代理暴露出来。该项目使用 Python 编写,通过创建一个名为 `opstns` 的专用网络命名空间来启动 OpenVPN 和 microsocks,并利用 socat 将本地或局域网 TCP 监听器转发到该命名空间中的 SOCKS 服务器。适用于需要为特定应用程序提供安全代理连接而不改变主机默认路由的场景,特别适合那些希望仅让部分流量通过 VPN 的用户。项目遵循 MIT 许可协议,主要面向 Debian/Ubuntu 风格且使用 systemd、iproute2、iptables 等工具的 Linux 系统。
Python
MIT License44
Stars
3
Forks
43
Watchers
1
Issues
Star 增长
今日0
近 7 天0
近 30 天0
综合评分41.81
默认分支main