TC преди 3 години
родител
ревизия
674ea26212
променени са 1 файла, в които са добавени 21 реда и са изтрити 1 реда
  1. 21 1
      README.md

+ 21 - 1
README.md

@@ -1,4 +1,24 @@
 # ADNEX
 
 ADNEX - Aroz Domain Name EXtraction Program
-A simple sample for showcasing that you can extract free domain name from your ISP using DNS
+
+A simple sample for showcasing that you can extract free domain name from your ISP using DNS
+
+## Installation
+```
+git clone http://git.hkwtc.org/TC/ADNEX
+cd ./ADNEX
+go build
+```
+
+## Usage
+```
+# Default usage
+./adnex
+Your public IP address is:  xxx.xxx.xxx.xxx
+Your free domain assigned by ISP is:  [host-xxx.xxx-xxx-xxx.static.totalbb.net.tw.]
+
+# Disable verbal outputs, use for piping output to other commands
+./adnex.exe -v=false
+host-xxx.xxx-xxx-xxx.static.totalbb.net.tw
+```