-
-
Save hlx98007/5f8dce27bc90191d25d61fe94a97c369 to your computer and use it in GitHub Desktop.
dingo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat > /etc/systemd/system/dingo.service << EOF | |
[Unit] | |
Description=Dingo Google DoH Tunnel | |
After=network-online.target | |
[Service] | |
TimeoutStartSec=0 | |
Type=simple | |
ExecStart=/usr/local/bin/dingo -gdns:nopad -port 53 | |
Restart=on-failure | |
RestartSec=5s | |
[Install] | |
WantedBy=multi-user.target | |
EOF | |
systemctl daemon-reload |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment