Skip to content

Commit

Permalink
ncp-web: LAN access restrictions ipv6
Browse files Browse the repository at this point in the history
  • Loading branch information
nacho committed Aug 10, 2017
1 parent 37889f7 commit 66f1295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextcloudpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Listen 4443
</VirtualHost>
<Directory /var/www/ncp-web/>
Require host localhost
Require ip 127.0.0.1
Require local
Require ip 192.168
Require ip 10
</Directory>
Expand Down

0 comments on commit 66f1295

Please sign in to comment.