# labeldns **Repository Path**: qlee/labeldns ## Basic Information - **Project Name**: labeldns - **Description**: Reply random response for every dns resolve request - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-07-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #labeldns Reply random response for every dns resolve request ## How To Use ```shell $ git clone https://github.com/qleeAI/labeldns.git $ cd labeldns $ export GOPATH=`pwd` $ go get "github.com/miekg/dns" $ go build $ ./labeldns ```