DNScode 0.1.9
Simplifying DNS configuration
|
Variables | |
zone = main.Zone(origin='example.com') | |
record = main.Record(data='192.168.5.254', name='localhost.example.com') | |
mname | |
test.mname |
test.record = main.Record(data='192.168.5.254', name='localhost.example.com') |
test.zone = main.Zone(origin='example.com') |