Manage and access your services directly from any device
Create your first service to get started
/record?name={服务名}&ipaddr={地址}&desc={描述}
通过URL参数直接添加服务。例如:/record?name=minifile&ipaddr=58.20.119.98:25783&desc=maxnas
{worker-url}/{service-name}
通过路径直接访问服务,无需DNS配置。例如:http://127.0.0.1:3000/minifile
http://{prefix}.cswklt.top:{port}
通过自定义域名访问服务,需要DNS配置。例如:http://maxnas.cswklt.top:43319
http://{ip}:{port}
直接通过IP地址访问,仅限本地网络。例如:http://58.20.119.98:25783
{worker-url}/uuid/{service-uuid}
通过唯一标识符访问服务,链接固定不变。例如:http://127.0.0.1:3000/uuid/83b0bbd7-a78d-4b69-aec0-0f4af3301454
{worker-url}/proxy/{service-name}/path
透明代理模式,保持路径结构。例如:http://127.0.0.1:3000/proxy/minifile/admin