mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 10:37:33 -07:00
resurrect tcp proxy
This commit is contained in:
parent
2f5dc10399
commit
db1df58955
4 changed files with 330 additions and 1 deletions
7
tcp-proxy/Makefile
Normal file
7
tcp-proxy/Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
CXX=$(shell which clang++ g++ c++ 2>/dev/null | head -n 1)
|
||||
|
||||
all:
|
||||
$(CXX) -O3 -fno-rtti -o tcp-proxy tcp-proxy.cpp
|
||||
|
||||
clean:
|
||||
rm -f *.o tcp-proxy *.dSYM
|
Loading…
Add table
Add a link
Reference in a new issue