GoHttp 管理控制台
刷新
HTTP服务器
添加服务器
{{ scope.row.server ? scope.row.server.join(', ') : '-' }}
{{ scope.row.enable_ssl ? '启用' : '禁用' }}
{{ scope.row.paths ? scope.row.paths.length : 0 }}
编辑
重启
删除
TCP代理
添加代理
{{ isTcpRunning(scope.row.name) ? '运行中' : '已停止' }}
编辑
{{ isTcpRunning(scope.row.name) ? '停止' : '启动' }}
删除
{{ goroutines }}
Goroutines
路由配置
添加路由