blob: 5bc3c24e08ee519c80a3ba161a8becbdc1991b13 (
plain)
1
2
3
4
5
6
7
|
#!/bin/bash
cd ./plugin/v64dns/analyze/pb/
nohup python3 -u analyzer.py >/dev/null 2>error.log 2>&1 &
# python3 ./analyzer.py > python.log
cd /project/ohmydns
./ohmydns --conf ./conf/Corefile
|