# pypass **Repository Path**: MemoryFast/pypass ## Basic Information - **Project Name**: pypass - **Description**: pypass 是一款简单易用的内网穿透映射程序,无需公网 ip 和路由端口映射,即可将本地端口映射到远程服务器,运行稳定,可完美替代花生壳 - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/pyddns - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2021-06-26 - **Last Updated**: 2021-06-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pyPass ## Overview * pyPass is a simple and powerful remote ports mapping tool. ## How to use 1. Make sure you have installed python3, python3-pip. If not, install them before next step. 2. Run command "git clone https://github.com/ideamark/pyPass" to download pyPass to your local server. 3. Write params to "config" file. 4. Copy the whole pyPass folder to the remote server. 5. Run local.py on local server and run remote.py on remote server. And then it works. U can access your local server ports by access your remote server ports. 6. If there is an error like: "No module named 'xxx'", run command: "sudo pip3 install xxx" to install the lost module. ## Execute when boot up * For Ubuntu, write this command in /etc/rc.local before "exit 0": * "nohup python3 pyPass/local.py &" ## Seek more * Author: Mark Young * Email: ideamark@qq.com * The basic code comes from https://github.com/aploium/shootback, the author is Aploium, thanks for the sharing.