-
Notifications
You must be signed in to change notification settings - Fork 2
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 more potential exitnode ips to home nodes #17
Comments
room.sudoroom.org: 142.254.26.9 |
Here's an example config from /etc/config/tunneldigger
|
Can be addressed in makenode. The exit node IP is currently buried in configs/config.js. I'd rather hardcode these new exit nodes into /etc/config/tunneldigger because it seems more obvious to me and it will help in preparing for the deprecation of makenode, sudomesh/makenode#19. Additionally, I'd like see options of exit nodes chosen through peoplesopen-dash, not obscured inside of a js file. |
Sounds good to me. Ideally, we'd have a way to mesh the registry itself, allowing for exit nodes to join and leave a list of trusted exit nodes for a particular project like peoplesopen.net or somethingotheropen.net . |
remote patch for this bug is now available for TESTING, this should NOT be executed on the "real" exitnode until further testing has be completed. Find the patch and instructions for execution in the makenode repo here, https://github.com/sudomesh/makenode/tree/master/patches |
…ts in two locations
If we need more exit nodes, here is a script to make more exitnodes: https://gitlab.ops.bengo.is/ben/mesh-network#digitalocean-exitnode This week I'll test my exitnodes I made, and if they work I'll post an IP that we can add to the firmware if needed. |
@gobengo just noticed your exit node creation scripts - where you still thinking of merging that into the other exitnode creation script at https://github.com/sudomesh/exitnode ? I think it would be nice to have a single one to make it easier to test / improve. Curious to hear your thoughts on this. |
I cannot merge anything into that repo, but there has been a PR for 18
days. sudomesh/exitnode#8
Traveling recently and until April. Have my nodes with me. Still need to
make time to test them against my exit node (and remember how).
Taking redeye tonight LA -> NYC. May be able to test this week but also
have some work to do out there and friends to see.
Stand by, help test, or merge what I got.
…On Sun, Mar 11, 2018, 3:50 PM Jorrit Poelen ***@***.***> wrote:
@gobengo <https://github.com/gobengo> just noticed your exit node
creation scripts - where you still thinking of merging that into the other
exitnode creation script at https://github.com/sudomesh/exitnode ? I
think it would be nice to have a single one to make it easier to test /
improve. Curious to hear your thoughts on this.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#17 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAKfBrPMzzlWSSrJcPUr2IjE47mN9_PNks5tdaoqgaJpZM4SGJyL>
.
|
Ok, I remember that pull request now. I was hoping to get a more incremental set of improvements, but if you are confident that things'll work, then I'd be happy to pull the changes in. |
I cannot be confident without testing :)
Sounds best to wait a bit until I test. I will also make the PR smaller as
you wisely suggest.
…On Sun, Mar 11, 2018, 4:41 PM Jorrit Poelen ***@***.***> wrote:
Ok, I remember that pull request now. I was hoping to get a more
incremental set of improvements, but if you are confident that things'll
work, then I'd be happy to pull the changes in.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#17 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAKfBgn6otrxdCUG0HDYEhht5XZPdM0Cks5tdbYlgaJpZM4SGJyL>
.
|
@gobengo ok, wishing you safe travels, and please let me know if you are all tested and confident. . . |
@jhpoelen Just looking at this now. I was wrong about PR 8 being my latest. I took what I had in my fork of this repo and made it better at https://github.com/gobengo/mesh-network (github mirror) For now I closed #8 and made #11, which will at least add the Once that's in, we can make moves toward pulling the entirety of digitalocean-exitnode et al (or someone can go port that over sooner. Gotta board plane now) |
List of exit nodes have been included in recent makenode and most home nodes have been patched. Closing issue. |
Currently, home nodes are configured with a single exit node ip / port.
We'd like to include a list of ip addresses, so that we can run (or spin up) exitnodes behind IPs that we control.
The text was updated successfully, but these errors were encountered: