Breadcrumbs headscale / README.mdTop File metadata and controls Preview Code Blame 1204 lines (1150 loc) · 66.8 KB Raw An open source, self-hosted implementation of the Tailscale control server. Join our Discord server for a chat. Note: Always select the same GitHub tag as the released ...
.github cmd docs images logo packaging proposals acls.md android-client.md dns-records.md exit-node.md faq.md glossary.md iOS-client.md index.md oidc.md remote-cli.md requirements.txt reverse-proxy.md running-headscale-container.md running-headscale-linux-manual.md running-headscale-linux.md...
For TinyLLaMA pretraining data: follow https://github.com/jzhang38/TinyLlama/blob/main/PRETRAIN.md#data-preparation Head Scale To fine-tune the model using head scale proposed in the paper, run the following script ./script/run_hs.sh Evaluating perplexity First prepare PG19 and proof_pile ...
package hscontrol import ( "net/http" "strconv" "github.com/gorilla/mux" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promauto" ) const prometheusNamespace = "headscale" var ( mapResponseSent = promauto.NewCounterVec(prometheus.CounterOpts{ ...
主要存储Headscale和Derp服务器一键搭建脚本. Contribute to slobys/headscale development by creating an account on GitHub.
# See https://github.com/juanfont/headscale/blob/main/docs/dns-records.md#Limitations # extra_records: # - name: "grafana.myvpn.example.com" # type: "A" # value: "100.64.0.3" # # # you can also put it in one line # - { name: "prometheus.myvpn.example.com", type: "A", ...
.github/workflows .gitignore Dockerfile Makefile readme.md For fast deployment of derp servers easy to deploy Preparatory domain DNS record (A、AAAA or CNAME) e.g example.com certificate docker Before you start you need to generate a certificate, which can be used certbot: ...
// see https://github.com/tailscale/tailscale/issues/3800 for more information. "Hosts": { "postgresql.internal": "10.20.0.2/32", "webservers.internal": "10.20.10.1/29" }, "acls": [ // boss have access to all servers { "action": "accept", "src": ["group:boss"], "dst": [...
This branch is 5 commits ahead of iFargle/headscale-webui:main.Folders and files Latest commit wenco Update renderer.py a12e6c0· Aug 21, 2024 History1,098 Commits .github/workflows Reverting to 0.6.1 May 2, 2023 screenshots Final update for 0.6.0 Mar 30, 2023 static forgot push custom...
BREAKING Authentication flow has been rewritten #2374This change should be transparent to users with the exception of some buxfixes that has been discovered and was fixed as part of the rewrite. When a node is registered witha new user, it will be registered as a new ...