Commit Graph

61 Commits

Author SHA1 Message Date
up-n-atom cc3322dea1 Update README.md 2023-09-17 23:08:35 -04:00
up-n-atom d11eaca00b Update README.md 2023-09-17 23:08:16 -04:00
up-n-atom 8c300aab3c Update README.md 2023-09-17 23:05:32 -04:00
up-n-atom dbc7ab2c6a Add additional examples to readme 2023-09-15 16:05:48 -04:00
up-n-atom fdd0032be5 Add examples to readme 2023-09-15 16:01:12 -04:00
up-n-atom b5031cbb5d Hide password entry during prompt 2023-09-15 15:42:09 -04:00
up-n-atom 62b09eba54 Wrap advanced DMZ with a try except 2023-09-15 15:10:55 -04:00
up-n-atom 98c68a35f0 Use find object 2023-09-15 03:36:43 -04:00
up-n-atom 51c411a5f5 Remove unused import 2023-09-15 03:05:09 -04:00
up-n-atom cbaaa1afd1 Ignore config.yaml 2023-09-15 03:04:14 -04:00
up-n-atom 8d04b1b6fd Fix quotes 2023-09-15 03:03:13 -04:00
up-n-atom 723e337021 Remove remaining python script 2023-09-15 02:54:05 -04:00
up-n-atom 4e45a02db2 Pluralize radio 2023-09-15 02:50:22 -04:00
up-n-atom b2e7696915 Example yaml command and parameters 2023-09-15 02:37:03 -04:00
up-n-atom d2c12ffc0c Fix MAC abbreviation prompt 2023-09-15 02:06:09 -04:00
up-n-atom 4b0fb94782 MAC address type is a string and processed 2023-09-15 02:01:32 -04:00
up-n-atom 95c30ba17a Fix type hinting 2023-09-15 02:00:51 -04:00
up-n-atom ae890cb914 Use click nargs for dns servers 2023-09-15 01:56:48 -04:00
up-n-atom b91c6e2f8f Use explicit type hints 2023-09-14 21:01:10 -04:00
up-n-atom aa932620a7 Capitalize abbreviation 2023-09-14 20:53:23 -04:00
up-n-atom 7654df748f Update readme 2023-09-13 22:42:18 -04:00
up-n-atom 675d3922df Remove example.py 2023-09-13 22:38:56 -04:00
up-n-atom e467e06171 Add enable advanced DMZ 2023-09-13 22:36:17 -04:00
up-n-atom 987edf7103 Support multiple radios in disable wifi radio 2023-09-13 22:02:33 -04:00
up-n-atom 55e412e4a5 Fix logic 2023-09-13 20:57:02 -04:00
up-n-atom b6df394341 Remove disable_wifi.py 2023-09-13 20:54:32 -04:00
up-n-atom 8b8633f75e Print error prior to aborting 2023-09-13 20:53:03 -04:00
up-n-atom 2fef565ec6 Fix missing raise for Abort 2023-09-13 20:41:14 -04:00
up-n-atom 1c1ec0a183 Add disable radio command 2023-09-13 20:40:26 -04:00
up-n-atom c39e551531 Switch from echo to abort in get/set value 2023-09-13 19:52:24 -04:00
up-n-atom 33406d857d Support list type (yaml) for DNS servers 2023-09-13 19:22:54 -04:00
up-n-atom 5fdfd58dba Fix white-space 2023-09-13 19:21:12 -04:00
up-n-atom cfe5796845 Add yaml config 2023-09-13 18:22:40 -04:00
up-n-atom be66aa055f Fix IPCP forward enable detection 2023-09-12 18:41:57 -04:00
up-n-atom 5e95d226c7 Make setting dns servers more robust
Dynamically find the uids of each forwarding server
2023-09-12 18:40:02 -04:00
up-n-atom bec2e77340 Fix Any type 2023-09-12 16:18:35 -04:00
up-n-atom 19256851da Fix type hints 2023-09-12 16:14:23 -04:00
up-n-atom 5778b4d93f Set client session for sagemcom client
The default client session timeout is too short (7 seconds); Use the default from aiohttp (300 seconds)
2023-09-12 15:53:27 -04:00
up-n-atom 11514dffce Disable IPCP DNS servers 2023-09-12 15:32:10 -04:00
up-n-atom 3e23061686 Rename xmo-cli.py to xmo-remote-client.py 2023-09-11 19:51:06 -04:00
up-n-atom 32e99225f7 Fix white-space 2023-09-11 19:49:02 -04:00
up-n-atom 2603209649 Update xmo-cli.py
inline interface ternary statement
2023-09-11 19:47:32 -04:00
up-n-atom 4985426ea0 Update xmo-cli.py
Use a set rather than overwriting a list items
2023-09-11 19:44:54 -04:00
up-n-atom ab770e402a Fix missing string end quote 2023-08-17 18:09:37 -04:00
up-n-atom c2f77297f0 Reduce duplicate code
Clean up DNS interface logic
2023-08-17 18:08:29 -04:00
up-n-atom d97f9c4ce2 Fix json import keyword 2023-08-17 01:49:24 -04:00
up-n-atom 27c876581d Fix DNS relay enable path 2023-08-17 01:47:47 -04:00
up-n-atom adbed37fb0 Require json namespace 2023-08-17 01:35:26 -04:00
up-n-atom 3edf358191 Remove unnecessary format string 2023-08-17 01:24:27 -04:00
up-n-atom 21ed8812fb Fix indentation 2023-08-17 01:10:24 -04:00