mirror of
https://github.com/novatiq/packages.git
synced 2026-04-24 21:14:40 +01:00
7 lines
88 B
Bash
7 lines
88 B
Bash
#!/bin/sh
|
|
|
|
uci add_list dhcp.@dnsmasq[0].server='/p2p/::1#3535'
|
|
uci commit dhcp
|
|
|
|
exit 0
|