diff --git a/.well-known/webfinger.json b/.well-known/webfinger.json new file mode 100644 index 0000000..13ff86f --- /dev/null +++ b/.well-known/webfinger.json @@ -0,0 +1,9 @@ +{ + "subject": "acct:tailscale@iraven.net", + "links": [ + { + "rel": "http://openid.net/specs/connect/1.0/issuer", + "href": "https://sso.iraven.net/application/o/tailscale/.well-known/openid-configuration" + } + ] +}