-
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
Support public_ip #19
Comments
You can achieve this by creating iptables rules |
Can you elaborate? I do not understand how iptables will help with this |
Haven't tested in docker, I'll take a look at this when I have time. |
If the container has an internet connection and you just need to forward the udp port. |
It works! But it require specify different ports for each container because add to master server with port specified in |
I'm not sure if I understand correctly, but you can try using host network |
i know) I have done so now, but I'm afraid of possible problems associated with it. Thanks for response) |
Yeah that's true, it can cause some problems, port forwarding on Docker worked better for me 😀 |
Add argument for specify server public ip. Original srcds args:
-ip
,+net_public_addr
Because when i'm running server in docker container server starts on local container ip and can't receive connects.
The text was updated successfully, but these errors were encountered: