mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-14 11:47:32 +00:00
nixos/lib/vargen: bump
Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
parent
eefde88fdd
commit
033805cd8b
2 changed files with 30 additions and 14 deletions
|
@ -198,8 +198,12 @@ func main() {
|
|||
Preference: medium,
|
||||
IPv4: wan4,
|
||||
}
|
||||
out.Interfaces["wwan0"] = iface{
|
||||
Name: "wwp0s19u1u3i12",
|
||||
out.Interfaces["wan1"] = iface{
|
||||
Name: "wan1",
|
||||
Preference: medium,
|
||||
}
|
||||
out.Interfaces["wan2"] = iface{
|
||||
Name: "wan2",
|
||||
Preference: medium,
|
||||
}
|
||||
|
||||
|
|
|
@ -384,6 +384,30 @@
|
|||
},
|
||||
"hosts": null
|
||||
},
|
||||
"wan1": {
|
||||
"name": "wan1",
|
||||
"preference": "medium",
|
||||
"internal_dns": false,
|
||||
"ipv4": "",
|
||||
"ipv6": {
|
||||
"gua": "",
|
||||
"ula": "",
|
||||
"lla": ""
|
||||
},
|
||||
"hosts": null
|
||||
},
|
||||
"wan2": {
|
||||
"name": "wan2",
|
||||
"preference": "medium",
|
||||
"internal_dns": false,
|
||||
"ipv4": "",
|
||||
"ipv6": {
|
||||
"gua": "",
|
||||
"ula": "",
|
||||
"lla": ""
|
||||
},
|
||||
"hosts": null
|
||||
},
|
||||
"wg0": {
|
||||
"name": "wg0",
|
||||
"preference": "medium",
|
||||
|
@ -395,18 +419,6 @@
|
|||
"lla": "fe80::1"
|
||||
},
|
||||
"hosts": []
|
||||
},
|
||||
"wwan0": {
|
||||
"name": "wwp0s19u1u3i12",
|
||||
"preference": "medium",
|
||||
"internal_dns": false,
|
||||
"ipv4": "",
|
||||
"ipv6": {
|
||||
"gua": "",
|
||||
"ula": "",
|
||||
"lla": ""
|
||||
},
|
||||
"hosts": null
|
||||
}
|
||||
},
|
||||
"wireguard": {
|
||||
|
|
Loading…
Reference in a new issue