mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
Time to enter modern age and default to NFS version 3.
This commit is contained in:
parent
23735e10dd
commit
567924ccb9
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
/defaults type:=host;fs:=${autodir}/${rhost}/host;rhost:=${key}
|
||||
* opts:=rw,grpid,resvport,vers=2,proto=udp,nosuid,nodev
|
||||
* opts:=rw,grpid,resvport,vers=3,proto=udp,nosuid,nodev
|
||||
|
|
|
|||
Loading…
Reference in a new issue