mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-01 17:50:51 +02:00
exporting dns
This commit is contained in:
parent
9b26220c24
commit
0e53618a9e
1 changed files with 4 additions and 3 deletions
|
@ -184,9 +184,10 @@
|
||||||
dnsRecords = with nixpkgs.lib;
|
dnsRecords = with nixpkgs.lib;
|
||||||
let
|
let
|
||||||
machineInfo = {
|
machineInfo = {
|
||||||
router = { vpn = "100.100.45.1"; public = "78.192.168.230"; };
|
lisa = { vpn = "100.100.45.12"; public = "212.129.40.11"; };
|
||||||
verso = { vpn = "100.100.45.5"; public = "78.192.168.230"; };
|
lambda = { vpn = "100.100.45.5"; public = "141.145.197.219"; };
|
||||||
saumon = { vpn = "100.100.45.10"; public = "78.192.168.230"; };
|
tower = { vpn = "100.100.45.9"; public = "78.192.168.230"; };
|
||||||
|
core-security = { vpn = "100.100.45.14"; public = "78.192.168.230"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
splitSuffix = len: sep: string:
|
splitSuffix = len: sep: string:
|
||||||
|
|
Loading…
Add table
Reference in a new issue