From dbc7ab2c6a7094960e1d90e44f47371ffcceea57 Mon Sep 17 00:00:00 2001 From: up-n-atom Date: Fri, 15 Sep 2023 16:05:48 -0400 Subject: [PATCH] Add additional examples to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 328fd9a..e317116 100644 --- a/README.md +++ b/README.md @@ -30,4 +30,8 @@ python3 xmo-remote-client.py -a MD5 get-dns python3 xmo-remote-client.py -a MD5 set-dns-servers -s 192.168.2.254 192.168.2.254 # Disable 5G and 2.4G radios python3 xmo-remote-client.py -a MD5 disable-wifi-radios -r RADIO5G -r RADIO2G4 +# Enable advanced DMZ +python3 xmo-remote-client.py -a MD5 enable-advanced-dmz +# Disable advanced DMZ +python3 xmo-remote-client.py -a MD5 set-value --path "Device/Services/BellNetworkCfg/AdvancedDMZ/Enable" --value False ```