-
Notifications
You must be signed in to change notification settings - Fork 4
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 hybrid net support to goth #560
Conversation
maaktweluit
commented
Oct 27, 2021
•
edited
Loading
edited
- Allow separate configuration of docker compose file
- Add new env for hybrid net
- Add docker compose for the new hybrid net setup
86e67fe
to
fee249c
Compare
d0ad768
to
1272095
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Left one minor suggestion and one question :)
@@ -5,6 +5,7 @@ | |||
|
|||
docker-compose: | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Path to compose file to be used, relative to `docker-dir` |
goth/address.py
Outdated
@@ -67,7 +67,7 @@ def _with_default(self, mapping: Mapping[str, object]): | |||
|
|||
ROUTER_HOST = "router" | |||
ROUTER_PORT = 7477 | |||
ROUTER_PROTOCOL = "tcp" | |||
ROUTER_PROTOCOL = "udp" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this / should this be backward-compatible with ya-sb-router
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
its not used :( we should remove those variables for now...
reverted the change to keep it backwards compatible and cleaner
5cc37db
to
8a01f63
Compare