wolf-joe / ts-dns

Telescope DNS,灵活快速的DNS分组转发器
MIT License
316 stars 31 forks source link

create ipset error: Ipset utility not found #5

Closed daiooo closed 4 years ago

daiooo commented 4 years ago

环境: MacOS 10.14.6 错误: create ipset error: Ipset utility not found

➜ ./ts-dns -c ./ts-dns-full.toml -r
WARN[0000] enable concurrent dns in group clean
WARN[0000] enable fastest ipv4 in group clean
ERRO[0000] create ipset error: Ipset utility not found
wolf-joe commented 4 years ago

某个 group 配置了 ipset,但系统里没有 ipset 命令,所以报错。这个功能还是比较小众的,不需要的可以注释掉相关配置

liang-hiwin commented 4 years ago

apt-get install ipset