-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added information on how to use this thing
- Loading branch information
1 parent
b37e414
commit 0f8df85
Showing
1 changed file
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,16 @@ | ||
# reverse-proxy-6to4 | ||
Very Simple Python Reverse IPv6 to IPv4 Proxy. Works on one port | ||
# Simple Reverse IPv6 to IPv4 Proxy | ||
Very Simple Python Reverse IPv6 to IPv4 Proxy. Works on one port. Was originally made for the Derail Valley mod [Remote Dispatch](https://www.nexusmods.com/derailvalley/mods/328) | ||
|
||
# How to use? | ||
|
||
Either you can run the reverse_proxy.py using Python. I used 3.10 during development so I'd recommend using that. | ||
|
||
Or you can just open the reverse_proxy.exe | ||
|
||
Then you just enter the port the game server is running at or well press enter if you are using the default Remote Dispatch port. | ||
|
||
Then if the app detects you have multiple IPv6 addresses, you get to decide which one to use! | ||
|
||
And just like you'd portforward in IPv4, in IPv6 you need to open this port in your router. Make sure the IPv6 displayed there matches the one this app binds to. Routers are sometimes still weird with this. | ||
|
||
Then tell your friends to write e.g. '\[1234:​1234:​1234:​1234:​1234:​1234:​1234:​1234]:7245' in the address bar of their favorite browser and voilá they should be greeted with the Remote Dispatch webapp. Well replace the address with the address the app is showing you, duh. |