85 lines
1.8 KiB
Markdown
85 lines
1.8 KiB
Markdown
# FakeLocation-Server
|
|
|
|
[中文](README_CN.md)
|
|
|
|
## Introduction
|
|
|
|
A fake api server for FakeLocation App
|
|
|
|
Unlock all apps limitation and you can use pro version permanently for free
|
|
|
|
## How to use?
|
|
|
|
I only test FakeLocation app with version **1.3.0.2**, so it is strongly recommended that you use the same version
|
|
|
|
You can download the corresponding version through following url:
|
|
|
|
[download link1](https://pan.baidu.com/s/1i_QEPgEiGHBAC4QDJvFavw?pwd=xeqf)
|
|
|
|
clone the project
|
|
|
|
```bash
|
|
git clone https://github.com/BobH233/FakeLocation-server.git
|
|
```
|
|
|
|
~~install the nodejs~~
|
|
|
|
run
|
|
|
|
```bash
|
|
npm install
|
|
```
|
|
|
|
to start the server:
|
|
|
|
```bash
|
|
node index.js
|
|
```
|
|
|
|
and you should setup the proxy so that FakeLocation app connect to your own server
|
|
|
|
then open the app, and login with any username and password
|
|
|
|
## Setup the proxy
|
|
|
|
you can choose any of the methods
|
|
|
|
### 1. Router (system: OpenWrt)
|
|
|
|
Go to `Network > DHCP/DNS > DNS hijacking`
|
|
|
|
And add following config:
|
|
|
|
```
|
|
fakelocation.api.lerist.cc -> your server ip
|
|
notice.api.lerist.cc -> your server ip
|
|
ads.api.lerist.cc -> your server ip
|
|
```
|
|
|
|
### 2. Virtual Hosts app
|
|
|
|
Download virtual hosts app here: [Release 2.1.0 · x-falcon/Virtual-Hosts (github.com)](https://github.com/x-falcon/Virtual-Hosts/releases/tag/2.1.0)
|
|
|
|
And edit your hosts.txt like this (suppose your server ip is 192.168.1.5)
|
|
|
|
```
|
|
192.168.1.5 fakelocation.api.lerist.cc
|
|
192.168.1.5 notice.api.lerist.cc
|
|
192.168.1.5 ads.api.lerist.cc
|
|
```
|
|
|
|
And connect virtual hosts, open the app and enjoy.
|
|
|
|
## Why I made this?
|
|
|
|
Firstly, I would like to greatly thank **lerist** for developing such an excellent app
|
|
|
|
You should have made enough money with this app, and I want to note that nowdays we love "Open Source"
|
|
|
|
I don't think your price setting is reasonable and it's time to embrace **Open Source Era**
|
|
|
|
## @lerist
|
|
|
|
If this project bothers you, please contact me without any hesitation
|
|
|