This commit is contained in:
Jörg Thalheim 2021-01-08 13:39:39 +01:00
parent 0fb0cbe48f
commit 99d9dadbf2
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92
1 changed files with 5 additions and 1 deletions

View File

@ -59,7 +59,11 @@ in {
port = 8383;
}];
selector.app = "nginx";
externalIPs = [ "95.216.112.61" ];
externalIPs = [
"95.216.112.61"
# FIXME: ipv6 does not work yet
"2a01:4f9:2b:1605::1"
];
};
};
}