From 86306fd2024cc1e634563d5ee5169419f3b91772 Mon Sep 17 00:00:00 2001 From: 1951FDG <1951FDG@users.noreply.github.com> Date: Thu, 18 Mar 2021 16:59:18 +0100 Subject: [PATCH] Bugfix: ASUSWRT-Merlin 384.18 is now supported --- openpyn/converter.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/openpyn/converter.py b/openpyn/converter.py index 0a6782f..bc7df37 100644 --- a/openpyn/converter.py +++ b/openpyn/converter.py @@ -10,8 +10,10 @@ verboselogs.install() logger = logging.getLogger(__package__) +# ASUSWRT-Merlin 384.18 + # CONFIGURATION PLACEHOLDERS -# spaces are intentionally let by the end of the word +# spaces are intentionally left at the end of the word SERVER_ADDRESS = 'remote ' CIPHER = 'cipher ' AUTH_DIGEST = 'auth ' @@ -25,7 +27,7 @@ T_ACCEPT_DNS_CONFIGURATION = 'adns' T_CIPHER = 'cipher' T_COMPRESSION = 'comp' -T_CUSTOM_CONFIGURATION = 'custom2' +T_CUSTOM_CONFIGURATION = 'cust2' T_DESCRIPTION = 'desc' T_AUTH_DIGEST = 'digest' T_TLS_CONTROL_CHANNEL_SECURITY = 'hmac'