Results 118 comments of hev

> Thanks! Can we have a new release? Done. https://github.com/heiher/sockstun/releases/tag/2.3

> Can you update the release apk with the above fix? https://github.com/heiher/sockstun/releases/tag/2.4

> Thanks! It will be published in a week. https://gitlab.com/fdroid/fdroiddata/-/merge_requests/15551 Great! Thank you.

@linsui Could you please update the app on F-Droid to version 2.5? Thanks.

> It will be updated automatically. :) Nice! Thanks. :)

Cloudflare DDNS IP4P(IPv4 and port encoding in AAAA record): ```shell #!/bin/sh ZONE='' RECORD='' EMAIL='' AUTH='' DOMAIN='' IP4P=${3} while true; do curl -X PUT "https://api.cloudflare.com/client/v4/zones/${ZONE}/dns_records/${RECORD}" \ -H "X-Auth-Email: ${EMAIL}" \ -H...

Natter/NATMap 打洞后自动更新 qBittorrent/Transmission 监听端口和 OpenWrt 防火墙规则并推送到 Telegram: https://gist.github.com/veltlion/b59d73654f0ae36725f5a571602729cb 据说让BT/PT客户端的侦听端口与打洞后的公网端口保持一致可以有效提高peer间的连通性,从而提升上传速度。 See also: https://www.v2ex.com/t/902093#reply29

Thanks for your suggestions. > 1. It should not use public internet address space `2001::/32`. It's better to use private address space, for example: `fc00::/7`. Yeah. The IP4P address is...

#### TCP * [使用NATMap在NAT-1私网IP宽带上部署SSH服务](https://github.com/heiher/natmap/wiki/ssh) * [使用NATMap在NAT-1私网IP宽带上部署FRP服务](https://github.com/heiher/natmap/wiki/frp) * [使用NATMap在NAT-1私网IP宽带上部署Web服务](https://github.com/heiher/natmap/wiki/web) #### UDP * [使用NATMap在NAT-1私网IP宽带上部署WireGuard服务](https://github.com/heiher/natmap/wiki/wireguard)

> > wireguard windows便携版客户端,支持IP4P解析,端口随意写,域名解析到IP4P地址时会自动解析IP和端口。 https://github.com/kwxiaozhu/wireguard-windows-portable 缝合两位大佬的成果,实现便携客户端以及IP4P解析。 感谢各位开源作者。 > > 可否增加一个TXT解析功能呢?有些环境无法解析IPV6/IP4P 我之前的实现(使用系统DNS解析器)确实在某些系统上存在无法解析AAAA记录的情况,看这版实现可能是可以的,建议实测看看。