Skip to content

Instantly share code, notes, and snippets.

View Incognito-Coder's full-sized avatar
🖥️
Working from home

Alireza Ahmand Incognito-Coder

🖥️
Working from home
View GitHub Profile
@Incognito-Coder
Incognito-Coder / readme.md
Last active March 7, 2023 07:03
How to use v2rayNG or NapsternetV

انتخاب سیستم عامل

آی او ای | iOS
اندروید | Android

v2rayNG

ابتدا برنامه v2rayNG رو درصورت دسترسی به گوگل پلی و یا گیت هاب دانلود و نصب کنید.
البته میتوان از طریق سایت من هم بصورت مستقیم دانلود کنید کلیک کنید
1.وارد برنامه بشید و اگر دسترسی خواست همه را allow کنید
2.کد uri که در اختیار دارید را کامل کپی کنید،مانند زیر:

image \

@Incognito-Coder
Incognito-Coder / Configur.php
Last active March 29, 2022 19:45
a PHP script that helps you convert SurfShark OpenVPN hosts to ip or merge credentials to ovpn
<?php
function Builder($mode = 'h2i', $user = null, $pass = null)
{
$file = 'Surfshark_Config.zip';
if (!is_file('Surfshark_Config.zip')) {
copy('https://my.surfshark.com/vpn/api/v1/server/configurations', $file);
}
$path = pathinfo(realpath($file), PATHINFO_DIRNAME);
$zip = new ZipArchive;