LATEST TRANSMISSIONS

ENCRYPTED // PUBLIC KEY DETECTED

FILTER: TAG [Proxy]
ONLINE
// Z.SHINCHVEN

Understanding 'Preferred IP': Why It's Essential for Network Circumvention

A deep dive into the concept of Preferred IP (IP Picking), how it leverages Cloudflare's Anycast network, and why it is a game-changer for bypassing network censorship and improving connection stability.

// Z.SHINCHVEN

Argo Tunnel x Xray (VLESS+WS) x v2rayNG Setup Guide

A comprehensive guide on setting up a fixed Argo Tunnel with Xray (VLESS+WebSocket) and v2rayNG for a secure and stable proxy connection.

// Z.SHINCHVEN

科学上网软件与协议:实用指南

对现代科学上网平台(Sing-box、V2Ray/Xray、Clash Meta/Clash、Shadowsocks、Tor、Surge、Hiddify)及主要协议(VMess、VLESS、Trojan、Hysteria、WireGuard、SOCKS5/HTTP(S)、Reality/XTLS)的实用概览。

// Z.SHINCHVEN

Circumvention Software and Protocols: A Practical Guide

A comprehensive introduction to modern circumvention platforms (Sing-box, V2Ray/Xray, Clash Meta/Clash, Shadowsocks, Tor, Surge, Hiddify) and the major protocols (VMess, VLESS, Trojan, Hysteria, WireGuard, SOCKS5/HTTP(S), Reality/XTLS).

// Z.SHINCHVEN

Using Ollama Behind a Proxy

Learn how to configure Ollama to work seamlessly behind a proxy, whether you're using it directly on your system or within a Docker container.

// Z.SHINCHVEN

V2rayN TUN 模式常见问题及解决方案

一篇关于 V2rayN v6.31+ 版本中 TUN 模式问题的详细指南,提供了快速解决方案和深度问题排查方法。

// Z.SHINCHVEN

Node Axios with a Proxy

Want to send http request via a proxy? Axios got you covered. import axios from 'axios'; const proxy = { protocol: 'http', host: '127.0.0.1', port: 7890, auth: { username: 'username', …

// Z.SHINCHVEN

Proxy Config for Git

Accessing GitHub becoming harder in less developed country these days, you might need a proxy to do that. Here is how to configure proxy for git. Please edit ~/.gitconfig and add the following lines: …

// Z.SHINCHVEN

给 APT 附魔

编辑配置文件 sudo vim /etc/apt/apt.conf.d/proxy.conf 写入配置 Acquire::http::Proxy "http://user:[email protected]:port/"; Acquire::https::Proxy "http://user:[email protected]:port/"; 或者 Acquire { HTT…