ma lanparty/lancache-dns: add documentation
This commit is contained in:
parent
6d2bcf3929
commit
f45a5057aa
@ -2,6 +2,8 @@
|
|||||||
with import <stockholm/lib>;
|
with import <stockholm/lib>;
|
||||||
let
|
let
|
||||||
upstream-server = "8.8.8.8";
|
upstream-server = "8.8.8.8";
|
||||||
|
# make sure the router pins the ip address to the deployed host
|
||||||
|
# and set it as dns server ( dhcp option 6,192.168.10.10 )
|
||||||
local_ip = "192.168.10.10";
|
local_ip = "192.168.10.10";
|
||||||
|
|
||||||
extra-config = pkgs.writeText "local.conf" ''
|
extra-config = pkgs.writeText "local.conf" ''
|
||||||
|
Loading…
Reference in New Issue
Block a user