Commit Graph

45 Commits

Author SHA1 Message Date
Geoff Bourne af1e193958 Redo code cleanup (#429)
* Code cleanup of routes config loader and API server (#424)

(cherry picked from commit 1ee3eb4de3)

* Refactored server setup and run out of main (#425)

(cherry picked from commit 05c57c3b85)

* Code cleanup in and around connector (#427)

(cherry picked from commit b3e88db48c)

* Update away from deprecated k8s NewInformer

* Tidy up couple of k8s docs examples
2025-07-13 10:00:40 -05:00
Geoff Bourne 172aed3893 Revert code cleanup for now (#428)
* Revert "Code cleanup in and around connector (#427)"

This reverts commit b3e88db48c.

* Revert "Refactored server setup and run out of main (#425)"

This reverts commit 05c57c3b85.

* Revert "Code cleanup of routes config loader and API server (#424)"

This reverts commit 1ee3eb4de3.
2025-07-06 20:16:26 -05:00
Geoff Bourne 05c57c3b85 Refactored server setup and run out of main (#425) 2025-07-05 19:32:33 -05:00
Geoff Bourne 1ee3eb4de3 Code cleanup of routes config loader and API server (#424) 2025-07-03 19:26:35 -05:00
Justin Barlow 0af57252dc Reload routes config file on SIGHUP (#412) 2025-05-11 08:02:19 -05:00
Geoff Bourne a46a423b0a Add option to watch routes config file changes (#411) 2025-05-10 12:39:32 -05:00
Samuel McBroom bc81e03f19 Add auto scale down option (#405) 2025-05-02 18:12:53 -05:00
Samuel McBroom da52e7096f Add option for scale-up allow/deny lists for servers (#397) 2025-04-26 10:57:33 -05:00
Samuel McBroom d21ccb5b9f Add option to emit metrics and logs when players connect to the router (#391) 2025-04-22 07:37:25 -05:00
Geoff Bourne cc590524c4 Add connection webhook notifications (#392)
Also 

* Added decode of LoginStart message
* Add metrics backend constants
* Updated usage section
* Documented MaxFrameLength
2025-04-21 20:28:34 -05:00
Geoff Bourne 7526a7078a Add support for allow/deny clients by IP (#355) 2024-12-19 07:37:08 -06:00
Slawomir CALUCH 2624e25c94 feat: add prometheus metrics (#342) 2024-11-09 12:43:51 -06:00
Matthew McCune 5d7063f73e Add Service Discovery option for non-Swarm Docker (#316) 2024-08-04 17:22:39 -05:00
iipanda e38a054c46 feat: add ability to receive proxy protocol (#307) 2024-07-07 11:13:12 -05:00
Geoff Bourne 4f54002231 Allow for MAPPING to be declared with newline delimited entries (#241) 2023-10-28 16:54:46 -05:00
Geoff Bourne afdca5646e Added ngrok support (#222) 2023-09-09 12:06:59 -05:00
Lasse15 787ab54ca4 Persistent routes from REST API (#145) 2022-12-05 07:58:13 -06:00
Geoff Bourne f8a65abb61 Wait for connections to finish when stopping (#107) 2022-08-05 20:50:32 -05:00
n1xx1 d15bc9e986 Add support for docker swarm service discovery (#103) 2022-08-04 20:59:20 -05:00
Merith 24381281e7 Simplify fully qualified SRV records for mapping (#92)
Co-authored-by: Geoff Bourne <itzgeoff@gmail.com>
2022-06-26 09:37:21 -05:00
dependabot[bot] 190ae97a86 build(deps): bump github.com/go-kit/kit from 0.9.0 to 0.12.0 (#41) 2022-01-07 20:28:15 -06:00
Michael Vorburger ⛑️ 32fb918128 Kubernetes auto scale-up support (#29) 2022-01-06 17:41:10 -06:00
Michael Vorburger ⛑️ 1f5ac0b49d Very minor clean-ups (import re-ordering by automated tooling) (#28) 2021-12-11 18:20:19 -06:00
Michael Vorburger ⛑️ 520d0c79da Remove un-used option -kube-discovery (fixes #23) (#26) 2021-11-20 07:44:39 -06:00
Gabriel C 7b741337cd feat: implement PROXY protocol to propagate source IPs (#22)
Fixes #13 

Co-authored-by: Geoff Bourne <itzgeoff@gmail.com>
2021-11-13 13:38:20 -06:00
Geoff Bourne 7779b866d1 Allow --mapping argument to be repeated or comma-separated 2021-08-10 16:54:23 -05:00
Geoff Bourne 3ea1149681 Qualified influx metric names 2020-01-04 14:52:07 -06:00
Geoff Bourne a12bbb88a3 Added influxdb as a metrics reporter/backend 2020-01-04 14:22:01 -06:00
Geoff Bourne 7f50c512f5 Switched to go-flagsfiller to enable env var config 2020-01-03 21:19:21 -06:00
Geoff Bourne 39b218aed2 misc: fix logging 2019-07-14 16:36:33 -05:00
Geoff Bourne b290243d40 Initial support for tracking connection metrics 2019-07-14 16:34:46 -05:00
Geoff Bourne 433dd2233b Add flag for connection rate limit and slow zero-progress operations 2019-07-09 07:22:20 -05:00
Geoff Bourne ab94b04d4c Add command line arg for enabling debug logs
Log debugs for frame and packet reading to diagnose high CPU
2019-07-07 11:53:52 -05:00
Geoff Bourne b6edd937ea Close cpu profile file at exit 2019-05-04 14:22:51 -05:00
Geoff Bourne 19c9f1550d Catch SIGTERM to ensure graceful container stopping 2019-05-04 12:45:00 -05:00
Geoff Bourne 2db4274db2 Fix output profiling filename 2019-05-04 11:25:12 -05:00
Geoff Bourne 7d2d70b589 Output profiling filename 2019-05-04 11:09:03 -05:00
Geoff Bourne 6cdc1e06ac Add CPU profiling option 2019-05-04 10:53:05 -05:00
Geoff Bourne d76e5442da Fixed go modules for k8s 2019-04-16 18:58:13 -05:00
Geoff Bourne d9a0c70a31 Switch golang flag's to allow for glog argument access 2018-05-27 15:36:01 -05:00
Geoff Bourne bdf470d675 Use --in-kube-cluster to indicate in-cluster mode 2018-05-26 13:10:45 -05:00
Geoff Bourne 2befd24b4a Auto-register routes based on kubernetes service annotations 2018-05-26 12:31:40 -05:00
Geoff Bourne 678602a558 Only catch interrupt signal 2018-05-09 18:56:26 -05:00
Geoff Bourne fccf5f9eef Setup CircleCI and goreleaser 2018-05-09 18:37:15 -05:00
Geoff Bourne 17a4bd6515 Initial commit 2018-05-07 22:16:01 -05:00