[filter:who] use = egg:repoze.who#config config_file = %(here)s/who.ini [filter:watcher] use = egg:repoze.dyndns#watcher urispace_file = %(here)s/urispace.xml [filter:restrict] use = egg:repoze.who#predicate predicate = repoze.dyndns:make_local_auth [application:dyndns] use = egg:repoze.dyndns#main template_dir = %(here)s logfile_name = %(here)s/dyndns.log [pipeline:main] pipeline = egg:Paste#httpexceptions watcher who restrict dyndns [server:main] use = egg:PasteScript#cherrypy host = 0.0.0.0 port = 8080 numthreads = 4