Skip to content

Commit

Permalink
Bugfix: ASUSWRT-Merlin 384.18 is now supported
Browse files Browse the repository at this point in the history
  • Loading branch information
1951FDG committed Mar 18, 2021
1 parent f97923d commit 86306fd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions openpyn/converter.py
Expand Up @@ -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 '
Expand All @@ -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'
Expand Down

0 comments on commit 86306fd

Please sign in to comment.