8000 GitHub - jiz4oh/derper
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jiz4oh/derper

Repository files navigation

ip derper

Run

git clone https://github.com/jiz4oh/derper.git
cd derper
docker compose up -d

Configure

add

{
    "Name": "custom",
    "RegionID": 900,
    "HostName": "YOU_OWN_HOST,CAN BE AN IP",
    "CertName": "sha256-raw:YOU_OWN_CERT_KEY", // the `YOU_OWN_CERT_KEY` can be checked in docker logs by `docker logs -f derper`
    "InsecureForTests": true // no longer needed after all clients are upgraded to 1.82
}

in https://login.tailscale.com/admin/acls/file

Credits

https://github.com/yangchuansheng/ip_derper

0