See the requirements.
Build the frontend files (optional)
./builder.bash build-frontend
Build and run the program
$ ./gradlew clean build compTest shadowJar -i
$ java -jar dns-proxy-server-*-all.jar
$ ./gradlew clean build compTest shadowJar nativeCompile
$ ./build/native/nativeCompile/dns-proxy-server