-- allow only localhost traffic INSERT INTO site_usage_limits (name, noun, verb, subject, extra, extra_type, windows) VALUES ('only_localhost', '*', 'GET', '*', '127.0.0.1/32,[::1]', 'allow_blocks', '{}') ;