diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2022-04-12 14:49:35 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2022-04-12 14:49:35 +0200 |
| commit | 3e4e429fa668b0e95a670d513dfeebddcbb2f7dc (patch) | |
| tree | 9446e341f0ae1e967525fe5857b6adf76afb4040 | |
| parent | 7363c6d391d587a5e599a541805e8a97f3170b60 (diff) | |
| parent | dafb45bea348b45d892d46707a56b46fb32ea8df (diff) | |
| download | mullvadvpn-3e4e429fa668b0e95a670d513dfeebddcbb2f7dc.tar.xz mullvadvpn-3e4e429fa668b0e95a670d513dfeebddcbb2f7dc.zip | |
Merge branch 'add-onion-service-to-readme'
| -rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,6 +1,12 @@ # Mullvad VPN desktop and mobile app -Welcome to the Mullvad VPN client app. This repository contains all the source code for the +Welcome to the Mullvad VPN client app source code repository. +This is the VPN client software for the Mullvad VPN service. +For more information about the service, please visit our website, +[mullvad.net](https://mullvad.net) (Also accessible via Tor on our +[onion service](http://o54hon2e2vj6c7m3aqqu6uyece65by3vgoxxhlqlsvkmacw6a7m7kiad.onion/)). + +This repository contains all the source code for the desktop and mobile versions of the app. For desktop this includes the system service/daemon ([`mullvad-daemon`](mullvad-daemon/)), a graphical user interface ([GUI](gui/)) and a command line interface ([CLI](mullvad-cli/)). The Android app uses the same backing |
