You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<b>The sovereign cloud that puts you in control</b>
44
+
<br>
45
+
<sub>An open source, self-hosted alternative to public clouds, built for data ownership and privacy</sub>
29
46
</a>
30
47
</p>
31
48
<!--gold sponsors end-->
@@ -612,6 +629,21 @@ When specifying `auth.method = "token"` in `frpc.toml` and `frps.toml` - token b
612
629
613
630
Make sure to specify the same `auth.token` in `frps.toml` and `frpc.toml` for frpc to pass frps validation
614
631
632
+
##### Token Source
633
+
634
+
frp supports reading authentication tokens from external sources using the `tokenSource` configuration. Currently, file-based token source is supported.
The token will be read from the specified file at startup. This is useful for scenarios where tokens are managed by external systems or need to be kept separate from configuration files for security reasons.
646
+
615
647
#### OIDC Authentication
616
648
617
649
When specifying `auth.method = "oidc"` in `frpc.toml` and `frps.toml` - OIDC based authentication will be used.
* Support for YAML merge functionality (anchors and references with dot-prefixed fields) in strict configuration mode without requiring `--strict-config=false` parameter.
4
-
* Support for proxy protocol in UDP proxies to preserve real client IP addresses.
3
+
* Support tokenSource for loading authentication tokens from files.
4
+
5
+
## Fixes
6
+
7
+
* Fix SSH tunnel gateway incorrectly binding to proxyBindAddr instead of bindAddr, which caused external connections to fail when proxyBindAddr was set to 127.0.0.1.
0 commit comments