Skip to content

Commit

Permalink
This is actually the latest geoip used by the tor project,
Browse files Browse the repository at this point in the history
previously the script in orbot just pulled from tor-android...

commit ad22b60ff18e50e60ff96f5f96cc87957a46e7f5
Author: Tor CI Release <[email protected]>
Date:   Fri Dec 8 18:28:23 2023 +0000

    Update geoip files to match ipfire location db, 2023/12/08.
  • Loading branch information
bitmold committed Dec 18, 2023
1 parent 6337dee commit 6712013
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions libs/build-geoip-jar.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# assumes tor-android is in a directory next to orbot
# assumes tor is in a directory next to orbot
# make sure tor-android is up to date, particularly external/tor...
rm geoip.jar
mkdir assets
cp -a ../../tor-android/external/tor/src/config/geoip assets/
cp -a ../../tor-android/external/tor/src/config/geoip6 assets/
cp -a ../../tor/src/config/geoip assets/
cp -a ../../tor/src/config/geoip6 assets/
zip -o geoip.jar assets/geoip assets/geoip6
rm -rf assets
Binary file modified libs/geoip.jar
Binary file not shown.

0 comments on commit 6712013

Please sign in to comment.