Changes

How to setup a local QuakeJS server under Windows 10

33 bytes added, 13:54, 12 September 2019
Redirect content.quakejs.com
#Open your favorite text editor as Administrator (I prefer notepad++)
#Open C:\Windows\System32\drivers\etc\hosts
#Add the following line to the bottom of the file<pre>127.0.0.1 content.quakejs.com # quakejs local content server redirect</pre>
#Save the file and close the editor