tclip/

A private pastebin for your tailnet

serveconfig.json

Erisa A

Created at 2025-02-06 20:22

{
  "Services": {
    "svc:testsrv": {
      "TCP": {
        "443": {
          "HTTPS": true
        }
      },
      "Web": {
        "testsrv.erisa.ts.net:443": {
          "Handlers": {
            "/": {
              "Path": "/home/erisa/testsite"
            }
          }
        }
      }
    },
    "svc:backcam": {
      "TCP": {
        "443": {
          "HTTPS": true
        }
      },
      "Web": {
        "backcam.erisa.ts.net:443": {
          "Handlers": {
            "/": {
              "Proxy": "https+insecure://192.168.1.229"
            }
          }
        }
      }
    },
    "svc:frontcam": {
      "TCP": {
        "443": {
          "HTTPS": true
        }
      },
      "Web": {
        "frontcam.erisa.ts.net:443": {
          "Handlers": {
            "/": {
              "Proxy": "https+insecure://192.168.1.121"
            }
          }
        }
      }
    }
  }
}

Permalink - Download - Raw