Skip to content

Commit

Permalink
fix(piped): rotate ipv6
Browse files Browse the repository at this point in the history
  • Loading branch information
dr460nf1r3 committed Nov 29, 2023
1 parent 079156d commit 1c06c22
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions nixos/hosts/immortalis.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,43 +38,43 @@
ipv6.addresses = [
# Random outgoing
{
address = "2a01:4f8:2200:30ac:76f1:4165:dc8d:eb91";
address = "2a01:4f8:2200:30ac:1af1:21b6:3308:deb2";
prefixLength = 64;
}
{
address = "2a01:4f8:2200:30ac:b9af:eb9f:4ff7:ef00";
address = "2a01:4f8:2200:30ac:cade:d648:183b:d124";
prefixLength = 64;
}
{
address = "2a01:4f8:2200:30ac:235c:b53a:5a82:621a";
address = "2a01:4f8:2200:30ac:88f5:a17d:b7f9:29ec";
prefixLength = 64;
}
{
address = "2a01:4f8:2200:30ac:ed5e:968f:c968:73d2";
address = "2a01:4f8:2200:30ac:15d9:1c11:5638:061b";
prefixLength = 64;
}
{
address = "2a01:4f8:2200:30ac:57ec:a803:3b51:e9c1";
address = "2a01:4f8:2200:30ac:f227:809c:68a9:1838";
prefixLength = 64;
}
{
address = "2a01:4f8:2200:30ac:7a4d:1a53:3a28:b3e5";
address = "2a01:4f8:2200:30ac:f200:387b:ae08:96fe";
prefixLength = 64;
}
{
address = "2a01:4f8:2200:30ac:0ad8:2bdc:3926:36d4";
address = "2a01:4f8:2200:30ac:e10e:b211:8f7b:c138";
prefixLength = 64;
}
{
address = "2a01:4f8:2200:30ac:eec9:ed4d:ce56:70b5";
address = "2a01:4f8:2200:30ac:7eef:59b5:50a9:01a0";
prefixLength = 64;
}
{
address = "2a01:4f8:2200:30ac:80c9:4e67:6a20:731d";
address = "2a01:4f8:2200:30ac:1f08:6f9c:39ae:52f4";
prefixLength = 64;
}
{
address = "2a01:4f8:2200:30ac:d2ff:67a1:da1c:4a8b";
address = "2a01:4f8:2200:30ac:d081:d5c4:58f6:701c";
prefixLength = 64;
}
];
Expand Down Expand Up @@ -249,29 +249,29 @@
# Invalid IP
tcp_outgoing_address 10.254.254.254
tcp_outgoing_address 2a01:4f8:2200:30ac:b9af:eb9f:4ff7:ef00 tenth
tcp_outgoing_address 2a01:4f8:2200:30ac:235c:b53a:5a82:621a ninth
tcp_outgoing_address 2a01:4f8:2200:30ac:ed5e:968f:c968:73d2 eighth
tcp_outgoing_address 2a01:4f8:2200:30ac:57ec:a803:3b51:e9c1 seventh
tcp_outgoing_address 2a01:4f8:2200:30ac:7a4d:1a53:3a28:b3e5 sixth
tcp_outgoing_address 2a01:4f8:2200:30ac:0ad8:2bdc:3926:36d4 fifth
tcp_outgoing_address 2a01:4f8:2200:30ac:eec9:ed4d:ce56:70b5 fourth
tcp_outgoing_address 2a01:4f8:2200:30ac:80c9:4e67:6a20:731d third
tcp_outgoing_address 2a01:4f8:2200:30ac:d2ff:67a1:da1c:4a8b half
tcp_outgoing_address 2a01:4f8:2200:30ac:76f1:4165:dc8d:eb91
tcp_outgoing_address 2a01:4f8:2200:30ac:cade:d648:183b:d124 tenth
tcp_outgoing_address 2a01:4f8:2200:30ac:88f5:a17d:b7f9:29ec ninth
tcp_outgoing_address 2a01:4f8:2200:30ac:15d9:1c11:5638:061b eighth
tcp_outgoing_address 2a01:4f8:2200:30ac:f227:809c:68a9:1838 seventh
tcp_outgoing_address 2a01:4f8:2200:30ac:f200:387b:ae08:96fe sixth
tcp_outgoing_address 2a01:4f8:2200:30ac:e10e:b211:8f7b:c138 fifth
tcp_outgoing_address 2a01:4f8:2200:30ac:7eef:59b5:50a9:01a0 fourth
tcp_outgoing_address 2a01:4f8:2200:30ac:1f08:6f9c:39ae:52f4 third
tcp_outgoing_address 2a01:4f8:2200:30ac:d081:d5c4:58f6:701c half
tcp_outgoing_address 2a01:4f8:2200:30ac:1af1:21b6:3308:deb2
# Invalid IP
udp_outgoing_address 10.254.254.254
udp_outgoing_address 2a01:4f8:2200:30ac:b9af:eb9f:4ff7:ef00 tenth
udp_outgoing_address 2a01:4f8:2200:30ac:235c:b53a:5a82:621a ninth
udp_outgoing_address 2a01:4f8:2200:30ac:ed5e:968f:c968:73d2 eighth
udp_outgoing_address 2a01:4f8:2200:30ac:57ec:a803:3b51:e9c1 seventh
udp_outgoing_address 2a01:4f8:2200:30ac:7a4d:1a53:3a28:b3e5 sixth
udp_outgoing_address 2a01:4f8:2200:30ac:0ad8:2bdc:3926:36d4 fifth
udp_outgoing_address 2a01:4f8:2200:30ac:eec9:ed4d:ce56:70b5 fourth
udp_outgoing_address 2a01:4f8:2200:30ac:80c9:4e67:6a20:731d third
udp_outgoing_address 2a01:4f8:2200:30ac:d2ff:67a1:da1c:4a8b half
udp_outgoing_address 2a01:4f8:2200:30ac:76f1:4165:dc8d:eb91
udp_outgoing_address 2a01:4f8:2200:30ac:cade:d648:183b:d124 tenth
udp_outgoing_address 2a01:4f8:2200:30ac:88f5:a17d:b7f9:29ec ninth
udp_outgoing_address 2a01:4f8:2200:30ac:15d9:1c11:5638:061b eighth
udp_outgoing_address 2a01:4f8:2200:30ac:f227:809c:68a9:1838 seventh
udp_outgoing_address 2a01:4f8:2200:30ac:f200:387b:ae08:96fe sixth
udp_outgoing_address 2a01:4f8:2200:30ac:e10e:b211:8f7b:c138 fifth
udp_outgoing_address 2a01:4f8:2200:30ac:7eef:59b5:50a9:01a0 fourth
udp_outgoing_address 2a01:4f8:2200:30ac:1f08:6f9c:39ae:52f4 third
udp_outgoing_address 2a01:4f8:2200:30ac:d081:d5c4:58f6:701c half
udp_outgoing_address 2a01:4f8:2200:30ac:1af1:21b6:3308:deb2
'';
proxyAddress = "10.0.5.1";
};
Expand Down

0 comments on commit 1c06c22

Please sign in to comment.