static antinat64 for linux

This commit is contained in:
Giulio 2019-12-15 02:28:35 +01:00
parent a52d46d701
commit 06087c6a06
4 changed files with 22 additions and 1 deletions

View File

@ -1 +1 @@
Antinat linux build TODO TODO antinat32

20
linux/antinat.xml Executable file
View File

@ -0,0 +1,20 @@
<?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>

BIN
linux/antinat64 Executable file

Binary file not shown.

1
windows/Readme.txt Normal file
View File

@ -0,0 +1 @@
TODO corkscrew