lazypivot/linux/antinat.xml

21 lines
453 B
XML
Raw Permalink Normal View History

2019-12-15 02:28:35 +01:00
<?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>