install v2ray via snap
sudo snap install v2ray
go to the installed directory of v2ray:
cd /var/lib/snapd/void/
create a config file ``bash touch config.json
## 4th
open the empty config file with nano
``bash
nano config.json
paste or write your configurations into the nano page opened for you and save is with ctrl + s and then exit with ctrl + x
go to settings and set your proxy before starting v2ray. make sure to set it up for both http and https
disconnect and reconnect to your network once
run v2ray with the following command ``bash v2ray run
# There you go. Enjoy 😍