Blob


1 # caveats
3 Keep in mind that kamid is a very young project. It just reached its 0.1 version so while it’s working, there are some caveats.
6 ### client certificates are mandatory!
8 Future version will relax this restriction but at the moment it’s strictly required for all connections to provide a TLS client certificate.
10 kamiproxy(1) can help with this, as will relay and encrypt all incoming 9p connections to kamid.
13 ### not 100% compliant (yet)
15 kamid aims to be completely compatible with all existing software that speaks 9p, but at the moment it is not yet. It’s more like 99% compatible, there’s still something missing.
17 A known bug is that 9front can’t create or write files in a directory tree exported by kamid. The cause is still unknown.