update allowed ips

This commit is contained in:
Kload 2013-07-07 08:44:40 +00:00
parent ab513ad91c
commit 5dc7dfb28a

View file

@ -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