Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hosseinmirzapur/vpnmaker
Hiddify-Next JSON Config Generator for Linux
https://github.com/hosseinmirzapur/vpnmaker
Last synced: 13 days ago
JSON representation
Hiddify-Next JSON Config Generator for Linux
- Host: GitHub
- URL: https://github.com/hosseinmirzapur/vpnmaker
- Owner: hosseinmirzapur
- Created: 2024-06-08T00:28:02.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-11T14:56:48.000Z (7 months ago)
- Last Synced: 2024-06-12T15:56:08.398Z (7 months ago)
- Language: Go
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VPN Maker
## Quickstart
First make sure you have Go version 1.20 or higher installed on your system
```bash
# easily install it on ubuntu via snapcraft
# try running it with --classic flag if any error happened
sudo snap install go```
Then clone this repository and after navigating into the cloned folder, run below commands.
```bash
# clone this repository
git clone https://github.com/hosseinmirzapur/vpnmaker# cd into it
cd vpnmaker# make vpn.sh executable
chmod +x vpn.sh && ./vpn.sh# build and run the vpnmaker
go build -o bin/vpnmaker
./bin/vpnmaker# OR
# Build and run the project using one make command
make run```
> Note: choose first option by entering number **1**, if prompted (which you will be!).
After the commands being successfully done, you shall get your config in the created.json file on the path you ran the commands!
Also there's a qrcode.jpg file after running the commands, which gives you the QR code of the created config to be scanned by Hiddify Next App.
## Hiddify Config Usage
Be sure to check the [Latest Hiddify-Next App For Your Desired Platform](https://github.com/hiddify/hiddify-next/releases) and download the file, then easily copy/paste the config from previous level inside the app, and enjoy your experience :)