Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note about no servers being configured by default #47

Merged
merged 1 commit into from
Jul 9, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/features/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ OwnTracks and its associated utilities have been designed foremost with data pri
* Credentials you configure (i.e. _username_ and _password_) are thus protected from snooping, at least until they get to your broker. The same applies to location data our app transmits.
* The apps support using [TLS client certificates](tlscert.md) for authentication to the MQTT broker.
* The apps support [payload encryption](encrypt.md) for privacy.

* The apps do not send location data to any server until that server has been configured by the user (i.e., there is no preconfigured demo server).