Installation

IKER should run on any POSIX-compatible operating system. ESPER still can be build too, but real-time traffic processing is tested only on FreeBSD, however PCAP mode should work anywhere too.

In general you must get the tarball, check its integrity and authenticity and run redo.

$ [fetch|wget] http://www.gostipsec.cypherpunks.ru/gostipsec-v1.0.0.tar.zst
$ [fetch|wget] http://www.gostipsec.cypherpunks.ru/gostipsec-v1.0.0.tar.zst.sig
$ gpg --verify gostipsec-v1.0.0.tar.zst.sig gostipsec-v1.0.0.tar.zst
$ zstd --decompress --stdout gostipsec-v1.0.0.tar.zst | tar xf -
$ cd gostipsec-v1.0.0
$ redo all