Skip to content

Commit 510a5fb

Browse files
committed
disabled local drive access by default since auth is disabled out of the box
1 parent 0113022 commit 510a5fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/nut.default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"server": {
3333
"hostname": "0.0.0.0",
34-
"enableLocalDriveAccess": 1,
34+
"enableLocalDriveAccess": 0,
3535
"port": 9000
3636
},
3737
"compression": {

0 commit comments

Comments
 (0)