Skip to content

Commit

Permalink
fix(piped): rotate IPv6
Browse files Browse the repository at this point in the history
Fixes #7
  • Loading branch information
dr460nf1r3 committed Nov 20, 2023
1 parent c885470 commit d8e4e8b
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:deb5:0bf0:a197:9dda";
address = "2a01:4f8:2200:30ac:76f1:4165:dc8d:eb91";
prefixLength = 64;
}
{
address = "2a01:4f8:2200:30ac:0860:e20f:d76a:e86d";
address = "2a01:4f8:2200:30ac:b9af:eb9f:4ff7:ef00";
prefixLength = 64;
}
{
address = "2a01:4f8:2200:30ac:eed4:e800:82af:23ee";
address = "2a01:4f8:2200:30ac:235c:b53a:5a82:621a";
prefixLength = 64;
}
{
address = "2a01:4f8:2200:30ac:6784:0b97:6e5c:58c0";
address = "2a01:4f8:2200:30ac:ed5e:968f:c968:73d2";
prefixLength = 64;
}
{
address = "2a01:4f8:2200:30ac:a9dc:093d:0c36:e397";
address = "2a01:4f8:2200:30ac:57ec:a803:3b51:e9c1";
prefixLength = 64;
}
{
address = "2a01:4f8:2200:30ac:769c:f08f:8bc5:37ae";
address = "2a01:4f8:2200:30ac:7a4d:1a53:3a28:b3e5";
prefixLength = 64;
}
{
address = "2a01:4f8:2200:30ac:70ae:06d0:5428:6c6e";
address = "2a01:4f8:2200:30ac:0ad8:2bdc:3926:36d4";
prefixLength = 64;
}
{
address = "2a01:4f8:2200:30ac:14dd:95dc:bac2:f7a2";
address = "2a01:4f8:2200:30ac:eec9:ed4d:ce56:70b5";
prefixLength = 64;
}
{
address = "2a01:4f8:2200:30ac:6500:13c1:ea05:4c0b";
address = "2a01:4f8:2200:30ac:80c9:4e67:6a20:731db";
prefixLength = 64;
}
{
address = "2a01:4f8:2200:30ac:2576:3beb:1d96:50e9";
address = "2a01:4f8:2200:30ac:d2ff:67a1:da1c:4a8b";
prefixLength = 64;
}
];
Expand Down Expand Up @@ -236,29 +236,29 @@
# Invalid IP
tcp_outgoing_address 10.254.254.254
tcp_outgoing_address 2a01:4f8:2200:30ac:0860:e20f:d76a:e86d tenth
tcp_outgoing_address 2a01:4f8:2200:30ac:eed4:e800:82af:23ee ninth
tcp_outgoing_address 2a01:4f8:2200:30ac:6784:0b97:6e5c:58c0 eighth
tcp_outgoing_address 2a01:4f8:2200:30ac:a9dc:093d:0c36:e397 seventh
tcp_outgoing_address 2a01:4f8:2200:30ac:769c:f08f:8bc5:37ae sixth
tcp_outgoing_address 2a01:4f8:2200:30ac:70ae:06d0:5428:6c6e fifth
tcp_outgoing_address 2a01:4f8:2200:30ac:14dd:95dc:bac2:f7a2 fourth
tcp_outgoing_address 2a01:4f8:2200:30ac:6500:13c1:ea05:4c0b third
tcp_outgoing_address 2a01:4f8:2200:30ac:2576:3beb:1d96:50e9 half
tcp_outgoing_address 2a01:4f8:2200:30ac:deb5:0bf0:a197:9dda
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:731db third
tcp_outgoing_address 2a01:4f8:2200:30ac:d2ff:67a1:da1c:4a8b half
tcp_outgoing_address 2a01:4f8:2200:30ac:76f1:4165:dc8d:eb91
# Invalid IP
udp_outgoing_address 10.254.254.254
udp_outgoing_address 2a01:4f8:2200:30ac:0860:e20f:d76a:e86d tenth
udp_outgoing_address 2a01:4f8:2200:30ac:eed4:e800:82af:23ee ninth
udp_outgoing_address 2a01:4f8:2200:30ac:6784:0b97:6e5c:58c0 eighth
udp_outgoing_address 2a01:4f8:2200:30ac:a9dc:093d:0c36:e397 seventh
udp_outgoing_address 2a01:4f8:2200:30ac:769c:f08f:8bc5:37ae sixth
udp_outgoing_address 2a01:4f8:2200:30ac:70ae:06d0:5428:6c6e fifth
udp_outgoing_address 2a01:4f8:2200:30ac:14dd:95dc:bac2:f7a2 fourth
udp_outgoing_address 2a01:4f8:2200:30ac:6500:13c1:ea05:4c0b third
udp_outgoing_address 2a01:4f8:2200:30ac:2576:3beb:1d96:50e9 half
udp_outgoing_address 2a01:4f8:2200:30ac:deb5:0bf0:a197:9dda
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:731db third
udp_outgoing_address 2a01:4f8:2200:30ac:d2ff:67a1:da1c:4a8b half
udp_outgoing_address 2a01:4f8:2200:30ac:76f1:4165:dc8d:eb91
'';
proxyAddress = "10.0.5.1";
};
Expand Down

0 comments on commit d8e4e8b

Please sign in to comment.