mirror of
https://github.com/YunoHost-Apps/simplex_ynh.git
synced 2024-09-03 20:26:28 +02:00
fix
This commit is contained in:
parent
a1e54bc2fe
commit
4ae24be315
4 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@ Your SMP server address:
|
|||
|
||||
```
|
||||
smp://__FINGERPRINT__@__PUBLIC_IP4__:__PORT__
|
||||
xftp://__XFTP_FINGERPRINT__@__PUBLIC_IP4__:443
|
||||
xftp://__XFTP_FINGERPRINT__@__PUBLIC_IP4__:__PORT_XFTP__
|
||||
```
|
||||
|
||||
Mobile clients are available for [iOS](https://apps.apple.com/us/app/simplex-chat/id1605771084), [Android](https://play.google.com/store/apps/details?id=chat.simplex.app) and [f-droid](https://app.simplex.chat).
|
||||
|
|
|
@ -2,7 +2,7 @@ L'adresse de votre serveur SMP est :
|
|||
|
||||
```
|
||||
smp://__FINGERPRINT__@__PUBLIC_IP4__:__PORT__
|
||||
xftp://__XFTP_FINGERPRINT__@__PUBLIC_IP4__:443
|
||||
xftp://__XFTP_FINGERPRINT__@__PUBLIC_IP4__:__PORT_XFTP__
|
||||
```
|
||||
|
||||
Les clients mobiles sont disponibles pour [iOS](https://apps.apple.com/us/app/simplex-chat/id1605771084), [Android](https://play.google.com/store/apps/details?id=chat.simplex.app) et [f-droid](https://app.simplex.chat).
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Your SMP server address:
|
||||
|
||||
smp://__FINGERPRINT__@__PUBLIC_IP4__:__PORT__
|
||||
xftp://__XFTP_FINGERPRINT__@__PUBLIC_IP4__:443
|
||||
xftp://__XFTP_FINGERPRINT__@__PUBLIC_IP4__:__PORT_XFTP__
|
|
@ -1,4 +1,4 @@
|
|||
Adresse de votre serveur SMP :
|
||||
|
||||
smp://__FINGERPRINT__@__PUBLIC_IP4__:__PORT__
|
||||
xftp://__XFTP_FINGERPRINT__@__PUBLIC_IP4__:5224
|
||||
xftp://__XFTP_FINGERPRINT__@__PUBLIC_IP4__:__PORT_XFTP__
|
||||
|
|
Loading…
Add table
Reference in a new issue