eycorsican / go-tun2socks

A tun2socks implementation written in Go.
MIT License
1.3k stars 432 forks source link

macOS无法指定tunName #48

Closed vivahu closed 5 years ago

vivahu commented 5 years ago

使用 ./build/tun2socks -tunName tun1 命令指定名称创建新TUN后,指定的名称不生效。仍然按照系统自带的utunx命名(其中x为递增正整数)

macOS版本:10.14.4

eycorsican commented 5 years ago

tun 这块用了 github.com/songgao/water ,需要它那边支持,而且就算支持了,在 macOS 上也只能用 utunX 这种名字,不能随意命名