⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
CyborgHood
All Projects
DuckCorp
»
CyborgHood
Overview
Activity
Roadmap
Issues
Documents
Files
Repository
Download (340 Bytes)
Statistics
| Branch:
0.1.x
0.2.x
0.3.x
0.4.x
master
| Tag:
0.1.0
0.1.1
0.1.2
0.2.0
0.2.1
0.2.2
0.2.3
0.3.0
0.3.1
0.3.2
0.3.3
0.3.4
0.3.5
0.4.0
0.4.1
| Revision:
root
/
lib
/
cyborghood-mapmaker
/
interface
/
dns.rb
@ 14dd8318
View
History
Annotate
node
"DNS"
do
on_request
do
|
request
|
request
.
reply
.
results
=
{
:type
=>
store
.
dns
.
type
}
end
node
"check_config"
do
on_request
do
|
request
|
request
.
reply
.
results
=
dns
.
check_config
end
end
node
"Zones"
do
zone_list
=
Proc
.
new
{
store
.
dns
.
zones
}
node
zone_list
,
'_zone'
do
end
end
end
« Previous
1
2
Next »
(2-2/2)
Loading...