summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2020-05-25 22:32:35 +0200
committerkali kaneko (leap communications) <kali@leap.se>2020-05-25 22:32:35 +0200
commit8d44465d5774a84a4e4e7958662b08bf174eb751 (patch)
tree97be8b9d88e43f7036f67e03f7461551bea484b3
parent0b9766c14743dc5858d631251d38decced6a7f43 (diff)
correct the documentation for VPNWEB_SIP_TERMINATOR default value
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 482d14e..6197957 100644
--- a/README.md
+++ b/README.md
@@ -27,13 +27,13 @@ authentication credentials).
SIP2 authentication:
-| Env var | Description |
-|:-----------------------------:|-----------------------------------------------------:|
-| `VPNWEB_SIP_USER` | Administrative user for the SIP2 telnet interface |
-| `VPNWEB_SIP_PASS` | Administrative pass for the SIP2 telnet interface |
-| `VPNWEB_SIP_HOST` | Host to connect to the SIP2 telnet interface |
-| `VPNWEB_SIP_PORT` | Port to connect to the SIP2 telnet interface |
-| `VPNWEB_SIP_LIBR_LOCATION` | Library location identifier |
-| `VPNWEB_SIP_TERMINATOR` | Telnet terminator used by the endpoint (default: \r) |
+| Env var | Description |
+|:-----------------------------:|-------------------------------------------------------:|
+| `VPNWEB_SIP_USER` | Administrative user for the SIP2 telnet interface |
+| `VPNWEB_SIP_PASS` | Administrative pass for the SIP2 telnet interface |
+| `VPNWEB_SIP_HOST` | Host to connect to the SIP2 telnet interface |
+| `VPNWEB_SIP_PORT` | Port to connect to the SIP2 telnet interface |
+| `VPNWEB_SIP_LIBR_LOCATION` | Library location identifier |
+| `VPNWEB_SIP_TERMINATOR` | Telnet terminator used by the endpoint (default: \r\n) |