TerraProxy-CLI

0.4.0

Terraria Proxy Server
Xenoxiluna/TerraProxy-CLI

What's New

v0.4.0

2020-09-03T15:18:28Z

WORK IN PROGRESS

TerraProxy-CLI

Terraria Proxy Server built with the intention of modifying packets on the fly. It currently does nothing but identify and display all packets that go thorugh it. The proxy is asynchronous thanks to SwiftNIO and can support multiple users.

You can find Binaries under Releases if available.

Compatibility

OS
macOS 10.15.X
Ubuntu 18.04 X86-64bit
Ubuntu 18.04 ARM64/32

Usage

From terminal, run the following:

TerraProxy-CLI proxy --proxy-target <IP or Hostname> --target-port <port> --proxy-source <IP or Hostname> --source-port <port>

For example: This will proxy your connection to the terraria server at terraserver.com on port 7777(terraserver.com:7777). Proxy source is the local ip in which the proxy server is running on.

TerraProxy-CLI proxy --proxy-target terraserver.com --target-port 7777 --proxy-source 127.0.0.1 --source-port 7777

When in game, you would connect to 127.0.0.1 on port 7777

Dependencies

Building

To build on linux & macOS:

git clone https://github.com/Xenoxiluna/TerraProxy-CLI.git
cd TerraProxy-CLI
swift build

License

TerraProxy-CLI is licensed under the MIT License

Description

  • Swift Tools 5.1.0
View More Packages from this Author

Dependencies

Last updated: Tue Feb 27 2024 22:45:40 GMT-1000 (Hawaii-Aleutian Standard Time)