heiher 最近的时间轴更新
heiher's repos on GitHub
C · 1798 人关注
natmap
TCP/UDP port mapping for full-cone NAT
C · 1524 人关注
hev-socks5-tunnel
A lightweight, fast and reliable tun2socks
Java · 551 人关注
sockstun
A lightweight, fast and reliable tun2socks for Android
C · 506 人关注
hev-socks5-tproxy
A lightweight, fast and reliable socks5 transparent proxy
C · 464 人关注
hev-socks5-server
A lightweight, fast and reliable socks5 server
C · 86 人关注
hev-task-system
A simple, lightweight multi-task system (coroutines)
C · 43 人关注
hev-socks5-core
A simple, lightweight socks5 library (IPv4/IPv6/TCP/UDP/Client/Server)
Java · 36 人关注
socks5
A lightweight, fast and reliable socks5 server for Android
C · 29 人关注
hev-fsh
Fsh helps you access local shell and TCP services behind a NAT or firewall. (Linux/BSD/macOS)
C · 26 人关注
lwip
A lightweight IP stack.
Kotlin · 18 人关注
wireguard-android
Forked to support IP4P address format.
Roff · 13 人关注
kernel-nanopi-m4
Linux mainline(stable) for NanoPi M4/M4v2.
Rust · 13 人关注
tun2socks
Rust bindings for HevSocks5Tunnel
Go · 10 人关注
frp
Forked to support IP4P address format.
Swift · 6 人关注
socks5-ios
A simple and lightweight socks5 server for iOS.
C · 5 人关注
ini-parser
A simple ini parser
C · 5 人关注
yaml
A C library for parsing and emitting YAML.
C · 4 人关注
hev-rinput
Input devices sharing over network for Linux
C · 3 人关注
linux
Linux kernel source tree
Java · 2 人关注
trime
同文郑码安卓輸入法
Shell · 1 人关注
msys2
Building MSYS2 packages for HevTaskSystem
Shell · 1 人关注
openwrt-ddns
Cloudflare Dynamic DNS Client for OpenWrt
1 人关注
rust-kvm
1 人关注
simd
SIMD-accelerated operations
Rust · 0 人关注
aya
Aya is an eBPF library for the Rust programming language, built with a focus on developer experience and operability.
0 人关注
cc-rs
Rust library for build scripts to compile C/C++ code into a Rust library
0 人关注
dprint-plugin-exec
Formatting plugin for dprint that formats code via other formatting CLI tools.
Rust · 0 人关注
edit
We all edit.
LLVM · 0 人关注
llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
Rust · 0 人关注
memchr
Optimized string search routines for Rust.
0 人关注
netns-rs
The netns-rs crate provides an ultra-simple interface for handling network namespaces in Rust.
0 人关注
object
A unified interface for reading and writing object file formats
Makefile · 0 人关注
openwrt-packages
Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md
C · 0 人关注
qemu
Official QEMU mirror. Please see http://wiki.qemu.org/Contribute/SubmitAPatch for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website.
0 人关注
r-efi
UEFI Reference Specification Protocol Constants and Definitions
Rust · 0 人关注
rust
Empowering everyone to build reliable and efficient software.
Rust · 0 人关注
stdarch
Rust's standard library vendor-specific APIs and run-time feature detection
0 人关注
uefi-rs
Rusty wrapper for the Unified Extensible Firmware Interface (UEFI). This crate makes it easy to develop Rust software that leverages safe, convenient, and performant abstractions for UEFI functionality.
heiher

heiher

V2EX 第 58503 号会员,加入于 2014-03-19 13:25:15 +08:00
今日活跃度排名 220
根据 heiher 的设置,主题列表被隐藏
二手交易 相关的信息,包括已关闭的交易,不会被隐藏
heiher 最近回复了
11 小时 4 分钟前
回复了 Chairs0 创建的主题 DNS 分享一次 FakeIP 的踩坑记录
@lnbiuc #18 举个实际的例子:机场服务器的 ISP 提供的 DNS 是 a.a.a.a ,机场服务器系统默认是用 a.a.a.a 解析域名的。用户不知道 a.a.a.a 的具体地址时,配置为 1.1.1.1 ,DNS 请求送到机场服务器上也是经 1.1.1.1 解析的。这与使用 a.a.a.a 解析的结果可能是不同的。(体验包括 IP 访问延迟,也包括基于 DNS 解析的特征进行代理识别
11 小时 11 分钟前
回复了 Chairs0 创建的主题 DNS 分享一次 FakeIP 的踩坑记录
@lnbiuc #9 代理 DNS 请求需要知道代理服务器端的 DNS 服务器地址,否则只能用公共 DNS 。公共 DNS 解析出的 IP 体验没有 ISP 提供的好。
11 小时 25 分钟前
回复了 Chairs0 创建的主题 DNS 分享一次 FakeIP 的踩坑记录
> 最后我想说,实际上由于 DNS 缓存没有 FakeIP 体验并不差,大多数 CDN 分发的静态资源域名 TTL 都在数分钟甚至数小时...,实际查询一次后面都是 0 延迟,完全没必要为了 FakeIP 那一丁点收益引入各种复杂性。Real-IP 模式配合现代的分流策略(国内直连 DNS + 国外远端 DNS ),在绝大多数网络环境下已经足够快且极其稳定。

最后这个结论怎么把 FakeIP 归类为解决延迟问题了,应该是 在不知道代理服务器端真实 DNS 服务器地址的情况下实现在代理服务器端进行域名解析。
11 小时 30 分钟前
回复了 Chairs0 创建的主题 DNS 分享一次 FakeIP 的踩坑记录
FakeIP 被应用超期缓存,应用没有严格尊重 TTL 是原因。DDNS 与 FakeIP 同理。那么到底是 DDNS 和 FakeIP 设计的错,还是应用的错呢
7 天前
回复了 Zarhani 创建的主题 NAS 群晖用 ext4 和 btrfs 哪个更靠谱?(无 RAID)
btrfs 容易炸的电脑先跑一下内存可靠性测试
19 天前
回复了 wangweitung 创建的主题 Linux 使用 Linux 作为透明网关的最佳实践?
少打两个字吧,透明代理网关,部署了透明代理的网关
45 天前
回复了 wi11iamZ 创建的主题 宽带症候群 外出时家宽回连方案讨论
家里跑 socsk5-server ,udp in tcp ,tcp 外套一层对称加密,natmap tcp 端口打洞。手机是 socks5-tunnel vpn ,PC 是 socks5-tproxy ,支持 ip4p 域名解析动态 ip 和动态端口。
支持!
获取不到什么信息,那就不是超级用户吧
关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   Solana   ·   2638 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 20ms · UTC 14:35 · PVG 22:35 · LAX 06:35 · JFK 09:35
♥ Do have faith in what you're doing.