nbd-server.conf (709B)
1 config nbd-server 2 option enabled 0 3 # option port 10809 4 # option user root 5 # option group root 6 # option allowlist 0 7 # option includedir '/etc/nbd-server/conf.d' 8 # option listenaddr '0.0.0.0' 9 # option oldstyle 0 10 11 config share usb_sda1 12 option filename '/dev/sda1' 13 # option authfile '/etc/nbd-server/allow' 14 # option timeout 0 15 # option flush 0 16 # option fua 0 17 # option rotational 0 18 # option sync 0 19 # option discard 0 20 # option maxconnections 10 21 # option filesize 1000000 22 # option multifile 0 23 # option copyonwrite 0 24 # option sparse_cow 1 25 # option readonly 0 26 # option prerun '/bin/true' 27 # option postrun '/bin/true' 28 # option virtstyle 'ipliteral' 29 # option oldstyle_port 12345 30 # option oldstyle_listenaddr '0.0.0.0' 31