forked from coolaj86/digd.js
		
	Merge branch 'master' of ssh://git.coolaj86.com:22042/coolaj86/digd.js
This commit is contained in:
		
						commit
						b5ec1f7982
					
				| @ -83,6 +83,7 @@ $digcmd @$ns -p $port NS in-delegated.example.com | |||||||
| #   should return records in ANSWER section, nothing else | #   should return records in ANSWER section, nothing else | ||||||
| $digcmd @$ns -p $port A example.com | $digcmd @$ns -p $port A example.com | ||||||
| $digcmd @$ns -p $port AAAA example.com | $digcmd @$ns -p $port AAAA example.com | ||||||
|  | $digcmd @$ns -p $port CNAME example.com | ||||||
| $digcmd @$ns -p $port MX example.com | $digcmd @$ns -p $port MX example.com | ||||||
| $digcmd @$ns -p $port SRV example.com | $digcmd @$ns -p $port SRV example.com | ||||||
| $digcmd @$ns -p $port TXT example.com | $digcmd @$ns -p $port TXT example.com | ||||||
| @ -101,6 +102,8 @@ $digcmd @$ns -p $port NS doesntexist.example.com | |||||||
| #   should return record of correct type in ANSWER section, nothing else | #   should return record of correct type in ANSWER section, nothing else | ||||||
| $digcmd @$ns -p $port A a.example.com | $digcmd @$ns -p $port A a.example.com | ||||||
| $digcmd @$ns -p $port AAAA aaaa.example.com | $digcmd @$ns -p $port AAAA aaaa.example.com | ||||||
|  | $digcmd @$ns -p $port CNAME cname.example.com | ||||||
|  | $digcmd @$ns -p $port A cname.example.com       # Special Case, should return CNAME record | ||||||
| $digcmd @$ns -p $port MX mx.example.com | $digcmd @$ns -p $port MX mx.example.com | ||||||
| $digcmd @$ns -p $port SRV srv.example.com | $digcmd @$ns -p $port SRV srv.example.com | ||||||
| $digcmd @$ns -p $port TXT txt.example.com | $digcmd @$ns -p $port TXT txt.example.com | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user