Perfect DNS Parser Demo 简体中文
This project demonstrates how Perfect parses an IPv4 address from a valid domain name.
Ensure you have installed and activated the latest Swift 3.1 tool chain.
Try the following bash commands in a terminal then you can download & build this demo
$ git clone https://github.com/PerfectExamples/DNS-Demo.git
$ cd DNS-Demo
$ swift build
To check the demo result, grab some domain names and run the command line:
$ .build/debug/dns [domain name 1] [domain name 2] ....
For example, try this command below to parse ip address from perfect.org and treefrog.ca:
$ ./.build/debug/dns perfect.org treefrog.ca
./.build/debug/dns
perfect.org 65.39.133.132
treefrog.ca 23.92.17.203
We are transitioning to using JIRA for all bugs and support related issues, therefore the GitHub issues has been disabled.
If you find a mistake, bug, or any other helpful suggestion you'd like to make on the docs please head over to http://jira.perfect.org:8080/servicedesk/customer/portal/1 and raise it.
A comprehensive list of open issues can be found at http://jira.perfect.org:8080/projects/ISS/issues
For more information on the Perfect project, please visit perfect.org.