Advertisement
Guest User

NeverMore GUIDE

a guest
Jan 13th, 2012
454
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Externalhost here (Internet IP) or Localhost IP for local test -->
  3. <gameserver address="ΤΗΝ_IP_ΣΟΥ_ΕΔΩ" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd">
  4. <!-- Localhost here -->
  5. <define subnet="127.0.0.0/8" address="127.0.0.1" />
  6. <!-- Internalhosts here (LANs IPs) -->
  7. <define subnet="10.0.0.0/8" address="10.0.0.0" />
  8. <define subnet="172.16.0.0/19" address="172.16.0.0" />
  9. <define subnet="192.168.0.0/16" address="192.168.0.0" />
  10. </gameserver>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement