- Do not attempt to toggle undefined units
- Catch undefined options
- Ignore lines beginning with
#
in trusted units file
- Use
-t
instead of-f
to specify an alternative location for the trusted networks file - Move default trusted unit and trusted network files to
/etc/nmtrust/
. Existing users should simply move their files to upgrade:
# mkdir /etc/nmtrust
# mv /usr/local/etc/trusted_units /etc/nmtrust/
# mv /usr/local/etc/trusted_networks /etc/nmtrust/
- Properly process network names that contain whitespace
- Exclude networks by name, e.g. docker networks
- Initial release