nfs-server-alpine icon indicating copy to clipboard operation
nfs-server-alpine copied to clipboard

allow crossmounts and use subnet mask examples for readme

Open dev00 opened this issue 6 years ago • 1 comments

Just ran into two issues and decided to fix them.

First thing was that setting the IPs via * would not work, so I decided to stick to the netmask example. Imho this is also much more readable.

Second I took your advice by assembling my nfs share by mounting different folders. This didn't work at first - turns out when you allow a whole network, remember to set this option, otherwise you see only empty directories.

Hope this is useful for you :)

dev00 avatar Mar 22 '19 00:03 dev00

FWIW #23 allows similar behavior by giving you the ability (as the user) to specify arbitrary mount arguments

colearendt avatar Mar 31 '20 10:03 colearendt