You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# current versionHostinstance=newHost("127.0.0.1",8080);Hostinstance=newHost(...);
# new features requiredHostinstance=newHost("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()
The text was updated successfully, but these errors were encountered:
new Host("www.alec1o.com:7777").RunDNS()
The text was updated successfully, but these errors were encountered: