gns3-docker-appliances/dns/start.sh
2024-09-26 15:22:42 +02:00

3 lines
56 B
Bash

#!/bin/sh
/usr/sbin/named
while true; do /bin/bash; done