Specifies which IP addresses may request zone transfers of this zone.
Namespace:
JHSoftware.SimpleDNSPlusAssembly: SDNSAPI (in SDNSAPI)
Version: 1.1.0.0 (1.1.0.0)
Syntax
| C# |
|---|
public string AllowZoneTransfer { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property AllowZoneTransfer As String |
Field Value
String containing list of IP addresses and/or subnets separated by spaces. To specify all, use "*". Subnets are specified in CIDR notation (<IP address>/<bit size of subnet mask>).
Remarks
This property is not transferred to secondary DNS servers through zone transfers.