21 lines
453 B
XML
21 lines
453 B
XML
|
<?xml version='1.0'?>
|
||
|
<antinatconfig>
|
||
|
<!-- Any interface -->
|
||
|
<interface value='127.0.0.1'/>
|
||
|
|
||
|
<!-- Port to listen on -->
|
||
|
<port value='32768'/>
|
||
|
|
||
|
<!-- What security methods do we offer clients? -->
|
||
|
<authchoice>
|
||
|
<select mechanism='anonymous'/>
|
||
|
<select mechanism='chap'/>
|
||
|
<select mechanism='cleartext'/>
|
||
|
</authchoice>
|
||
|
|
||
|
<!-- Which connections should we accept or reject? -->
|
||
|
<filter>
|
||
|
<accept/>
|
||
|
</filter>
|
||
|
</antinatconfig>
|