Guest User

Untitled

a guest
Mar 6th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. nameservers=[
  2. NsatraClient.new(:host=>'localhost', :port=>4567, :user=>'asides', :password => 'as1d3s')
  3. NsatraClient.new(:host=>'localhost', :port=>4568, :user=>'asides', :password => 'as1d3s')
  4. ]
  5.  
  6. nameservers.each { |nameserver|
  7. Performer.new(nameserver,"create","ahoj.cz","obsah zonoveho souboru").save
  8. }
Add Comment
Please, Sign In to add comment