Skip to content

Instantly share code, notes, and snippets.

@BoQsc
Last active July 23, 2024 17:19
Show Gist options
  • Save BoQsc/69985a2c1cf4ac157e9255f66496498f to your computer and use it in GitHub Desktop.
Save BoQsc/69985a2c1cf4ac157e9255f66496498f to your computer and use it in GitHub Desktop.
A simple 7 Days To Die TCP HTTP Steam Link redirecter. Once you visit the webpage, it opens up steam://connect/127.0.0.1:26900 link that auto joins player to the gameserver. This is only a proof of concept, replace 127.0.0.1 with your Public IP.
@BoQsc
Copy link
Author

BoQsc commented Jul 23, 2024

Example html web page of usage demonstration.
index.html

<a href="http://localhost:26900/">localhost:26900</a>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment