ziojacky

Results 8 comments of ziojacky

memory cache how many domain names can be prefetch? i try dig 4000+ domain get cache, wait ttl over have more domain cache will lost but not prefetch.

> 建议设 resolv-hostname no 和 expand-ptr-from-address yes 然后将正确的记录使用 address 写死 设置了esolv-hostname为0没有啥效果,而且下一跳的网关ip根本也不是路由本机的ip,不知道为什么ptr也会被强制成hostname, 应该是个bug,

你需求指的这个源端口其实是上层客户端的源端口而不是kcp客户端的源端口,这个和kcp是没关系的,因为kcp只是一个通道而已,你想要保持上层客户端的源端口到代理服务器,目前市面上没有哪款代理软件支持,都是会重新随机一个源端口进行转发数据包,你的需求目前只能通过vpn实现,我也有这种同步源端口的需求,的确一般都是用在p2p上面.

> MTU should be changed through network interfaces. What do you expect shadowsocks as an application could do with the interfaces’ MTU size? my local mtu is 1400 and server...

> The configured MTU value is just for hinting? not just a reminder hinting,it is an actual function. you can customize the size of the packet data that is forced...

> So in practice, the `mtu` value in configuration, will limits the buffer size that used to `recv()` from the UDP socket, which is `mtu - tag_size - header_size` in...

> Custom port rewriting is probably not something we'll add as a stand-alone thing in xdp-forward, but you may be able to achieve what you want with the flowtable offload...

REDIRECT本身就会修改原始目的地和端口,想不修改请用TP,但KCPTUN本身并不支持接收这些东西的劫持流量!