<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>socks5</title>
    <link rel="self" type="application/atom+xml" href="https://links.biapy.com/guest/tags/809/feed"/>
    <updated>2026-08-21T18:44:18+00:00</updated>
    <id>https://links.biapy.com/guest/tags/809/feed</id>
            <entry>
            <id>https://links.biapy.com/links/12017</id>
            <title type="text"><![CDATA[socks-to-http-proxy]]></title>
            <link rel="alternate" href="https://github.com/KaranGauswami/socks-to-http-proxy" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12017"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[An executable to convert SOCKS5 proxy into HTTP proxy.

Related contents:

- [Episode 656: Why KDE Linux Surprised Us @ Linux Unplugged](https://linuxunplugged.com/656).]]>
            </summary>
            <updated>2026-03-05T09:36:06+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10922</id>
            <title type="text"><![CDATA[ByeDPI]]></title>
            <link rel="alternate" href="https://github.com/hufrea/byedpi" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10922"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Bypass DPI.
Implementation of some DPI bypass methods. The program is a local SOCKS proxy server.

Related contents:

- [ByeByeDPI - Le &amp;quot;VPN&amp;quot; qui contourne la censure sans rien chiffrer @ Korben :fr:](https://korben.info/byebyedpi-vpn-imposture-censure-dpi.html).]]>
            </summary>
            <updated>2025-11-12T07:30:04+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/738</id>
            <title type="text"><![CDATA[Podfox]]></title>
            <link rel="alternate" href="https://codeberg.org/valpackett/podfox" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/738"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Proxy for connecting to Podman rootless containers by domain name.

Makes Firefox the World&amp;#039;s First Cloud-Native Dev Browser!

Seriously though, Podfox is a SOCKS5 proxy for accessing Podman&amp;#039;s rootless network namespace from the host. Podfox creates a convenient virtual domain hierarchy in the proxy: a &amp;lt;container&amp;gt;.&amp;lt;network&amp;gt;.podman request gets resolved as &amp;lt;container&amp;gt;.dns.podman on &amp;lt;network&amp;gt;&amp;#039;s aardvark-dns server. Firefox can be configured to use it through a PAC policy or an included one-liner extension (TODO: maybe publish to AMO?).

Related contents:

- [Podfox: World&amp;#039;s First Container-Aware Browser @ Val Packett](https://val.packett.cool/blog/podfox/).]]>
            </summary>
            <updated>2025-08-28T18:00:18+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1148</id>
            <title type="text"><![CDATA[sslh]]></title>
            <link rel="alternate" href="https://github.com/yrutschle/sslh" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1148"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A ssl/ssh multiplexer.

Applicative Protocol Multiplexer (e.g. share SSH and HTTPS on the same port).

sslh accepts connections on specified ports, and forwards them further based on tests performed on the first data packet sent by the remote client.

Probes for HTTP, TLS/SSL (including SNI and ALPN), SSH, OpenVPN, tinc, XMPP, SOCKS5, are implemented, and any other protocol that can be tested using a regular expression, can be recognised. A typical use case is to allow serving several services on port 443 (e.g. to connect to SSH from inside a corporate firewall, which almost never block port 443) while still serving HTTPS on that port.

Related contents:

- [Tunneling corporate firewalls for developers @ FrostKimi&amp;#039;s Secrets](https://blog.frost.kiwi/tunneling-corporate-firewalls/).]]>
            </summary>
            <updated>2025-08-28T19:07:51+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3754</id>
            <title type="text"><![CDATA[wireproxy]]></title>
            <link rel="alternate" href="https://github.com/pufferffish/wireproxy" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3754"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Wireguard client that exposes itself as a socks5 proxy.

wireproxy is a completely userspace application that connects to a wireguard peer, and exposes a socks5/http proxy or tunnels on the machine. This can be useful if you need to connect to certain sites via a wireguard peer, but can&amp;#039;t be bothered to setup a new network interface for whatever reasons.

- [WireProxy – Le proxy WireGuard pour sécuriser et simplifier votre navigation @ Korben :fr:](https://korben.info/wireproxy-proxy-wireguard-securiser-simplifier-navigation.html).]]>
            </summary>
            <updated>2025-08-29T02:22:28+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4048</id>
            <title type="text"><![CDATA[graftcp]]></title>
            <link rel="alternate" href="https://github.com/hmgle/graftcp" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4048"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A flexible tool for redirecting a given program&amp;#039;s TCP traffic to SOCKS5 or HTTP proxy.

graftcp can redirect the TCP connection made by the given program [application, script, shell, etc.] to SOCKS5 or HTTP proxy.

- [Graftcp – Un petit tool capable de proxifier n’importe quel programme @ Korben :fr:](https://korben.info/graftcp-le-couteau-suisse-pour-proxifier-nimporte-quel-programme.html).]]>
            </summary>
            <updated>2025-08-29T03:10:58+00:00</updated>
        </entry>
    </feed>
