Browse Source

static antinat64 for linux

Giulio 4 years ago
parent
commit
06087c6a06
4 changed files with 22 additions and 1 deletions
  1. 1 1
      linux/Readme.md
  2. 20 0
      linux/antinat.xml
  3. BIN
      linux/antinat64
  4. 1 0
      windows/Readme.txt

+ 1 - 1
linux/Readme.md

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

+ 20 - 0
linux/antinat.xml

@@ -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


+ 1 - 0
windows/Readme.txt

@@ -0,0 +1 @@
+TODO corkscrew