github-actions
released this
04 Aug 07:29
·
19 commits
to tokio
since this release
与 0.0.5 的不同
添加 ruci用户手册
https://e1732a364fed.github.io/ruci/index.html
ip流量转发功能 (类似vpn),见 local.lua 中的 config_16_tun 配置. 其在 remote.lua 用到了 out_auto_route 配置,local.lua 中对应配置则改名为 in_auto_route了
添加一个有bug 的 tcp/ip stack
添加 dns 功能,Direct,BindDialer,OptDirect,OptDialer 都可以加
Direct = {
dns_client = {
dns_server_list = { { "127.0.0.1:20800", "udp" } }, -- 8.8.8.8:53
ip_strategy = "Ipv4Only",
static_pairs = {
['www.baidu.com'] = "103.235.47.188"
}
}
}
bind_to_device 支持 macOS
Stdio:+write_mode