You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## @param image.tag Factorio port fixer image tag (immutable tags are recommended)
303
+
## @param image.pullPolicy Factorio port fixer image pull policy
304
+
## @param image.port Factorio port to announce via port-fixer, defaults to service.port
305
+
port_fixer:
306
+
# Adds an extra container that tries to help with connection issues via the public server browser.
307
+
# This is especially useful when you can’t set up outgoing static port mappings and see log messages like these:
308
+
# > Warning ServerRouter.cpp:541: Received own address message reply with conflicting address (got IP ADDR:({<ip>:19296}), expected IP ADDR:({<ip>:58037}))
309
+
# > Warning ServerMultiplayerManager.cpp:651: Determining own address has failed. Best guess: IP ADDR:({<ip>:58037})
310
+
# > Warning ServerRouter.cpp:541: Received own address message reply with conflicting address (got IP ADDR:({<ip>:19297}), expected IP ADDR:({<ip>:58037}))
311
+
# > Warning ServerRouter.cpp:541: Received own address message reply with conflicting address (got IP ADDR:({<ip>:24105}), expected IP ADDR:({<ip>:58037}))
312
+
# Note: Port forwarding for incoming traffic still needs to be set up properly for this to work.
0 commit comments