# tikrok **Repository Path**: Talbot3/tikrok ## Basic Information - **Project Name**: tikrok - **Description**: 基于 ngrok v1.7 进行开发的版本,目前仅对 go 1.23后的模块化进行优化重写,并且可用。 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-16 - **Last Updated**: 2025-08-28 ## Categories & Tags **Categories**: api-gateway **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+