Skip to content

Commit

Permalink
fix(control-server): clarify default behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Oct 2, 2024
1 parent 5c4b2c1 commit 535211d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/advanced/control-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ We assume every request described in the following is run on `http://<your-docke

- Authentication configuration file specified: any server route not defined in the configuration will not be accessible.
- No authentication configuration file specified:
- **new routes** and **existing and undocumented routes** must be defined in the authentication configuration to be accessible.
- **existing and documented** (i.e. `GET /v1/openvpn/portforwarded`) are publicly accessibly **UNTIL after the v3.40.0 release ⚠️**
- **new**, **existing+undocumented** and **existing+documented+sensitive** routes must be defined in the authentication configuration to be accessible.
- **existing, documented and non-sensitive** routes (i.e. `GET /v1/openvpn/portforwarded`) are publicly accessibly **UNTIL after the v3.40.0 release ⚠️**

### Security over the Internet

Expand Down

0 comments on commit 535211d

Please sign in to comment.