﻿<?xml version="1.0" encoding="utf-8"?>
<steamWatch xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  
  <!--Block connections no in white list-->
  <blockConnections>true</blockConnections>

  <!--Set the milliseconds between checking connections-->
  <processRunningInterval>4000</processRunningInterval>
  
  <!--Set the milliseconds between checking for when Steam starts-->
  <processClosedInterval>30000</processClosedInterval>
  
  <!--The name of the process to scan-->
  <processName>Steam</processName>
  
  <!--The port number to filter-->
  <port>27030</port>
  
  <!--Write successful blocks to the event log-->
  <logSuccessfulBlocks>true</logSuccessfulBlocks>
  
  <!--Write when steam starts and stops to the event log-->
  <logProcessStateChanges>true</logProcessStateChanges>
  
  <!--List of IP addresses to allow-->
  <whiteList>
    <address>196.38.180.3</address>
  </whiteList>
</steamWatch>

<!--If you have made changes make sure you stop and then start the SteamWatch service to put those changes into effect.-->
