changed network ip range to 192.168.4.0/24

This commit is contained in:
2020-07-19 08:11:08 -04:00
parent 8f76a81a7b
commit 9351caf5b0
29 changed files with 104 additions and 74 deletions

View File

@@ -23,7 +23,7 @@ acl "xfer" {
*/
acl "trusted" {
127.0.0.0/8;
192.168.2.0/24;
192.168.4.0/24;
::1/128;
};