Skip to content

EliotAmn/websocket-tcp-encapsulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Websocket TCP Encapsulator

This simple script allows you to remotely access devices on another network where you can't open ports on the router. I'm using this code in a personal project, and I'd like to share it with you. ^^

Explain in image : image

Config corresponding to the image :

config = {
    "servers": [
        {
            "name": "my-client",
            "listen_port": 3033,
            "password": "MySecretPassword",
            "ports": {
                "4000": {
                    "redirect_ip": "192.168.1.12",
                    "redirect_port": 80
                }
            }
        }
    ]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages