[Feature Request] import rules from exported rules.csv file
It might be handy to be able to import all rules from an exported rules.csv file.
csv wouldn't be a proper format, because we'd need a delimiter to separate the fields, and it would be difficult to find one that is not used on the rules.
Why do you need this feature? just to understand the necessity.
To be able to take my configs to another linux system on dual boot. Or is there another easy solution to copy the settings over?
The easiest way would be to zip /etc/opensnitchd/ and unzip it on the other system.
The configs and rules are reloaded if they're modified on disk, so once the target file is overwritten, the daemon will reload it.
Thanks. will try that :)
I'll document it on the wiki, so others know it, just in case they need it.