Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Host obtain ip and by url using DNS #37

Closed
alec1o opened this issue Apr 3, 2024 · 2 comments
Closed

Host obtain ip and by url using DNS #37

alec1o opened this issue Apr 3, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request question Further information is requested Review Feedback and review!

Comments

@alec1o
Copy link
Owner

alec1o commented Apr 3, 2024

# 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()
@alec1o alec1o self-assigned this Apr 13, 2024
@alec1o alec1o added enhancement New feature or request question Further information is requested Review Feedback and review! labels Apr 13, 2024
@alec1o
Copy link
Owner Author

alec1o commented Jun 6, 2024

🐎 : It must not be implemented on Netly layer

@alec1o
Copy link
Owner Author

alec1o commented Jul 16, 2024

More details about this issues be closed, can find here: alec1o/Byter#33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested Review Feedback and review!
Projects
Status: Done
Development

No branches or pull requests

1 participant