I seem to be running into a json issue while trying to create a .cjdnsadmin file using the cjdnsadmin sub-command:
$ cjdcmd cjdnsadmin --file ./cjdroute.conf
Loading configuration from: /Users/steve/Documents/cjdns/cjdroute.conf... Invalid JSON
Expected bool but received a number
I apologize for not being more helpful
Error loading config: json: cannot unmarshal number into Go value of type bool
For reference, here is my cjdroute.conf (edited to remove private details).
I seem to be running into a json issue while trying to create a
.cjdnsadmin
file using thecjdnsadmin
sub-command:For reference, here is my
cjdroute.conf
(edited to remove private details).Thanks in advance!