http://k3oxb4lrs7l3vt2lhy3w5ilrrqzeltdxjyne3t7sctmnyu3ypwpuszid.onion/mekya.html
Modify systemd service file Create an override for the systemd service file for V2ray: cd /etc/systemd/system/v2ray.service.d cp 10-donot_touch_single_conf.conf 20-jsonv5.conf vi 20-jsonv5.conf Add -format jsonv5 to the run command: ExecStart=/usr/local/bin/v2ray run -config /usr/local/etc/v2ray/config.json -format jsonv5 Save the file.