Skip to content

Commit 8a94470

Browse files
Add example NetworkAdmin block in configuration
1 parent d941335 commit 8a94470

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

conf.json.example

+9
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,14 @@
5454
"Verify": {
5555
"Netmask": "fc00::/8",
5656
"FromNode": true
57+
},
58+
"NetworkAdmin": {
59+
"Type": "cjdns",
60+
"Credentials": {
61+
"addr": "127.0.0.1",
62+
"port": 11234,
63+
"password": "adminpassword",
64+
"config": "/etc/cjdroute.conf"
65+
}
5766
}
5867
}

0 commit comments

Comments
 (0)