added config option for using LAN transport

This commit is contained in:
Kevin Froman 2020-03-16 02:51:47 -05:00
parent 3aec35ef33
commit 9575352e3e
2 changed files with 6 additions and 3 deletions

View file

@ -65,7 +65,8 @@
},
"transports": {
"manual_disk": true,
"tor": true
"tor": true,
"lan": true
},
"ui": {
"theme": "dark"