-
Notifications
You must be signed in to change notification settings - Fork 46
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
How to remove the interfaces again and uninstall everything? #12
Comments
Hey @Yesyoor! Sorry to hear you're having issues with the tool. The app was designed to be as simple and un-bloated as possible. Since it is installed using
After stopping the service, the virtual interfaces will disappear. These interfaces can actually only live for as long as the process is running. Ps. The $ brew services --help
Usage: brew services [subcommand]
Manage background services with macOS launchctl(1) daemon manager.
If sudo is passed, operate on /Library/LaunchDaemons (started at boot).
Otherwise, operate on ~/Library/LaunchAgents (started at login).
...
[sudo] brew services start (formula|--all|--file=):
Start the service formula immediately and register it to launch at login
(or boot).
[sudo] brew services stop (formula|--all):
Stop the service formula immediately and unregister it from launching at
login (or boot).
... It goes without saying that I would love to help debug the issue you were having if you're open to it. We're always trying to improve this tool to accommodate the different dev environments people are working with. |
@gregnr Which I did. Upon installing it there was something mentioned about files which I would have to manage manually. Now why I tied this tool, and maybe it was not even made for that, I honestly lack some knowledge about network related things: I have implemented an authorisation server, a gateway server and a lobby server and wanted to run them as pods on a Minikube. |
Hey it does not work for me and now I have this tool on my machine. How can I delete the interfaces again and uninstall it ?
The text was updated successfully, but these errors were encountered: