Skip to content

Instantly share code, notes, and snippets.

@userid
Created July 8, 2019 09:25
Show Gist options
  • Select an option

  • Save userid/9371cc30ee1a02f84f800a51f5512687 to your computer and use it in GitHub Desktop.

Select an option

Save userid/9371cc30ee1a02f84f800a51f5512687 to your computer and use it in GitHub Desktop.
##/usr/lib/systemd/system/stubby.service
[Unit]
Description=stubby DNS resolver
Wants=network-online.target
After=network-online.target
[Service]
User=stubby
DynamicUser=yes
CacheDirectory=stubby
WorkingDirectory=/var/cache/stubby
ExecStart=/usr/bin/stubby
AmbientCapabilities=CAP_NET_BIND_SERVICE
CapabilityBoundingSet=CAP_NET_BIND_SERVICE
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment