heiher 最近的时间轴更新
heiher's repos on GitHub
C · 950 人关注
natmap
TCP/UDP port mapping for full cone NAT
C · 602 人关注
hev-socks5-tunnel
A high-performance tun2socks for Linux/Android/FreeBSD/macOS/iOS/WSL2 (IPv4/IPv6/TCP/UDP)
C · 354 人关注
hev-socks5-tproxy
A simple, lightweight socks5 transparent proxy for Linux. (IPv4/IPv6/TCP/UDP)
C · 157 人关注
hev-socks5-server
A simple, lightweight socks5 server for Unix (Linux/BSD/macOS)
C · 67 人关注
hev-task-system
A simple, lightweight multi-task system (coroutines) for Unix (Linux/BSD/macOS)
C · 29 人关注
hev-socks5-core
A simple, lightweight socks5 library. (IPv4/IPv6/TCP/UDP/Client/Server)
C · 17 人关注
hev-fsh
Fsh is to help you access local shell and TCP services behind NAT or firewall. (Linux/BSD/macOS)
C · 17 人关注
lwip
A lightweight IP stack.
Batchfile · 10 人关注
kernel-nanopi-m4
Linux mainline(stable) for NanoPi M4/M4v2.
C · 9 人关注
gst-amc-sink
The Android media codec video sink for GStreamer 1.0
C++ · 5 人关注
hev-dns-proxy
A standalone DNS proxy for Android 4.3+ (and later).
C · 4 人关注
epoll-wakeup
EPoll wakeup tests (Merged into Linux kernel mainline)
Go · 4 人关注
frp
Forked to support IP4P address format.
C · 3 人关注
hev-rinput
Input devices sharing over network for Linux
C · 3 人关注
linux
Linux kernel source tree
C · 2 人关注
ini-parser
A simple ini parser
Assembly · 2 人关注
mem-bench
memory set/cpy/move benchmarks (ls3c5000)
C · 2 人关注
nginx-dav-ext-module
nginx WebDAV PROPFIND,PROPPATCH,OPTIONS,LOCK,UNLOCK support
Rust · 1 人关注
kvm-ioctls
1 人关注
libc
Raw bindings to platform APIs for Rust
1 人关注
llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
C · 1 人关注
nginx
Nginx with WebDAV
Shell · 1 人关注
openwrt-ddns
Cloudflare Dynamic DNS Client for OpenWrt
C · 0 人关注
bpf
BPF user-space library
C · 0 人关注
hev-rcast-server
A real-time screen cast forwarding server.
C · 0 人关注
ibus-rime
【中州韻】Rime for Linux/IBus
Rust · 0 人关注
kvm-bindings
C · 0 人关注
mcplayer
GstAmcSink Example
0 人关注
openssl
TLS/SSL and crypto library
Shell · 0 人关注
openwrt-hev-fsh
HevFsh is a solution for connect to remote shell in local networks for OpenWrt.
heiher

heiher

V2EX 第 58503 号会员,加入于 2014-03-19 13:25:15 +08:00
根据 heiher 的设置,主题列表被隐藏
二手交易 相关的信息,包括已关闭的交易,不会被隐藏
heiher 最近回复了
之前也是这种情况,有一个 95 新的华为的 4G 路由一直闲置可以出。
1 天前
回复了 tuoov 创建的主题 宽带症候群 请教我设置 WSL2 网络代理
我之前在 WSL2 上实测过 tun2socks 方式可以: https://github.com/heiher/hev-socks5-tunnel
@chancat #52 是的。
个人拙见应该只是为了简化内存系统地址计算与编程语言层面的数组索引的映射关系。比如有一个数组包含 2 个字节单位的元素,存放于内存中,内存起始地址是 A ,那么第 1 个字节的内存地址就是 A(+0),第二个是 A+1 ,即映射算法就是 A+index 。编程语言若将数组索引设计为从 0 开始能刚好匹配,而如果编程语言索引是设计从 1 开始的,那么数组访问转换到内存寻址算法则是 A+index-1 。人看着可能是自然了,但在当前主流的 CPU 指令系统上,变量 index 的场景要多一步-1 的运算吧。
37 天前
回复了 mk3s 创建的主题 宽带症候群 养了个轻量无忧服务器当 ipv4 中继
不划算,带宽太小了。有 NAT1 的宽带的话,使用 Natter 或 Natmap 吧。

参考: https://github.com/heiher/natmap/wiki
@NanJuly #62 直接装在 B 上吧,配个支持 udp 协议的 socks5 服务器。
@NanJuly #40 安装上 sockstun ,填上 socks5 服务器地址,再选上需要代理的应用或选全局(Global),最后启用( Enable )就可以啦。
@chancat #49 能用,稳的
60 天前
回复了 coyove 创建的主题 宽带症候群 求推荐国内 ipv6 双栈主机
@coyove #4 放着放着就卡住了
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2449 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 13ms · UTC 00:02 · PVG 08:02 · LAX 17:02 · JFK 20:02
Developed with CodeLauncher
♥ Do have faith in what you're doing.