4 lines
76 B
Bash
4 lines
76 B
Bash
#!/bin/sh
|
|
# Test DNS server on port 5300
|
|
dig @127.0.0.1 -p 5300 example.com
|
#!/bin/sh
|
|
# Test DNS server on port 5300
|
|
dig @127.0.0.1 -p 5300 example.com
|