diff options
author | Matthew Lemon <y@yulqen.org> | 2024-04-15 09:55:13 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-04-15 09:55:13 +0100 |
commit | bfc7bb50406c0b668d3b0d36c9a76509768e4710 (patch) | |
tree | 74557845295daba520e9abf950a8c411a6a6b4a2 | |
parent | b3ba2a47597c3b32452c702af59a53bbc5361fdb (diff) |
Adds systemd resolved dns config file for bind server
-rw-r--r-- | etc_systemd_resolved_conf_d_dns_server.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc_systemd_resolved_conf_d_dns_server.conf b/etc_systemd_resolved_conf_d_dns_server.conf new file mode 100644 index 0000000..a8f7907 --- /dev/null +++ b/etc_systemd_resolved_conf_d_dns_server.conf @@ -0,0 +1,5 @@ +#[Resolve] + +# Comment these out when trying to connect to wofi on the road +DNS=192.168.1.40 +Domains=~ |