浏览代码

更新 'README.md'

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
+```