diff --git a/service/README.md b/service/README.md
index 8fe6a3af..1c71fbdc 100644
--- a/service/README.md
+++ b/service/README.md
@@ -82,6 +82,9 @@ Most network settings are not writable, as they are defined by the network contr
assignedAddresses | [string] | ZeroTier-managed IP address assignments as array of IP/netmask bits tuples | no |
routes | [route] | ZeroTier-managed route assignments for a network. See below for a description of the route object. | no |
portDeviceName | string | OS-specific network device name (if available) | no |
+allowManaged | boolean | Whether ZeroTier-managed IP addresses are allowed. | yes |
+allowGlobal | boolean | Whether globally-reachable IP addresses are allowed to be assigned. | yes |
+allowDefault | boolean | Whether a default route is allowed to be assigned for the network (route all traffic via ZeroTier) | yes |
`route` objects