aboutsummaryrefslogtreecommitdiff
path: root/middleware/file/zone.go
diff options
context:
space:
mode:
Diffstat (limited to 'middleware/file/zone.go')
-rw-r--r--middleware/file/zone.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/middleware/file/zone.go b/middleware/file/zone.go
index c3567b45f..3d291ba33 100644
--- a/middleware/file/zone.go
+++ b/middleware/file/zone.go
@@ -38,6 +38,7 @@ func (z *Zone) TransferAllowed(state middleware.State) bool {
return true
}
}
+ // TODO(miek): future matching against IP/CIDR notations
return false
}