<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="/rss/stylesheet/" type="text/xsl"?>
<rss xmlns:content='http://purl.org/rss/1.0/modules/content/' xmlns:taxo='http://purl.org/rss/1.0/modules/taxonomy/' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:itunes='http://www.itunes.com/dtds/podcast-1.0.dtd' xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0" xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:atom='http://www.w3.org/2005/Atom' xmlns:podbridge='http://www.podbridge.com/podbridge-ad.dtd' version='2.0'>
<channel>
  <title>NOBODY</title>
  <language>en-us</language>
  <generator>microfeed.org</generator>
  <itunes:type>episodic</itunes:type>
  <itunes:explicit>false</itunes:explicit>
  <atom:link rel="self" href="https://microfeed-duizhang-fun.pages.dev/rss/" type="application/rss+xml"/>
  <link>https://duizhang.fun</link>
  <itunes:author>duizhang</itunes:author>
  <itunes:image href="https://media-cdn.duizhang.fun/microfeed-duizhang-fun/production/images/channel-3c1360303d5cbae39b48cc2146aa8d0c.jpg"/>
  <image>
    <title>NOBODY</title>
    <url>https://media-cdn.duizhang.fun/microfeed-duizhang-fun/production/images/channel-3c1360303d5cbae39b48cc2146aa8d0c.jpg</url>
    <link>https://duizhang.fun</link>
  </image>
  <copyright>©2024</copyright>
  <itunes:owner>
    <itunes:email>xxynly@gmail.com</itunes:email>
    <itunes:name>duizhang</itunes:name>
  </itunes:owner>
  <item>
    <title>gost搭建代理</title>
    <guid>z9IdNWpH-Cz</guid>
    <pubDate>Wed, 04 Sep 2024 03:35:05 GMT</pubDate>
    <itunes:explicit>false</itunes:explicit>
    <description>
      <![CDATA[<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8">

  <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <title>GOST Command Usage</title>

  <style>

    body {

      font-family: Arial, sans-serif;

      margin: 20px;

      line-height: 1.6;

    }

    h1 {

      color: #333;

    }

    pre {

      background-color: #f4f4f4;

      padding: 10px;

      border-left: 4px solid #007bff;

      overflow-x: auto;

    }

    code {

      font-family: 'Courier New', monospace;

      color: #d63384;

    }

  </style>

</head>

<body>



<h1>GOST Command Usage</h1>



<p>To install GOST and set up a SOCKS5 proxy, use the following commands:</p>



<pre><code>wget -O - https://github.com/ginuerzh/gost/releases/download/v2.11.5/gost-linux-amd64-2.11.5.gz | gzip -d &gt; /usr/bin/gost

chmod +x /usr/bin/gost

</code></pre>



<h2>Proxy Configurations</h2>



<p>Here are different configurations for the GOST SOCKS5 proxy:</p>



<ul>

  <li><code>gost -L socks5://:1080</code> - Enable SOCKS5 proxy service on local port 1080 without authentication.</li>

  <li><code>gost -L socks5://192.168.0.1:1080</code> - Limit SOCKS5 proxy to local address 192.168.0.1 on port 1080.</li>

  <li><code>gost -L socks5://guest:guest@:1080</code> - Enable SOCKS5 proxy with username and password authentication (both are "guest").</li>

  <li><code>gost -L socks5+tls://:1080</code> - Use TLS encryption for the SOCKS5 proxy.</li>

  <li><code>gost -L socks5+tls://guest:guest@:1080</code> - Use TLS encryption with username and password authentication.</li>

  <li><code>gost -L socks5+quic://:1080</code> - Enable SOCKS5 over QUIC.</li>

</ul>



</body>

</html>]]>
    </description>
    <link>https://f.duizhang.fun/i/gostdaili-z9IdNWpH-Cz/</link>
    <itunes:episodeType>full</itunes:episodeType>
  </item>
</channel>
</rss>