-
Notifications
You must be signed in to change notification settings - Fork 29
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
Entry_DNS component toggle for Node #437
Labels
Comments
Suggestions:
|
kauri-hero
added
story
and removed
duplicate
This issue or pull request already exists
labels
May 28, 2024
Other card duplicate to this is: |
this is somewhat related to old card #446 |
kauri-hero
moved this from 🔖 Ready
to 🔖 Awaiting Development (Prioritized)
in MASQ Node v2
Aug 4, 2024
Closed
This was referenced Oct 7, 2024
utkarshg6
moved this from 🔖 Awaiting Development (Prioritized)
to 👀 Review + QA in Progress
in MASQ Node v2
Oct 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently when the MASQ starts, it always runs with
entry_dns
on and port 53 is listened to by Node.Design a way to allow a startup parameter to be toggled that will turn off entry_dns and not require Node to listen on port 53, so other software can listen on the port unobstructed.
*Consider removing the entry_dns component, if system wide subversion is never to be a "thing"
Present a log to user to remind them that they will need to proxy network traffic/software to MASQ for privacy routing
ALSO check the daemon to ensure that entry_dns is not starting when daemon is running - there is a chance that this was turned on during some
SUGGESTIONS from Dan:
Command for inspecting processes with MASQNode
macOS
ps -ef | grep MASQNode
(includes this command)window
netstat -ano
List processes listening on port 53:
macOS
lsof -Pn -i :53
The text was updated successfully, but these errors were encountered: