{"id":213,"date":"2022-11-12T03:01:47","date_gmt":"2022-11-12T03:01:47","guid":{"rendered":"https:\/\/mathnodes.com\/?p=213"},"modified":"2022-11-12T03:01:47","modified_gmt":"2022-11-12T03:01:47","slug":"an-open-internet-for-iran-part-2","status":"publish","type":"post","link":"https:\/\/mathnodes.com\/index.php\/2022\/11\/12\/an-open-internet-for-iran-part-2\/","title":{"rendered":"AN OPEN INTERNET FOR IRAN, PART 2"},"content":{"rendered":"\n<p>In our continued efforts to create an accessible internet for citizens in Iran (and other countries), we would like to provide details on how to use our <a href=\"https:\/\/v2ray.com\" target=\"_blank\" rel=\"noopener\">v2ray<\/a> servers in <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-foreground-color\"><a href=\"https:\/\/telegram.org\" target=\"_blank\" rel=\"noopener\">Telegram<\/a><\/mark> and on <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-foreground-color\">Android.<\/mark> The more functionality we provide these users, the more censorship can be resisted. <\/p>\n\n\n\n<p>Please follow the steps in the previous post about how to get started using <a href=\"https:\/\/v2ray.com\" target=\"_blank\" rel=\"noopener\">v2ray<\/a> as the same method applies within this post. Soon we will be able to provide a client which allows users to pay for our services to access an open internet. We are working on integrating <a href=\"https:\/\/v2ray.com\" target=\"_blank\" rel=\"noopener\">v2ray<\/a> in our <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-text-link-color\">Meile<\/mark> suite and hope to have something ready by the end of the year. Check back to <a href=\"https:\/\/mathnodes.com\">MathNodes<\/a> for future updates and progress reports. <\/p>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Telegram<\/h3>\n\n\n\n<p>Once you have set up your <a href=\"https:\/\/v2ray.com\" target=\"_blank\" rel=\"noopener\">v2ray<\/a> client in your terminal or command prompt, getting it work with <a href=\"https:\/\/telegram.org\" target=\"_blank\" rel=\"noopener\">Telegram<\/a> is as straightforward as configuring your browser as shown in the previous post. <\/p>\n\n\n\n<p>First open <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-foreground-color\">Settings<\/mark> and navigate to<mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-foreground-color\"> Advanced<\/mark> and click on <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-foreground-color\">Connection Type<\/mark><\/p>\n\n\n\n<p><img fetchpriority=\"high\" decoding=\"async\" width=\"400\" height=\"311\" class=\"wp-image-216\" style=\"width: 400px;\" src=\"https:\/\/mathnodes.com\/wp-content\/uploads\/2022\/11\/telegram1.jpg\" alt=\"\">       <img decoding=\"async\" width=\"300\" height=\"440\" class=\"wp-image-215\" style=\"width: 300px;\" src=\"https:\/\/mathnodes.com\/wp-content\/uploads\/2022\/11\/telegram2.jpg\" alt=\"\"><\/p>\n\n\n\n<p>Click on <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-foreground-color\">Custom Proxy<\/mark> and enter in the proxy details just as you did the browser<\/p>\n\n\n\n<p><img decoding=\"async\" width=\"300\" height=\"377\" class=\"wp-image-217\" style=\"width: 300px;\" src=\"https:\/\/mathnodes.com\/wp-content\/uploads\/2022\/11\/telegram3.jpg\" alt=\"\">       <img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"364\" class=\"wp-image-218\" style=\"width: 300px;\" src=\"https:\/\/mathnodes.com\/wp-content\/uploads\/2022\/11\/telegram3.5.jpg\" alt=\"\"><\/p>\n\n\n\n<p>If all went successful <a href=\"https:\/\/telegram.org\" target=\"_blank\" rel=\"noopener\">Telegram<\/a> will let you know you are connected to the proxy<\/p>\n\n\n\n<p><img loading=\"lazy\" decoding=\"async\" width=\"450\" height=\"601\" class=\"wp-image-219\" style=\"width: 450px;\" src=\"https:\/\/mathnodes.com\/wp-content\/uploads\/2022\/11\/telegram4.jpg\" alt=\"\"><\/p>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Android<\/h3>\n\n\n\n<p>Download Termux: <a href=\"https:\/\/github.com\/termux\/termux-app\/releases\/download\/v0.118.0\/termux-app_v0.118.0+github-debug_arm64-v8a.apk\" target=\"_blank\" rel=\"noopener\">https:\/\/github.com\/termux\/termux-app\/releases\/download\/v0.118.0\/termux-app_v0.118.0+github-debug_arm64-v8a.apk<\/a><\/p>\n\n\n\n<p>Enable Storage Permission for termux:<\/p>\n\n\n\n<p><img loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"866\" class=\"wp-image-223\" style=\"width: 400px;\" src=\"https:\/\/mathnodes.com\/wp-content\/uploads\/2022\/11\/termux_storage_permissions.jpg\" alt=\"\"><\/p>\n\n\n\n<p>Open termux and run the following:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>pkg install wget openssl <\/code><\/pre>\n\n\n\n<p>Press enter when prompted <\/p>\n\n\n\n<p>Get and install <a href=\"https:\/\/v2ray.com\" target=\"_blank\" rel=\"noopener\">v2ray<\/a>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>mkdir v2ray &amp;&amp; cd v2ray &amp;&amp; wget https:\/\/github.com\/v2ray\/v2ray-core\/releases\/download\/v4.28.2\/v2ray-linux-arm64-v8a.zip &amp;&amp; unzip v2ray-linux-arm64-v8a.zip<\/code><\/pre>\n\n\n\n<p>Get the <a href=\"https:\/\/v2ray.com\" target=\"_blank\" rel=\"noopener\">v2ray<\/a> config<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>wget https:\/\/raw.githubusercontent.com\/MathNodes\/v2ray_configs\/main\/client_ukraine.json<\/code><\/pre>\n\n\n\n<p>Edit <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-foreground-color\">client_ukraine.json<\/mark> with your parameters:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>nano client_ukraine.json<\/code><\/pre>\n\n\n\n<p>And edit these lines with your setup<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">\"listen\": \"192.168.1.24\", \/\/ Edit with your computer's IP address\n\"address\": \"45.153.229.92\", \/\/ Address of your V2Ray server. May be IP or domain address.<\/pre>\n\n\n\n<p>The <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-foreground-color\">listen<\/mark> section can be found by running<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ifconfig<\/code><\/pre>\n\n\n\n<p><img loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"866\" class=\"wp-image-224\" style=\"width: 400px;\" src=\"https:\/\/mathnodes.com\/wp-content\/uploads\/2022\/11\/listen_address.jpg\" alt=\"\"><\/p>\n\n\n\n<p>Set the <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-foreground-color\">address<\/mark> to one of the following:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>45.142.215.110\n62.3.12.142 \n45.153.229.92<\/code><\/pre>\n\n\n\n<p>Then run <a href=\"https:\/\/v2ray.com\" target=\"_blank\" rel=\"noopener\">v2ray<\/a>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>.\/v2ray --config=client_ukraine.json<\/code><\/pre>\n\n\n\n<p>Finally, to ensure this runs in the background as long as your phone is charged, set the <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-foreground-color\">&#8220;Acquire Wakelock&#8221;<\/mark> for termux:<\/p>\n\n\n\n<p><img loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"866\" class=\"wp-image-225\" style=\"width: 400px;\" src=\"https:\/\/mathnodes.com\/wp-content\/uploads\/2022\/11\/termux_acquire_wakelock.jpg\" alt=\"\"><\/p>\n\n\n\n<p>Set your proxy settings in your browser or <a href=\"https:\/\/telegram.org\" target=\"_blank\" rel=\"noopener\">Telegram<\/a> to that of the <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-foreground-color\">client.json <\/mark>file as shown below (Telegram):<\/p>\n\n\n\n<p><img loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"866\" class=\"wp-image-226\" style=\"width: 400px;\" src=\"https:\/\/mathnodes.com\/wp-content\/uploads\/2022\/11\/telegram_proxy.jpg\" alt=\"\"><\/p>\n\n\n\n<p>We wish the citizens of Iran all the best. Please feel free to join us in our Telegram Channel (<a href=\"https:\/\/t.me\/MathNodes\">https:\/\/t.me\/MathNodes<\/a>) or our Discord Channel (<a href=\"https:\/\/discord.gg\/HQrHXZJHQq\" target=\"_blank\" rel=\"noopener\">https:\/\/discord.gg\/HQrHXZJHQq<\/a>) and chat with us on how we can help you or improve our services. <\/p>\n\n\n\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-text-link-color\">Meile<\/mark> is our dVPN client for Linux &amp; OS X and we will be rolling out releases through the rest of the year. We expect to have <a href=\"https:\/\/v2ray.com\" target=\"_blank\" rel=\"noopener\">v2ray<\/a> integration before the turn of the new year which will be a paid service (don&#8217;t worry, we are inexpensive), and will be hosted on the Sentinel blockchain. Look for us in our Telegram or our Discord servers and come chat with us. We would love to hear what you have to say!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In our continued efforts to liberate citizens of oppressed regimes, we are providing a second update to the free internet in Iran series in hopes of spreading an open internet to the citizens of the country. <\/p>\n","protected":false},"author":1,"featured_media":220,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[23,11,24],"tags":[5,20,9,19,28,8,27,18,26,17],"class_list":["post-213","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-censorship","category-decentralization","category-guide","tag-decentralization","tag-documentation","tag-dvpn","tag-howto","tag-iran","tag-mathnodes","tag-meile","tag-privacy","tag-v2ray","tag-vpn"],"_links":{"self":[{"href":"https:\/\/mathnodes.com\/index.php\/wp-json\/wp\/v2\/posts\/213","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mathnodes.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mathnodes.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mathnodes.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mathnodes.com\/index.php\/wp-json\/wp\/v2\/comments?post=213"}],"version-history":[{"count":3,"href":"https:\/\/mathnodes.com\/index.php\/wp-json\/wp\/v2\/posts\/213\/revisions"}],"predecessor-version":[{"id":227,"href":"https:\/\/mathnodes.com\/index.php\/wp-json\/wp\/v2\/posts\/213\/revisions\/227"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mathnodes.com\/index.php\/wp-json\/wp\/v2\/media\/220"}],"wp:attachment":[{"href":"https:\/\/mathnodes.com\/index.php\/wp-json\/wp\/v2\/media?parent=213"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mathnodes.com\/index.php\/wp-json\/wp\/v2\/categories?post=213"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mathnodes.com\/index.php\/wp-json\/wp\/v2\/tags?post=213"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}