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
Server knocker is an application that can listen to a port and proxy packets to another application.
5
+
6
+
The proxy will also wait for a idle timeout. If it doesn't get any new packets in this time, it will kill the child application.
7
+
8
+
Then, if it receives a new packet, it will spawn the child application again so it can continue proxying packets to it.
9
+
10
+
Motivation
11
+
==========
12
+
13
+
The goal of server knocker is to save resources when running some expensive application that is not used often. For example, a game server to play with friends every once in a while without wasting resources in the server.
14
+
15
+
Think a minecraft server that can automatically shut down during the night, and spin up automatically when someone tries to join in.
16
+
17
+
Usage
18
+
=====
19
+
20
+
Use `server-knocker --help` for detailed up-to-date information.
0 commit comments