africa1207 / FakeLocation-server

A free and open source api server for app "Fake Location @ 1.3.0.2"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FakeLocation-Server

中文

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

clone the project

git clone https://github.com/BobH233/FakeLocation-server.git

install the nodejs

run

npm install

to start the server:

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)

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

About

A free and open source api server for app "Fake Location @ 1.3.0.2"


Languages

Language:JavaScript 100.0%