diff options
author | pacien | 2023-07-29 23:03:12 +0200 |
---|---|---|
committer | pacien | 2023-07-30 03:53:20 +0200 |
commit | dfb26a0d2c95d56f69f5e1e0c255d9d5d6788120 (patch) | |
tree | 5db0f2b80090592c0a8cb30851369f088e65feb7 /app/proguard-rules.pro | |
parent | 218709850d9db0ad1cddadc115546c446e9461cd (diff) | |
download | tincapp-dfb26a0d2c95d56f69f5e1e0c255d9d5d6788120.tar.gz |
storage: remove embedded FTP server
Moving back the configuration files and logs to the user-accessible
storage. Everything should be accessible through a file manager using
the "USB storage" mode. The embedded FTP server is no longer
necessary.
Diffstat (limited to 'app/proguard-rules.pro')
-rw-r--r-- | app/proguard-rules.pro | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index ffbb3e3..2bb4a71 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro | |||
@@ -1,5 +1,5 @@ | |||
1 | # Tinc App, an Android binding and user interface for the tinc mesh VPN daemon | 1 | # Tinc App, an Android binding and user interface for the tinc mesh VPN daemon |
2 | # Copyright (C) 2017-2020 Pacien TRAN-GIRARD | 2 | # Copyright (C) 2017-2023 Pacien TRAN-GIRARD |
3 | # | 3 | # |
4 | # This program is free software: you can redistribute it and/or modify | 4 | # This program is free software: you can redistribute it and/or modify |
5 | # it under the terms of the GNU General Public License as published by | 5 | # it under the terms of the GNU General Public License as published by |
@@ -15,8 +15,6 @@ | |||
15 | # along with this program. If not, see <https://www.gnu.org/licenses/>. | 15 | # along with this program. If not, see <https://www.gnu.org/licenses/>. |
16 | 16 | ||
17 | -keep class org.apache.commons.** { *; } | 17 | -keep class org.apache.commons.** { *; } |
18 | -keep class org.apache.mina.** { *; } | ||
19 | -keep class org.apache.ftpserver.** { *; } | ||
20 | -keep class org.bouncycastle.** | 18 | -keep class org.bouncycastle.** |
21 | -keep class ch.qos.** { *; } | 19 | -keep class ch.qos.** { *; } |
22 | -keep class org.slf4j.** { *; } | 20 | -keep class org.slf4j.** { *; } |