You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
215 B

  1. #!/bin/sh
  2. source /lib/functions/network.sh
  3. network_find_wan WAN_IFACE
  4. if [ "${ACTION}" == "ifup" ] && [ "${INTERFACE}" == "${WAN_IFACE}" ] && [ ! -d /var/cache-domains ]; then
  5. /usr/bin/cache-domains configure
  6. fi