Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Host obtain ip and by url using DNS #37

@alec1o

Description

@alec1o
# 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 request

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions