-f, --fetch_config<Token>:<隧道ID 1>[,隧道ID 2[,隧道ID 3...]]从 Sakura Frp 服务器自动拉取配置文件 * 多节点启动需使用 frpc v0.42.0-sakura-6 及以上版本 -w, --write_config拉取配置文件成功后将配置文件写入./frpc.ini中 -n, --no_check_update启动时不检查更新 ...
Breadcrumbs frpc /config / config.yamlTop File metadata and controls Code Blame 77 lines (70 loc) · 1.77 KB Raw property: filename: fantasy.hpp namespace: fantasy TestType: type: enum value_type: i32 definitions: EnumOne: { default: 0, comment: "zero" } EnumTwo: { default: 1, co...
创建Secret kubectlcreate secret generic frpc-config--from-file=./frpc.ini 部署frpc 容器 apiVersion:apps/v1kind:Deploymentmetadata:name:frpclabels:app:frpcspec:replicas:1selector:matchLabels:app:frpctemplate:metadata:labels:app:frpcspec:containers:-name:frpcimage:dockerhub.azk8s.cn/snowdreamtech/frpc...
5. ./bin/frpc -f ./config/config.yaml -t ./template/cpp -o ./out // compile and run test 6. xmake build -v -y --file=./test_xmake.lua 7. xmake install -o . --file=./test_xmake.lua 8. ./bin/cpp23 ``` ## Type Mapping ``` {"bool", "bool"}, {"i8", "int8_t...
kubectl create secret generic frpc-config --from-file=./frpc.ini 1. 部署frpc 容器 apiVersion:apps/v1 kind:Deployment metadata: name:frpc labels: app:frpc spec: replicas:1 selector: matchLabels: app:frpc template: metadata: labels:
template: metadata: labels: app: frpc spec: containers: - name: frpc image: dockerhub.azk8s.cn/snowdreamtech/frpc volumeMounts: - name: config mountPath: "/etc/frp" readOnly: true volumes: - name: config secret: secretName: frpc-config ...
(start_push); frpc::ChannelConfig sub_config{}; sub_config.addr = addr; sub_config.socktype = zmq::socket_type::pull; sub_config.bind = false; auto receiver = fantasy::HelloWorldReceiver::create( sub_config, #ifdef __cpp_impl_coroutine std::make_shared<CoroHelloWorldReceiver>(), #...
t.template="cbi/tblsection" t.extedit=o.build_url("admin","services","frp","config","%s") function t.create(e,t) new=TypedSection.create(e,t) luci.http.redirect(e.extedit:format(new)) end function t.remove(e,t) e.map.proceed=true e.map:del(t) luci.http.redirect(o.build_ur...
Files main .github config docker include out src template test .clang-format .gitignore LICENSE README.md test_xmake.lua web.http xmake.luaBreadcrumbs frpc / web.http Latest commit fantasy-peak Add frpc DateTime type 8ca10e9· May 9, 2024 HistoryHistory File metadata and controls Code ...
13 changes: 0 additions & 13 deletions 13 src/views/config/index.vue Original file line numberDiff line numberDiff line change @@ -950,19 +950,6 @@ onUnmounted(() => { </template> .h2 { color: #5a3daa; font-size: 16px; font-family: "Helvetica Neue", Helvetica, "PingFang ...