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

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

Host obtain ip and by url using DNS #37

alec1o opened this issue Apr 3, 2024 · 2 comments
Assignees
Labels
Solved Question/Ask solved.

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 Features New feature or request question labels Apr 13, 2024
@alec1o alec1o added this to Netly Apr 13, 2024
@alec1o alec1o moved this to Todo in Netly May 21, 2024
@alec1o alec1o removed the status in Netly May 21, 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

@alec1o alec1o added Solved Question/Ask solved. and removed question labels Oct 7, 2024
@alec1o alec1o reopened this Oct 7, 2024
Repository owner locked as resolved and limited conversation to collaborators Oct 18, 2024
Repository owner unlocked this conversation Oct 18, 2024
@alec1o alec1o removed the Features New feature or request label Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Solved Question/Ask solved.
Projects
Status: Done
Development

No branches or pull requests

1 participant