Linux command
pangolin 命令
网络
复制后可按需替换文件名、目录或参数。
常用示例
Connect to a Pangolin server with ID and secret
pangolin --id [client_id] --secret [client_secret] --endpoint [https://pangolin.example.com]
Connect with debug logging
pangolin --id [client_id] --secret [client_secret] --endpoint [https://pangolin.example.com] --log-level DEBUG
Display help
pangolin --help
说明
Pangolin is a self-hosted tunneled reverse proxy server with built-in identity and access management. It uses WireGuard tunnels via its companion client Newt to securely expose private resources without complex network configurations. Pangolin serves as an alternative to Cloudflare Tunnels and Ngrok.
参数
- --id _ID_
- Client identifier for authentication.
- --secret _SECRET_
- Client secret for authentication.
- --endpoint _URL_
- Pangolin server endpoint URL.
- --log-level _LEVEL_
- Set logging level (e.g., DEBUG).
- --help
- Display help information.
FAQ
What is the pangolin command used for?
Pangolin is a self-hosted tunneled reverse proxy server with built-in identity and access management. It uses WireGuard tunnels via its companion client Newt to securely expose private resources without complex network configurations. Pangolin serves as an alternative to Cloudflare Tunnels and Ngrok.
How do I run a basic pangolin example?
Run `pangolin --id [client_id] --secret [client_secret] --endpoint [https://pangolin.example.com]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --id _ID_ do in pangolin?
Client identifier for authentication.