]> Cypherpunks.ru repositories - govpn.git/blobdiff - doc/server.texi
[DOC] Various small corrections
[govpn.git] / doc / server.texi
index 7139ab3db45f30a0f0e3e306f88d637575e004c8..2668b1da962e543b09dddba3e37a16d0ed233a35 100644 (file)
@@ -1,8 +1,8 @@
 @node Server
 @section Server part
 
-Except for common @code{-mtu}, @code{-stats}, @code{-egd} options server
-has the following ones:
+Except for common @code{-stats}, @code{-egd} options server has the
+following ones:
 
 @table @code
 
@@ -27,6 +27,7 @@ Configuration file is JSON file with following example structure:
 {
   "stargrave": {                        <-- Peer human readable name
     "iface": "tap10",                   <-- OPTIONAL TAP interface name
+    "mtu": 1514,                        <-- OPTIONAL overriden MTU
     "up": "./stargrave-up.sh",          <-- OPTIONAL up-script
     "down": "./stargrave-down.sh",      <-- OPTIONAL down-script
     "timeout": 60,                      <-- OPTIONAL overriden timeout
@@ -34,6 +35,7 @@ Configuration file is JSON file with following example structure:
                                             (default: false)
     "cpr": 64,                          <-- OPTIONAL constant packet
                                             rate in KiB/sec
+    "encless": false,                   <-- OPTIONAL Encryptionless mode
     "verifier": "$argon2d..."           <-- verifier received from client
   },
   [...]