0
0
mirror of https://github.com/openwrt/packages.git synced 2025-02-12 04:38:06 +00:00
packages/net/family-dns/files/family-dns.uci-defaults
Gregory L. Dietsche ee6400c952 family-dns: add new package
Signed-off-by: Gregory L. Dietsche <gregory.dietsche@cuw.edu>
2020-04-11 23:20:47 -05:00

10 lines
175 B
Bash

#!/bin/sh
#
# Copyright (c) 2020 Gregory L. Dietsche <Gregory.Dietsche@cuw.edu>
# This is free software, licensed under the MIT License
#
/usr/sbin/family-dns-update
exit 0