Files
vpnbot/scripts/start_ad.sh
T
2023-01-20 21:13:58 +04:00

5 lines
187 B
Bash

cat /ssh/key.pub > /root/.ssh/authorized_keys
service ssh start
/AdGuardHome/AdGuardHome -s install -c /opt/adguardhome/AdGuardHome.yaml -h 0.0.0.0 -w /opt/adguardhome/
tail -f /dev/null