diff --git a/dynette.rb b/dynette.rb index a0b5ab4..74f3221 100755 --- a/dynette.rb +++ b/dynette.rb @@ -7,7 +7,7 @@ require 'json' DataMapper.setup(:default, ENV['DATABASE_URL'] || "postgres://postgres:yayaya@localhost/dynette") DOMAINS = ["nohost.me", "noho.st"] -ALLOWED_IP = ["82.196.13.142", "192.241.138.212", "127.0.0.1"] +ALLOWED_IP = ["82.196.13.142", "192.81.223.119", "127.0.0.1"] class Entry include DataMapper::Resource