Replies: 1 comment
-
|
Version for tests: https://github.com/golemfactory/yagna/releases/tag/pre-rel-v0.13.0-outbound-fix |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem described in #2539.
If we have outbound rule with
https://accounts.google.comit does not work as excepted. Because Google does not return all addresses, only a single address randomly selected from a certain list. Then if, when the firewall activity starts, it asks for addresses for ... it will receive, for example, 172.253.116.84. but then if the same query comes from inside the container, a different address will be returned, e.g. 216.58.209.13. As a result, the container will not be able to reach the declared address.Temporary solution:
stable-dns.dev.golem.networkBeta Was this translation helpful? Give feedback.
All reactions