wings/environment
Piotr Krakowski 86842da1b8 Enable game server ip address allocation for macvlan driver.
Issue:
For macvlan driver default docker config assign first available ip.
Game servers get ip assigned in order of container creation.

Solution proposal:
Wings support only one docker network for each game server.
To assign correct IP default allocation could be used.
Allocations doesn't limit IPs at all, admin could set desired game server container ip and port by default allocation.
2022-10-09 21:03:18 +02:00
..
docker Enable game server ip address allocation for macvlan driver. 2022-10-09 21:03:18 +02:00
allocations.go environment(docker): set outgoing ip correctly (#135) 2022-09-25 18:49:48 -06:00
config.go Fix some typos and run gofmt on all .go files 2020-09-05 13:08:40 -06:00
docker.go environment(docker): set outgoing ip correctly (#135) 2022-09-25 18:49:48 -06:00
environment.go Fix logic for context based environment stopping 2022-01-31 19:09:08 -05:00
settings.go Use the correct CPU period when throttling servers; closes pterodactyl/panel#4102 2022-05-30 17:45:41 -04:00
stats.go Make uptime available in the stat output for a container 2021-10-03 12:59:03 -07:00