-
Notifications
You must be signed in to change notification settings - Fork 37
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
Add ability to add DNS resolvers to a site #18
Conversation
For most changes I simply copied whatever was being done for `unsafeRoutes` and fitted it to work for dns resolvers. TODO This does not currently work for iOS, only android, as I only have an android device to test with.
+1, can we get this merged? This would be great. |
I rebased the PR against v0.0.41: https://github.com/numinit/mobile_nebula/tree/add-dns-resolvers |
Not a flutter person myself - but it would be so super great if this was added to iOS as well. |
This would be really important to me as well! @numinit is your fork fully functional? Could you merge the latest commits? |
@PhilTaken Yeah, works totally fine. Here's an article I wrote about this setup a while ago: https://numinit.tumblr.com/post/671446357227274240/creating-a-distributed-private-cloud-with-nebula Linked from there, here's a build I made that I've been using for a while: https://drive.google.com/file/d/1ofpEMjOGmufdYvrS9UFtt-Fzb7Q2po6t/view New PR: #62 |
do you perchance have a recent build lying around? I had to re-setup my phone and the drive link is not working anymore ^^ edit: the blog post has a link, cheers! |
@PhilTaken Yeah. The new build fixes a DNS leak reported in #104. |
I discovered today that this project is not OSS. I wish I had realized that before signing the CLA, or I never would have. |
I feel the same, though Nebula itself is MIT: slackhq/nebula#614 (comment) As for what that means for this project, I was thinking about maintaining my own fork but really can't if it's not OSS. |
For most changes I simply copied whatever was being done for
unsafeRoutes
and fitted it to work for dns resolvers.TODO This does not currently work for iOS, only android, as I only have
an android device to test with.
Fixes #9