diff --git a/nodes.md b/nodes.md
index 5942778..0a1f31d 100644
--- a/nodes.md
+++ b/nodes.md
@@ -32,4 +32,11 @@ If not specified, nodes are clearnet IPv6 only
- Public key: `WiHsWwq0TKphHD3PSf8MD9evRiaTRVvldiqvPhKmsVA=`
- Link local: `fe80::129:4`
- Pingable: `fdfe:8d0:7450:400::`
-- Hosting: [C1V Hosting](https://www.c1vhosting.it/)
\ No newline at end of file
+- Hosting: [C1V Hosting](https://www.c1vhosting.it/)
+
+### Stockholm, Sweden
+- `se1.420129.xyz` 1 Gbps
+- Public key: `4X8z+kvm6r5bzfDm6eVOZm4XTq+W1XFNDt+Os3RXOnI=`
+- Link local: `fe80::129:5`
+- Pingable: `fdfe:8d0:7450:500::`
+- Hosting: [Skhron](https://skhron.com.ua/aff.php?aff=23)
\ No newline at end of file
diff --git a/src/map/map.js b/src/map/map.js
index 6bba7bf..d34c454 100644
--- a/src/map/map.js
+++ b/src/map/map.js
@@ -63,6 +63,16 @@ var nodes = {
description: `Location also approximate, there's no evidence of the existence of the data center`,
publicKey: "",
linkLocal: "fe80::129:4"
+ },
+ se1: {
+ country: 'se',
+ location: [59.40917936961455, 17.949191427612632],
+ city: "Stockholm, Sweden",
+ hostname: "se1.420129.xyz",
+ datacenter: "Obe Kista Gate",
+ description: `Routing south almost always through Amsterdam, hence the connection`,
+ publicKey: "",
+ linkLocal: "fe80::129:5"
}
}
@@ -169,7 +179,10 @@ for (let node of Object.values(nodes)) {
line(nodes.de1.location, de1t, "Tunnel (already included in other labels)
4ms");
line(de1t, nodes.pl1.location, "de1 - pl1
24ms");
line(de1t, nodes.nl1.location, "de1 - nl1
10ms");
+line(de1t, nodes.se1.location, "de1 - se1
29ms");
+line(nodes.nl1.location, nodes.pl1.location, "pl1 - nl1
23ms");
line(nodes.nl1.location, nodes.it1.location, "it1 - nl1
25ms");
+line(nodes.nl1.location, nodes.se1.location, "se1 - nl1
21ms");
/*map.on("dragstart", function () {
dismissPopup(false);