<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>proxy &#8211; Virtually Fun</title>
	<atom:link href="https://virtuallyfun.com/category/proxy/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Tue, 19 Nov 2024 13:02:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>FrogFind in trouble!</title>
		<link>https://virtuallyfun.com/2024/11/19/frogfind-in-trouble/</link>
					<comments>https://virtuallyfun.com/2024/11/19/frogfind-in-trouble/#respond</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Tue, 19 Nov 2024 13:02:22 +0000</pubDate>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[proxy]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=15015</guid>

					<description><![CDATA[I saw this post from Action Retro over on twitter, and it just reminds me why we can&#8217;t have nice things on the internet. Some jerk is always going to destroy stuff, simply because it takes effort to create, while &#8230; <a href="https://virtuallyfun.com/2024/11/19/frogfind-in-trouble/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">I saw this post from <a href="https://x.com/ActionRetro1" target="_blank" rel="noreferrer noopener">Action Retro</a> over on twitter, and it just reminds me why we can&#8217;t have nice things on the internet.  Some jerk is always going to destroy stuff, simply because it takes effort to create, while tearing down things only shows impotent rate.</p>



<figure class="wp-block-image size-full"><a href="https://x.com/ActionRetro1/status/1858338285380149566" target="_blank" rel=" noreferrer noopener"><img fetchpriority="high" decoding="async" width="677" height="610" src="https://virtuallyfun.com/wp-content/uploads/2024/11/frogfind-twit.png" alt="" class="wp-image-15016" srcset="https://virtuallyfun.com/wp-content/uploads/2024/11/frogfind-twit.png 677w, https://virtuallyfun.com/wp-content/uploads/2024/11/frogfind-twit-300x270.png 300w, https://virtuallyfun.com/wp-content/uploads/2024/11/frogfind-twit-333x300.png 333w" sizes="(max-width: 677px) 100vw, 677px" /></a><figcaption class="wp-element-caption">FrogFind in trouble!</figcaption></figure>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">FROGFIND UPDATE: Someone has been hammering the site with a scraper using rotating proxies that I can&#8217;t block. It&#8217;s pegging my server CPU at 100%. This has caused a service interruption. Working on solutions :'(</p>
</blockquote>



<p class="wp-block-paragraph">So annoying!</p>



<p class="wp-block-paragraph">However, the source to Frog Find is available on <a href="https://github.com/ActionRetro/FrogFind" target="_blank" rel="noreferrer noopener">github</a>, so why not self-host a copy?</p>



<p class="wp-block-paragraph">Since I&#8217;m using WordPress (not even touching that crazy WP drama!) I&#8217;ve already got a Linux machine running PHP/Apache (good olde LAMP!) so I thought this would be simple as, make a new virtual server, git clone the repo, and add a new entry to the olde DNS &amp; Haproxy servers, and I&#8217;d be ready to go live!</p>



<pre class="wp-block-code"><code>&#91;Tue Nov 19 11:35:50.601570 2024] &#91;php:warn] &#91;pid 25997:tid 25997] &#91;client 127.0.0.1:49854] PHP Warning:  require_once(vendor/autoload.php): Failed to open stream: No such file or directory in /srv/www/FrogFind/index.php on line 2</code></pre>



<p class="wp-block-paragraph">Well, that was disappointing.</p>



<p class="wp-block-paragraph">Looking at the repo there is this <a href="https://github.com/ActionRetro/FrogFind/blob/main/composer.json" target="_blank" rel="noreferrer noopener">composer.json</a>, so obviously it&#8217;s got something to do with that.</p>



<p class="wp-block-paragraph">Looking around there is an incredible amount of information for installing &amp; using it in your projects, but I don&#8217;t know why I struggled to find out how to actually use/deploy it.  But it&#8217;s super simple, and of course it just needs you to curl &amp; run stuff, which of course will never be used as a vector to spread malware. Never.</p>



<p class="wp-block-paragraph">Installing composer into the local directory is simple as:</p>



<pre class="wp-block-code"><code>sudo curl -sS https://getcomposer.org/installer | php</code></pre>



<p class="wp-block-paragraph">And next, just run it with the following flags:</p>



<pre class="wp-block-code"><code>./composer.phar update --no-dev</code></pre>



<p class="wp-block-paragraph">And that&#8217;s it!  It&#8217;ll get everything needed, and now hitting the site:</p>



<figure class="wp-block-image size-large"><a href="https://frogfind.superglobalmegacorp.com/" target="_blank" rel=" noreferrer noopener"><img decoding="async" width="1024" height="497" src="https://virtuallyfun.com/wp-content/uploads/2024/11/frogfind-on-vf-1024x497.png" alt="" class="wp-image-15017" srcset="https://virtuallyfun.com/wp-content/uploads/2024/11/frogfind-on-vf-1024x497.png 1024w, https://virtuallyfun.com/wp-content/uploads/2024/11/frogfind-on-vf-300x146.png 300w, https://virtuallyfun.com/wp-content/uploads/2024/11/frogfind-on-vf-768x373.png 768w, https://virtuallyfun.com/wp-content/uploads/2024/11/frogfind-on-vf-500x243.png 500w, https://virtuallyfun.com/wp-content/uploads/2024/11/frogfind-on-vf.png 1178w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>



<p class="wp-block-paragraph">Just like that!</p>



<p class="wp-block-paragraph">Since mine sits behind Cloudflare it locks out old browsers.  I wonder about modifying some proxy to use 2 SSL&#8217;s to support ancient SSL, and &#8216;modern&#8217; to proxy stuff, although it sure wouldn&#8217;t load new pages, but it could gate to services like a Frog Find on a service like Cloud Flare and modern crypto.</p>



<p class="wp-block-paragraph">I&#8217;d encourage people to run locally hosted on their own LANs a copy of FrogFind.  At least that way you won&#8217;t be interrupted by jerks.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2024/11/19/frogfind-in-trouble/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Getting Graylog onto the internet</title>
		<link>https://virtuallyfun.com/2024/02/15/getting-graylog-onto-the-internet/</link>
					<comments>https://virtuallyfun.com/2024/02/15/getting-graylog-onto-the-internet/#comments</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Thu, 15 Feb 2024 15:30:34 +0000</pubDate>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[proxy]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=13957</guid>

					<description><![CDATA[A while back I had made a small post about getting Graylog running on Windows. It was fun, as it&#8217;s just JAVA so you know it should be portable, and other than some weird disk access thing it does seem &#8230; <a href="https://virtuallyfun.com/2024/02/15/getting-graylog-onto-the-internet/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">A while back I had made a small post about getting <a href="https://virtuallyfun.com/2023/12/02/running-graylog-on-windows/" target="_blank" rel="noreferrer noopener">Graylog running on Windows</a>.  It was fun, as it&#8217;s just JAVA so you know it should be portable, and other than some weird disk access thing it does seem to run fine.</p>



<p class="wp-block-paragraph">Of course, the next step is to create a dashboard to replace what I used on wp-statistics, as it was crashing taking up 100% of my CPU, and exceeding PHP&#8217;s 12GB of RAM per process limit.  You know things are messed up when I&#8217;m replacing you with not one, but 2 Java apps! (Graylog &amp; Opensearch).</p>



<figure class="wp-block-image size-large"><a href="/wp-content/uploads/2024/02/graylog-dashboard.png" target="_blank" rel="noreferrer noopener"><img decoding="async" width="1024" height="508" src="/wp-content/uploads/2024/02/graylog-dashboard-1024x508.png" alt="" class="wp-image-13958" srcset="https://virtuallyfun.com/wp-content/uploads/2024/02/graylog-dashboard-1024x508.png 1024w, https://virtuallyfun.com/wp-content/uploads/2024/02/graylog-dashboard-300x149.png 300w, https://virtuallyfun.com/wp-content/uploads/2024/02/graylog-dashboard-768x381.png 768w, https://virtuallyfun.com/wp-content/uploads/2024/02/graylog-dashboard-1536x762.png 1536w, https://virtuallyfun.com/wp-content/uploads/2024/02/graylog-dashboard-500x248.png 500w, https://virtuallyfun.com/wp-content/uploads/2024/02/graylog-dashboard.png 1866w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="wp-element-caption">magical dashboard</figcaption></figure>



<p class="wp-block-paragraph">It&#8217;s by no means perfect, but the guide <a href="https://graylog.org/post/how-to-set-up-graylog-geoip-configuration/" target="_blank" rel="noreferrer noopener">How to se -up graylog geoip configuration</a>, is all around great to have.  The rest of it is me learning how to do aggregate searches, and simple lists, to see latest hits, 404&#8217;s and count the pages and build a graph.</p>



<p class="wp-block-paragraph">Again, this is all good, now for the real question, how to get this onto the Internet?!</p>



<p class="wp-block-paragraph">The firs thing to do is enable cors.. It&#8217;s for being on the internet! </p>



<pre class="wp-block-code"><code>http_enable_cors = true</code></pre>



<p class="wp-block-paragraph">Next enable the external URI name</p>



<pre class="wp-block-code"><code>http_external_uri = https://dash.board.com/</code></pre>



<p class="wp-block-paragraph">And now the changes I had to make in my haproxy config</p>



<pre class="wp-block-code"><code>frontend http-in
        acl host_graylog hdr(host) -i dash.board.com
        http-request set-uri %&#91;path,regsub(/api/api,/api)] if host_graylog
        use_backend graylog if host_graylog

backend graylog
        option forwardfor
        http-request add-header X-Forwarded-Host %&#91;req.hdr(host)]

        acl bad_ct path_end .js
        http-response set-header Content-Type application/javascript if bad_ct

        http-request set-header X-Graylog-Server-URL http://192.168.33.5:9000
        server graylog 192.168.23.33:9000 maxconn 20 check</code></pre>



<p class="wp-block-paragraph">I kind of wish I saved the logs while going crazy but YES for some reason it&#8217;ll try to reference itself as /api/api.  I don&#8217;t know why, so I had to do some uri regex to fix that.  Neat!</p>



<p class="wp-block-paragraph">Next for some reason Graylog responds that all .js (javascript) files are actually text.  Chrome doesn&#8217;t allow that to work, so yes you need to set the content type header to &#8220;application/javascript&#8221; for Chrome to be happy.</p>



<p class="wp-block-paragraph">I had wasted over an hour with this and couldn&#8217;t get it working.  So, I walked away for a few hours, and it suddenly was working. I think Cloudflare was doing some caching against it.</p>



<p class="wp-block-paragraph">This is probably too terse to be really useful, and I lost all the pages I was reading about setting stuff in haproxy as I was doing that incognito. Oops. I picked this config out of fragments from five other people&#8217;s stuff.  There is other considerations to host it on a subdirectory of a public site, but I just wanted to K.I.S.S.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2024/02/15/getting-graylog-onto-the-internet/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Web Rendering Proxy (WRP) 4.5.2</title>
		<link>https://virtuallyfun.com/2021/03/22/web-rendering-proxy-wrp-4-5-2/</link>
					<comments>https://virtuallyfun.com/2021/03/22/web-rendering-proxy-wrp-4-5-2/#comments</comments>
		
		<dc:creator><![CDATA[tenox]]></dc:creator>
		<pubDate>Mon, 22 Mar 2021 13:53:36 +0000</pubDate>
				<category><![CDATA[guest post]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[proxy]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=10913</guid>

					<description><![CDATA[(This is a guest post by Antoni Sawicki aka Tenox) Pleased to announce WRP version 4.5.2. This is just a bug fix release however it also contains two frequently requested features: UI customization via HTML template file. This has been &#8230; <a href="https://virtuallyfun.com/2021/03/22/web-rendering-proxy-wrp-4-5-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"><em>(This is a guest post by Antoni Sawicki aka Tenox)</em></p>



<p class="wp-block-paragraph">Pleased to announce <a href="https://github.com/tenox7/wrp/releases/tag/4.5.2" data-type="URL" data-id="https://github.com/tenox7/wrp/releases/tag/4.5.2">WRP version 4.5.2</a>. This is just a bug fix release however it also contains two frequently requested features:</p>



<p class="wp-block-paragraph">UI customization via HTML template file. This has been requested by many users and it makes total sense. To use it download <a href="https://github.com/tenox7/wrp/blob/master/wrp.html" data-type="URL" data-id="https://github.com/tenox7/wrp/blob/master/wrp.html">wrp.html</a> from github, place in the same directory as wrp binary and edit to your liking. WRP will load built-in version if file is not present.</p>



<p class="wp-block-paragraph">This should enable easy development of more modern UI for never browsers. Potentially with JS and CSS. Please send PR if you make something!</p>



<p class="wp-block-paragraph">Second most frequently asked feature &#8211; re-capture (retake?) of a screenshot without page reload. For example if the page did not capture correctly or if something is changing on the page.</p>



<p class="wp-block-paragraph">I have also updated Docker Hub and gcr.io repos.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="768" src="https://virtuallyfun.com/wp-content/uploads/2019/08/wrp-vcf-1024x768.jpg" alt="" class="wp-image-9682" srcset="https://virtuallyfun.com/wp-content/uploads/2019/08/wrp-vcf-1024x768.jpg 1024w, https://virtuallyfun.com/wp-content/uploads/2019/08/wrp-vcf-300x225.jpg 300w, https://virtuallyfun.com/wp-content/uploads/2019/08/wrp-vcf-768x576.jpg 768w, https://virtuallyfun.com/wp-content/uploads/2019/08/wrp-vcf-1200x900.jpg 1200w, https://virtuallyfun.com/wp-content/uploads/2019/08/wrp-vcf.jpg 2016w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption>Sun IPX using WRP at VCF West</figcaption></figure>



<p class="wp-block-paragraph">As usual please test and report bugs!</p>



<p class="wp-block-paragraph">The next update will focus on issues with page size, viewport and rendering full length pages (h=0) which is currently very broken.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2021/03/22/web-rendering-proxy-wrp-4-5-2/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
		<item>
		<title>Web Rendering Proxy &#8211; Full Page Scrolling</title>
		<link>https://virtuallyfun.com/2019/11/13/web-rendering-proxy-full-page-scrolling/</link>
					<comments>https://virtuallyfun.com/2019/11/13/web-rendering-proxy-full-page-scrolling/#comments</comments>
		
		<dc:creator><![CDATA[tenox]]></dc:creator>
		<pubDate>Wed, 13 Nov 2019 09:29:12 +0000</pubDate>
				<category><![CDATA[guest post]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[virtual networking]]></category>
		<category><![CDATA[wrp]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=9896</guid>

					<description><![CDATA[(This is a guest post by Antoni Sawicki aka Tenox) Due to a popular demand I have added an option of generating full page height screenshot and allowing client browser to do the scrolling. This makes the browsing experience much &#8230; <a href="https://virtuallyfun.com/2019/11/13/web-rendering-proxy-full-page-scrolling/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"><em>(This is a guest post by Antoni Sawicki aka Tenox)</em></p>



<p class="wp-block-paragraph">Due to a popular demand I have added an option of generating full page height screenshot and allowing client browser to do the scrolling.</p>



<figure class="wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
https://youtu.be/lDqrPxkOFlI
</div></figure>



<p class="wp-block-paragraph">This makes the browsing experience much smoother, you have resources for it. Beware, a full page screenshot can be several MB in size encoded as gif/png and much more as a decoded raw bitmap on the client. I managed to crash Mosaic and OmniWeb a few times. Fortunately typical Wikipedia page is under 1 MB so for most part is should be fine. To activate just put 0 in page Height.</p>



<p class="wp-block-paragraph">I have drafted a <a href="https://github.com/tenox7/wrp/releases/tag/4.4.1">pre-release on github</a> for testing. Please let me know any feedback. I&#8217;m also thinking whether enable this by default, or not.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2019/11/13/web-rendering-proxy-full-page-scrolling/feed/</wfw:commentRss>
			<slash:comments>8</slash:comments>
		
		
			</item>
		<item>
		<title>Gmail on NT 3.51 with IE 1.5 via WRP</title>
		<link>https://virtuallyfun.com/2019/07/12/gmail-on-nt-3-51-with-ie1-5-via-wrp-4-1/</link>
					<comments>https://virtuallyfun.com/2019/07/12/gmail-on-nt-3-51-with-ie1-5-via-wrp-4-1/#comments</comments>
		
		<dc:creator><![CDATA[tenox]]></dc:creator>
		<pubDate>Fri, 12 Jul 2019 17:56:10 +0000</pubDate>
				<category><![CDATA[guest post]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[virtual networking]]></category>
		<category><![CDATA[wrp]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=9601</guid>

					<description><![CDATA[(This is a guest post by Antoni Sawicki aka Tenox) Just released WRP 4.1 beta. It can do this: Download here.]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"><em>(This is a guest post by Antoni Sawicki aka Tenox)</em></p>



<p class="wp-block-paragraph">Just released WRP 4.1 beta. It can do this:</p>



<figure><iframe loading="lazy" width="560" height="315" src="https://www.youtube.com/embed/3mbd9qEzU5Q" allowfullscreen=""></iframe></figure>



<p class="wp-block-paragraph">Download <a href="https://github.com/tenox7/wrp/releases/">here</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2019/07/12/gmail-on-nt-3-51-with-ie1-5-via-wrp-4-1/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>WRP 4.0 Preview</title>
		<link>https://virtuallyfun.com/2019/07/11/wrp-4-0-preview/</link>
					<comments>https://virtuallyfun.com/2019/07/11/wrp-4-0-preview/#comments</comments>
		
		<dc:creator><![CDATA[tenox]]></dc:creator>
		<pubDate>Thu, 11 Jul 2019 07:16:47 +0000</pubDate>
				<category><![CDATA[guest post]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[virtual networking]]></category>
		<category><![CDATA[wrp]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=9595</guid>

					<description><![CDATA[(This is a guest post from Antoni Sawicki aka Tenox) Welcome a completely new and absolutely insane mode of Web Rendering Proxy. ISMAP on steroids! While v3.0 was largely just a port from Python/Webkit to GoLang/Chromedp, the new version is &#8230; <a href="https://virtuallyfun.com/2019/07/11/wrp-4-0-preview/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"><em>(This is a guest post from Antoni Sawicki aka Tenox)</em></p>



<p class="wp-block-paragraph">Welcome a completely new and absolutely insane mode of <em>Web Rendering Proxy</em>. ISMAP on steroids!</p>



<p class="wp-block-paragraph">While v3.0 was largely just a port from <em>Python/Webkit</em> to <em>GoLang/Chromedp</em>, the new version is a whole new game. Previously WRP  worked by walking the DOM and making a clickable imagemap out of &lt;A HREF&gt; nodes. Version 4.0 works by using x,y coordinates obtained from ISMAP to perform a simulated mouse click in Chrome browser. This way you can click on any element of the page. From annoying cookie warnings, to various drop down menus and even play some online games. Also pagination has been replaced with a clickable scroll bar.</p>



<p class="wp-block-paragraph">Enough talking, you can watch this video:</p>



<figure><iframe loading="lazy" width="560" height="315" src="https://www.youtube.com/embed/HUS823T0Jkg" allowfullscreen=""></iframe></figure>



<p class="wp-block-paragraph">Or <a href="https://github.com/tenox7/wrp/releases/">download the new version</a> and try it yourself!</p>



<p class="wp-block-paragraph">Please report bugs on github.com. Thank you!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2019/07/11/wrp-4-0-preview/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>WRP 3.0 Beta ready for testing</title>
		<link>https://virtuallyfun.com/2019/06/05/wrp-3-0-beta-ready-for-testing/</link>
					<comments>https://virtuallyfun.com/2019/06/05/wrp-3-0-beta-ready-for-testing/#comments</comments>
		
		<dc:creator><![CDATA[tenox]]></dc:creator>
		<pubDate>Wed, 05 Jun 2019 08:43:12 +0000</pubDate>
				<category><![CDATA[guest post]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[virtual networking]]></category>
		<category><![CDATA[wrp]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=9556</guid>

					<description><![CDATA[(This is a guest post from Antoni Sawicki aka Tenox) I have released WRP 3.0 for testing. It&#8217;s currently a browser-in-browser server rather than a true proxy, but that&#8217;s in the works. Please try it out and let me know. &#8230; <a href="https://virtuallyfun.com/2019/06/05/wrp-3-0-beta-ready-for-testing/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">(This is a guest post from Antoni Sawicki aka Tenox)</p>



<p class="wp-block-paragraph">I have <a href="https://github.com/tenox7/wrp/releases/tag/3.0">released WRP 3.0 for testing</a>. It&#8217;s currently a browser-in-browser server rather than a true proxy, but that&#8217;s in the works. Please try it out and let me know. Usage instructions are on the main <a href="https://github.com/tenox7/wrp">github project page</a>.</p>



<p class="wp-block-paragraph">Today using trickery I was able to login to my reddit account from Mosaic:</p>



<figure class="wp-block-image"><img loading="lazy" decoding="async" width="861" height="818" src="https://virtuallyfun.com/wp-content/uploads/2019/06/wrp.png" alt="" class="wp-image-9557" srcset="https://virtuallyfun.com/wp-content/uploads/2019/06/wrp.png 861w, https://virtuallyfun.com/wp-content/uploads/2019/06/wrp-300x285.png 300w, https://virtuallyfun.com/wp-content/uploads/2019/06/wrp-768x730.png 768w" sizes="auto, (max-width: 861px) 100vw, 861px" /></figure>



<p class="wp-block-paragraph">Update: just added the missing image quantizer so that the color number input box actually does something useful. Now you can browse porn even with 16 colors:</p>



<figure class="wp-block-image"><img loading="lazy" decoding="async" width="883" height="821" src="https://virtuallyfun.com/wp-content/uploads/2019/06/wrp6.png" alt="" class="wp-image-9559" srcset="https://virtuallyfun.com/wp-content/uploads/2019/06/wrp6.png 883w, https://virtuallyfun.com/wp-content/uploads/2019/06/wrp6-300x279.png 300w, https://virtuallyfun.com/wp-content/uploads/2019/06/wrp6-768x714.png 768w" sizes="auto, (max-width: 883px) 100vw, 883px" /></figure>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2019/06/05/wrp-3-0-beta-ready-for-testing/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>WRP Runs on Windows</title>
		<link>https://virtuallyfun.com/2019/06/01/wrp-runs-on-windows/</link>
					<comments>https://virtuallyfun.com/2019/06/01/wrp-runs-on-windows/#comments</comments>
		
		<dc:creator><![CDATA[tenox]]></dc:creator>
		<pubDate>Sat, 01 Jun 2019 08:11:53 +0000</pubDate>
				<category><![CDATA[guest post]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[virtual networking]]></category>
		<category><![CDATA[wrp]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=9537</guid>

					<description><![CDATA[(This is a guest post by Antoni Sawicki aka Tenox) Thats right, the new beta version of Web Rendering Proxy runs natively on Windows. Single EXE, no libraries or dependencies required. Only Chrome Browser. I took a Internet Explorer 1.5 &#8230; <a href="https://virtuallyfun.com/2019/06/01/wrp-runs-on-windows/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"><em>(This is a guest post by Antoni Sawicki aka Tenox)</em></p>



<p class="wp-block-paragraph">Thats right, the new beta version of Web Rendering Proxy runs natively on Windows. Single EXE, no libraries or dependencies required. Only Chrome Browser.</p>



<p class="wp-block-paragraph">I took a Internet Explorer 1.5 for a spin today while WRP was running on my Windows 10 PC. Worked just fine.</p>



<p class="wp-block-paragraph">I have added Prev/Next buttons so that you can easily &#8220;scroll&#8221; through long pages.</p>



<figure class="wp-block-image"><img loading="lazy" decoding="async" width="1024" height="580" src="https://virtuallyfun.com/wp-content/uploads/2019/06/wrp3-1024x580.png" alt="" class="wp-image-9538" srcset="https://virtuallyfun.com/wp-content/uploads/2019/06/wrp3-1024x580.png 1024w, https://virtuallyfun.com/wp-content/uploads/2019/06/wrp3-300x170.png 300w, https://virtuallyfun.com/wp-content/uploads/2019/06/wrp3-768x435.png 768w, https://virtuallyfun.com/wp-content/uploads/2019/06/wrp3-1200x679.png 1200w, https://virtuallyfun.com/wp-content/uploads/2019/06/wrp3.png 1572w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph">ISMAP support has been added, proof:</p>



<figure class="wp-block-image"><img loading="lazy" decoding="async" width="869" height="874" src="https://virtuallyfun.com/wp-content/uploads/2019/06/wrp4.png" alt="" class="wp-image-9542" srcset="https://virtuallyfun.com/wp-content/uploads/2019/06/wrp4.png 869w, https://virtuallyfun.com/wp-content/uploads/2019/06/wrp4-150x150.png 150w, https://virtuallyfun.com/wp-content/uploads/2019/06/wrp4-298x300.png 298w, https://virtuallyfun.com/wp-content/uploads/2019/06/wrp4-768x772.png 768w" sizes="auto, (max-width: 869px) 100vw, 869px" /></figure>



<figure class="wp-block-image"><img loading="lazy" decoding="async" width="996" height="742" src="https://virtuallyfun.com/wp-content/uploads/2019/06/wrp5.png" alt="" class="wp-image-9553" srcset="https://virtuallyfun.com/wp-content/uploads/2019/06/wrp5.png 996w, https://virtuallyfun.com/wp-content/uploads/2019/06/wrp5-300x223.png 300w, https://virtuallyfun.com/wp-content/uploads/2019/06/wrp5-768x572.png 768w" sizes="auto, (max-width: 996px) 100vw, 996px" /></figure>



<p class="wp-block-paragraph">You can download a preview build on <a href="https://github.com/tenox7/wrp/releases/tag/0.2">github</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2019/06/01/wrp-runs-on-windows/feed/</wfw:commentRss>
			<slash:comments>9</slash:comments>
		
		
			</item>
		<item>
		<title>Web Rendering Proxy &#8211; Overdue Status Update</title>
		<link>https://virtuallyfun.com/2019/05/28/web-rendering-proxy-overdue-status-update/</link>
					<comments>https://virtuallyfun.com/2019/05/28/web-rendering-proxy-overdue-status-update/#comments</comments>
		
		<dc:creator><![CDATA[tenox]]></dc:creator>
		<pubDate>Tue, 28 May 2019 09:31:22 +0000</pubDate>
				<category><![CDATA[guest post]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[virtual networking]]></category>
		<category><![CDATA[wrp]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=9524</guid>

					<description><![CDATA[(This is a guest post from Antoni Sawicki aka Tenox) There hasn&#8217;t been a major update to WRP (Web Rendering Proxy) in 5 years or so. Some new features have been added thanks to efforts of Claunia but the whole &#8230; <a href="https://virtuallyfun.com/2019/05/28/web-rendering-proxy-overdue-status-update/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"><em>(This is a guest post from Antoni Sawicki aka Tenox)</em></p>



<p class="wp-block-paragraph">There hasn&#8217;t been a major update to <a href="https://github.com/tenox7/wrp">WRP (Web Rendering Proxy)</a> in 5 years or so.  Some new features have been added thanks to efforts of <a href="https://github.com/claunia/">Claunia</a> but the whole project was mostly impeded with mass migration of the whole Internet to SSL/TLS/https. It does semi work somehow thanks to <a href="https://moxie.org/software/sslstrip/">sslstrip</a> but the whole stack is an unmaintainable pile of crap which I&#8217;m not going to update any more.</p>



<p class="wp-block-paragraph">A new rewrite from scratch is well under way. This time written in <em>GoLang</em> and using  <em>Chrome DevTools Protocol</em>. Things should be much more stable and future proof. </p>



<p class="wp-block-paragraph">Far from complete but I have a fully functional prototype now working in just under 100 lines of code:</p>



<figure class="wp-block-image"><img loading="lazy" decoding="async" width="1024" height="691" src="https://virtuallyfun.com/wp-content/uploads/2019/05/wrp-1024x691.png" alt="" class="wp-image-9525" srcset="https://virtuallyfun.com/wp-content/uploads/2019/05/wrp-1024x691.png 1024w, https://virtuallyfun.com/wp-content/uploads/2019/05/wrp-300x202.png 300w, https://virtuallyfun.com/wp-content/uploads/2019/05/wrp-768x518.png 768w, https://virtuallyfun.com/wp-content/uploads/2019/05/wrp-1200x810.png 1200w, https://virtuallyfun.com/wp-content/uploads/2019/05/wrp.png 1683w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph">UPDATE 1: You can play with it if <a href="https://github.com/tenox7/wrp/tree/gocdp">you want</a>. Please do not submit any bug reports just yet, as this is just a development version. Note that WRP is currently not a true HTTP proxy but rather browser-in-browser. Proxy may be supported later.</p>



<p class="wp-block-paragraph">UPDATE 2: As of today online setting of size, scaling and scrolling is supported. I&#8217;m specifically happy about the scrolling feature albeit it probably needs a better user input, like prev/next page.</p>



<figure class="wp-block-image"><img loading="lazy" decoding="async" width="819" height="790" src="https://virtuallyfun.com/wp-content/uploads/2019/05/wrp2.png" alt="" class="wp-image-9532" srcset="https://virtuallyfun.com/wp-content/uploads/2019/05/wrp2.png 819w, https://virtuallyfun.com/wp-content/uploads/2019/05/wrp2-300x289.png 300w, https://virtuallyfun.com/wp-content/uploads/2019/05/wrp2-768x741.png 768w" sizes="auto, (max-width: 819px) 100vw, 819px" /></figure>



<p class="wp-block-paragraph">Windows version still doesn&#8217;t work due to an upstream bug, which is probably easy to fix.</p>



<p class="wp-block-paragraph">ISMAP is currently in development.</p>



<p class="wp-block-paragraph"></p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2019/05/28/web-rendering-proxy-overdue-status-update/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
	</channel>
</rss>
