# ngrok **Repository Path**: Talbot3/ngrok ## Basic Information - **Project Name**: ngrok - **Description**: v1 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-14 - **Last Updated**: 2025-08-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tikrok > based on ngrok - Unified Ingress for Developers ## 编译 ```bash make tikrok make tikrokd make all ``` ## 运行 ```bash ./bin/tikrokd -domain tikrok.me #-domain http://julialang.tech/ -httpAddr 127.0.0.1:380 ./bin/tikrok -config=./debug.yml -log=tikrok.log start test # 测试 tcp代理 ./bin/tikrok -config=./debug.yml -log=tikrok.log start test2 ``` ## Cert ```bash ``` ## ChangeLog [x] Supported golang 1.23+