This is a project that forwards specific URLs to other URLs using a temporary redirect (302) HTTP status. All other options including URL records in DNSimple and django redirect packages uniquely use a permanent redirect code (301).
As browsers cache 301 redirects indefinitely client-side, 302s are needed when a redirect is subject to frequent change.