@xor How permanent does it have to be? :)while true ; do echo -e "HTTP/1.1 301 Moved Permanently\nLocation: http://example.com/\n\n" | nc -l 8080 ; done