diff options
author | binary <me@rgoncalves.se> | 2021-03-25 21:39:41 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2021-03-25 21:39:41 +0100 |
commit | 6ddd987ec2904df81a941ccbd46cd3799164ed0e (patch) | |
tree | 3f550c99ee868cf75cc69857bc9718da6a0e6dca /host_vars | |
parent | 3ace280acec54508dcd1ab9964fa57a47fb752f5 (diff) | |
download | infrastructure-6ddd987ec2904df81a941ccbd46cd3799164ed0e.tar.gz |
Bring back factorio to public services
Diffstat (limited to 'host_vars')
-rw-r--r-- | host_vars/st0gme0.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/host_vars/st0gme0.yml b/host_vars/st0gme0.yml index a1ec7da..f193f2a 100644 --- a/host_vars/st0gme0.yml +++ b/host_vars/st0gme0.yml @@ -20,3 +20,9 @@ services: proto: "udp" port: "25565" public: true + + - name: "factorio" + proto: "udp" + port: "34197" + public: true + |