tinyPortMapper
tinyPortMapper copied to clipboard
在mac机器上,make遇错
hello.
git clone https://github.com/wangyu-/tinyPortMapper/ tinyPortMapper-by-wangyu- cd tinyPortMapper-by-wangyu- make 显示: ... ld: library not found for -lcrt0.o clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [all] Error 1 yudeMacBook-Air:tinyPortMapper-by-wangyu- brite$ which clang /usr/local/opt/llvm/bin/clang yudeMacBook-Air:tinyPortMapper-by-wangyu- brite$
怎么解决?
make mac
@soffchen 谢谢。成功生成tinymapper, sudo ./tinymapper -l 127.0.0.1:53 -r 8.8.8.8:53 -t -u 不过我觉得这类dns proxy的意义好像不大。都是把127.0.0.1:53转发到8.8.8.8:53,我觉得这跟直连8.8.8.8:53没什么区别。你怎么看?