blob: 31902099cb6b14749d1d330200fbbe22fbb227e7 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001#!/bin/sh
2
3uci add_list dhcp.@dnsmasq[0].server='/p2p/::1#3535'
4uci commit dhcp
5
6exit 0