mirror of
https://github.com/mirage/qubes-mirage-firewall.git
synced 2025-04-16 05:23:02 -04:00
fix default DNS addresses
This commit is contained in:
parent
ee2409dc61
commit
95812a7458
@ -23,11 +23,11 @@ let ipv4_gw =
|
||||
|
||||
let ipv4_dns =
|
||||
let doc = Key.Arg.info ~doc:"Manual DNS IP setting." ["ipv4-dns"] in
|
||||
Key.(create "ipv4_dns" Arg.(opt string "10.139.0.1" doc))
|
||||
Key.(create "ipv4_dns" Arg.(opt string "10.139.1.1" doc))
|
||||
|
||||
let ipv4_dns2 =
|
||||
let doc = Key.Arg.info ~doc:"Manual Second DNS IP setting." ["ipv4-dns2"] in
|
||||
Key.(create "ipv4_dns2" Arg.(opt string "10.139.0.2" doc))
|
||||
Key.(create "ipv4_dns2" Arg.(opt string "10.139.1.2" doc))
|
||||
|
||||
let main =
|
||||
foreign
|
||||
|
Loading…
x
Reference in New Issue
Block a user