You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
709 B

  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. config share usb_sda1
  11. option filename '/dev/sda1'
  12. # option authfile '/etc/nbd-server/allow'
  13. # option timeout 0
  14. # option flush 0
  15. # option fua 0
  16. # option rotational 0
  17. # option sync 0
  18. # option discard 0
  19. # option maxconnections 10
  20. # option filesize 1000000
  21. # option multifile 0
  22. # option copyonwrite 0
  23. # option sparse_cow 1
  24. # option readonly 0
  25. # option prerun '/bin/true'
  26. # option postrun '/bin/true'
  27. # option virtstyle 'ipliteral'
  28. # option oldstyle_port 12345
  29. # option oldstyle_listenaddr '0.0.0.0'