mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-31 01:00:54 +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;
|
||||
let
|
||||
machineInfo = {
|
||||
router = { vpn = "100.100.45.1"; public = "78.192.168.230"; };
|
||||
verso = { vpn = "100.100.45.5"; public = "78.192.168.230"; };
|
||||
saumon = { vpn = "100.100.45.10"; public = "78.192.168.230"; };
|
||||
lisa = { vpn = "100.100.45.12"; public = "212.129.40.11"; };
|
||||
lambda = { vpn = "100.100.45.5"; public = "141.145.197.219"; };
|
||||
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:
|
||||
|
|
Loading…
Add table
Reference in a new issue