EpicStep / txt-dns-hackathon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

txt-dns (задание №5)

Installing

You can install .deb package on your debian-based machine:

wget https://github.com/EpicStep/txt-dns-hackathon/releases/download/1.0/txt_dns-0.1.1-Linux.deb
dpkg -i txt_dns-0.1.1-Linux.deb

After this you can use this util:

txt_dns <host>

Build

You must install git, cmake, g++, libssl-dev (sudo apt install git cmake g++ libssl-dev).

git clone https://github.com/EpicStep/txt-dns-hackathon.git

cd txt-dns-hackathon
cmake .
cmake --build .

Also, you can generate .deb package:

cpack -G DEB

Run

./txt_dns <host>

Run self-hosted back-end

This application has simple back-end application.

About


Languages

Language:C++ 52.9%Language:CMake 47.1%