-
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
# current version
Host instance = new Host("127.0.0.1", 8080);
Host instance = new Host(...);
# new features required
Host instance = new Host("www.alec1o.com:8080");
Hacks
- It will use DNS to found IP from url, and for prevent block program only will start find IP when Connect (Open) thread or call function like
new Host("www.alec1o.com:7777").RunDNS()
Metadata
Metadata
Assignees
Labels
FeaturesNew feature or requestNew feature or request
Projects
Status
Done