9fs: add 9pio case for unauthenticated connections to 9p.io.
This commit is contained in:
parent
2ba46903fa
commit
b26ec24f9d
1 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,8 @@ case atom
|
|||
srv -nq tcp!atom.9atom.org atom && mount -nC /srv/atom /n/atom atom
|
||||
case atomdump
|
||||
9fs atom && mount -nC /srv/atom /n/atomdump atomdump
|
||||
case 9pio
|
||||
srv -nq tcp!9p.io 9pio && mount -nC /srv/9pio /n/9pio
|
||||
# arbitrary venti archives
|
||||
case vac:*
|
||||
vacfs <{echo $1}
|
||||
|
|
Loading…
Reference in a new issue