1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-06-26 02:30:22 +02:00

gem: update dependencies

This commit is contained in:
cn
2018-03-26 20:56:53 +02:00
parent 6604b98a84
commit 472d9aaa98
3 changed files with 7 additions and 4 deletions

View File

@ -13,9 +13,9 @@ module Dyndnsd
def self.ip_valid?(ip)
IPAddr.new(ip)
return true
true
rescue ArgumentError
return false
false
end
def self.user_allowed?(username, password, users)