mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
HTTP proxy redirects to 0.0.0.0:7070/?page=jumpservices
This commit is contained in:
parent
6b3bd755b0
commit
9f41151156
3 changed files with 9 additions and 13 deletions
|
@ -18,10 +18,10 @@ DEFINES += USE_UPNP
|
|||
# git clone https://github.com/PurpleI2P/MiniUPnP-for-Android-Prebuilt.git
|
||||
# git clone https://github.com/PurpleI2P/android-ifaddrs.git
|
||||
# change to your own
|
||||
BOOST_PATH = /mnt/media/android/Boost-for-Android-Prebuilt
|
||||
OPENSSL_PATH = /mnt/media/android/OpenSSL-for-Android-Prebuilt
|
||||
MINIUPNP_PATH = /mnt/media/android/MiniUPnP-for-Android-Prebuilt
|
||||
IFADDRS_PATH = /mnt/media/android/android-ifaddrs
|
||||
BOOST_PATH = /home/rebby/andp/Boost-for-Android-Prebuilt
|
||||
OPENSSL_PATH = /home/rebby/andp/OpenSSL-for-Android-Prebuilt
|
||||
MINIUPNP_PATH = /home/rebby/andp/MiniUPnP-for-Android-Prebuilt
|
||||
IFADDRS_PATH = /home/rebby/andp/android-ifaddrs
|
||||
|
||||
# Steps in Android SDK manager:
|
||||
# 1) Check Extras/Google Support Library https://developer.android.com/topic/libraries/support-library/setup.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue