QuakeJS: Difference between revisions

Onny (talk | contribs)
Initial page
 
Onny (talk | contribs)
Setup: Add dedicated server setup
Line 6: Line 6:
   enable = true;
   enable = true;
   hostname = "quakejs.example.org";
   hostname = "quakejs.example.org";
  eula = true;
   openFirewall = true;
   openFirewall = true;
   eula = true;
   dedicated-server.enable = true;
};
};
</syntaxhighlight>
</syntaxhighlight>Join your own dedicated server using the url: <code><nowiki>http://quakejs.example.org/play?connect%20192.0.2.0:27960</nowiki>, where</code> 192.0.2.0 <code>is the public IP of your dedicated server.</code>