2 <a href="/sonews">Back to Main Page</a>
5 On this page you can configure to which peer hosts new messages are
6 posted or from which peer hosts we should receive messages.
12 <form action="" method="GET">
13 <table style="border: 0px">
16 <td><input type="text" name="host" value="news.someremotehost.org" /></td>
20 <td><input type="text" name="port" value="119" /></td>
23 <input type="submit" value="Add peer" />
30 <h3>Add peering rule</h3>
31 <form action="" method="GET">
32 <table style="border: 0px">
35 <td>%OPTION_PEERS</td>
39 <td>%OPTION_GROUP</td>
42 <td>Peering type:</td>
44 <select name="peertype">
45 <option value="0">Pull peering</option>
46 <option value="1">Push peering</option>
51 <input type="submit" value="Add peering rule" />