Skip to content
This repository has been archived by the owner on May 20, 2018. It is now read-only.

Banlist.xml

Bluscream edited this page Jul 18, 2016 · 5 revisions
Used by Path
Server /Banlist.xml

##Example Content

<?xml version="1.0"?>
<Banlist xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <BannedIps>
    <Ban>
      <Name>johnnyboy</Name>
      <Address>88.122.89.36</Address>
      <Reason>test</Reason>
      <TimeIssued>2016-07-18T22:41:42.2697471+02:00</TimeIssued>
      <BannedBy>Bluscream</BannedBy>
    </Ban>
    <Ban>
      <Name>RLD!</Name>
      <Address>5.12.51.65</Address>
      <Reason>test</Reason>
      <TimeIssued>2016-07-18T22:43:49.3833811+02:00</TimeIssued>
      <BannedBy>Bluscream</BannedBy>
    </Ban>
  </BannedIps>
</Banlist>
Clone this wiki locally