tlstun icon indicating copy to clipboard operation
tlstun copied to clipboard

how to build

Open surereddy opened this issue 7 years ago • 3 comments
trafficstars

Hello sir how can i build it .apt-get install acbuild not found for 14.04 ubuntu 32 bit.If possible can u give me release version for tlstun

surereddy avatar Feb 07 '18 03:02 surereddy

Hi, For linux 32bit you should be able to use the https://github.com/jsimonetti/tlstun/releases/download/v1.0/tlstun_linux_x86_v1.0.tar.bz2 version. This is a precompiled binary.

If you wish to compile it yourself, you will need a recent go toolchain and:

  • go get github.com/jsimonetti/tlstun
  • go build -o myTlsBinaryName github.com/jsimonetti/tlstun/cli/main.go

jsimonetti avatar Feb 08 '18 00:02 jsimonetti

Thank you so much sir.Let me test and update results of the test

surereddy avatar Feb 08 '18 12:02 surereddy

Sir how can i use it sir.Can you give me example use please

surereddy avatar Feb 16 '18 15:02 surereddy