nginx
tcp/443 tcp/80
undefined
tcp/443 tcp/80
Open service 34.149.216.32:80
2026-01-26 15:10
HTTP/1.1 404 Not Found Date: Mon, 26 Jan 2026 15:10:48 GMT Content-Length: 74 Content-Type: text/plain; charset=utf-8 Via: 1.1 google Cache-Control: no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0 Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline' https://cdn.jsdelivr.net https://cdnjs.cloudflare.com https://scale.njuko.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://cdn.jsdelivr.net https://cdnjs.cloudflare.com; img-src 'self' data: https:; font-src 'self' data: https://fonts.gstatic.com https://cdn.jsdelivr.net; connect-src 'self' https://front-api.njuko.com https://scale.njuko.com https://cdn.jsdelivr.net https://cdnjs.cloudflare.com https://fonts.googleapis.com; frame-ancestors 'self'; Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN Referrer-Policy: strict-origin-when-cross-origin Permissions-Policy: geolocation=(), microphone=(), camera=() Connection: close response 404 (backend NotFound), service rules for the path non-existent
Open service 34.149.216.32:443 · courses.de.transalpine-run.com
2026-01-10 01:38
HTTP/1.1 200 OK
Server: nginx
Date: Sat, 10 Jan 2026 01:38:42 GMT
Content-Type: text/html
Content-Length: 5718
Last-Modified: Thu, 18 Apr 2024 06:17:09 GMT
Vary: Accept-Encoding
ETag: "6620bae5-1656"
Cache-Control: no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0
Accept-Ranges: bytes
Via: 1.1 google
Strict-Transport-Security: max-age= 31536000; includeSubDomains
X-XSS-Protection: 1; mode=block
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Connection: close
Page title: Courses
<!doctype html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<title>Courses</title>
<base href="/">
<meta charset="utf-8">
<meta http-equiv="cache-control" content="no-cache, must-revalidate, post-check=0, pre-check=0" />
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="pragma" content="no-cache" />
<meta name="description" content="registrations">
<meta name="author" content="njuko">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="theme-color" content="#3C4252">
<link href="assets/icons/meteocons/style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli:300,400,600,700" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/redoc/bundles/redoc.standalone.js"> </script>
<!-- FUSE Splash Screen CSS -->
<style type="text/css">
.image1 {
filter: grayscale(100%) blur(4px);
transition: all 0.5s ease;
}
.image2 {
filter: grayscale(66%) blur(3px);
transition: all 0.5s ease;
}
.image3 {
filter: grayscale(33%) blur(2px);
transition: all 0.5s ease;
}
#fuse-splash-screen {
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #2D323D;
z-index: 99999;
pointer-events: none;
}
#fuse-splash-screen .center {
display: block;
width: 100%;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
#fuse-splash-screen .logo {
width: 128px;
margin: 0 auto;
}
#fuse-splash-screen .logo img {
filter: drop-shadow(0px 10px 6px rgba(0, 0, 0, 0.2))
}
#fuse-splash-screen .spinner-wrapper {
display: block;
position: relative;
width: 100%;
min-height: 100px;
height: 100px;
}
#fuse-splash-screen .spinner-wrapper .spinner {
position: absolute;
overflow: hidden;
left: 50%;
margin-left: -50px;
animation: outer-rotate 2.91667s linear infinite;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner {
width: 100px;
height: 100px;
position: relative;
animation: sporadic-rotate 5.25s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .gap {
position: absolute;
left: 49px;
right: 49px;
top: 0;
bottom: 0;
border-top: 10px solid;
box-sizing: border-box;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .left,
#fuse-splash-screen .spinner-wrapper .spinner .inner .right {
position: absolute;
top: 0;
height: 100px;
width: 50px;
overflow: hidden;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .left .halfcircle,
#fuse-splash-screen .spinner-wrapper .spinner .inner .right .halfcircle {
position: absolute;
top: 0;
width: 100px;
height: 100px;
box-sizing: border-box;
border: 10px solid #4285F4;
border-bottom-color: transparent;
border-radius: 50%;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .left {
left: 0;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .left .halfcircle {
left: 0;
border-right-color: transparent;
animation: left-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
-webkit-animation: left-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .right {
right: 0;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .right .halfcircle {
right: 0;
border-left-color: transparent;
animation: right-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
-webkit-animation: right-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}
@keyframes outer-rotate {
0% {
transform: rotate(0deg) scale(0.5);
}
100% {
transform: rotate(360deg) scale(0.5);
}
}
@keyframes left-wobble {
0%, 100% {
transform: rotate(130deg);
}
50% {
transform: rotate(-5deg);
}
Open service 34.149.216.32:80 · courses.de.transalpine-run.com
2026-01-10 01:38
HTTP/1.1 301 Moved Permanently Server: nginx Content-Length: 162 Location: https://courses.de.transalpine-run.com/ Via: 1.1 google Date: Sat, 10 Jan 2026 01:38:39 GMT Content-Type: text/html Age: 61 Strict-Transport-Security: max-age= 31536000; includeSubDomains X-XSS-Protection: 1; mode=block Connection: close Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 34.149.216.32:443 · store.de.transalpine-run.com
2026-01-10 01:38
HTTP/1.1 200 OK
Server: undefined
Date: Sat, 10 Jan 2026 01:38:42 GMT
Content-Type: text/html
Content-Length: 5511
Last-Modified: Fri, 09 Jan 2026 13:35:54 GMT
Vary: Accept-Encoding
ETag: "6961043a-1587"
Cache-Control: no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0
Accept-Ranges: bytes
Via: 1.1 google
Strict-Transport-Security: max-age= 31536000; includeSubDomains
X-XSS-Protection: 1; mode=block
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Connection: close
Page title: store
<!doctype html>
<html>
<head>
<title>store</title>
<base href="/">
<meta charset="utf-8">
<meta http-equiv="cache-control" content="no-cache, must-revalidate, post-check=0, pre-check=0" />
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="pragma" content="no-cache" />
<meta name="description" content="registrations">
<meta name="author" content="njuko">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="theme-color" content="#3C4252">
<link href="assets/icons/meteocons/style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli:300,400,600,700" rel="stylesheet">
<!-- FUSE Splash Screen CSS -->
<style type="text/css">
.image1 {
filter: grayscale(100%) blur(4px);
transition: all 0.5s ease;
}
.image2 {
filter: grayscale(66%) blur(3px);
transition: all 0.5s ease;
}
.image3 {
filter: grayscale(33%) blur(2px);
transition: all 0.5s ease;
}
#fuse-splash-screen {
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #2D323D;
z-index: 99999;
pointer-events: none;
}
#fuse-splash-screen .center {
display: block;
width: 100%;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
#fuse-splash-screen .logo {
width: 128px;
margin: 0 auto;
}
#fuse-splash-screen .logo img {
filter: drop-shadow(0px 10px 6px rgba(0, 0, 0, 0.2))
}
#fuse-splash-screen .spinner-wrapper {
display: block;
position: relative;
width: 100%;
min-height: 100px;
height: 100px;
}
#fuse-splash-screen .spinner-wrapper .spinner {
position: absolute;
overflow: hidden;
left: 50%;
margin-left: -50px;
animation: outer-rotate 2.91667s linear infinite;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner {
width: 100px;
height: 100px;
position: relative;
animation: sporadic-rotate 5.25s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .gap {
position: absolute;
left: 49px;
right: 49px;
top: 0;
bottom: 0;
border-top: 10px solid;
box-sizing: border-box;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .left,
#fuse-splash-screen .spinner-wrapper .spinner .inner .right {
position: absolute;
top: 0;
height: 100px;
width: 50px;
overflow: hidden;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .left .halfcircle,
#fuse-splash-screen .spinner-wrapper .spinner .inner .right .halfcircle {
position: absolute;
top: 0;
width: 100px;
height: 100px;
box-sizing: border-box;
border: 10px solid #4285F4;
border-bottom-color: transparent;
border-radius: 50%;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .left {
left: 0;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .left .halfcircle {
left: 0;
border-right-color: transparent;
animation: left-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
-webkit-animation: left-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .right {
right: 0;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .right .halfcircle {
right: 0;
border-left-color: transparent;
animation: right-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
-webkit-animation: right-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}
@keyframes outer-rotate {
0% {
transform: rotate(0deg) scale(0.5);
}
100% {
transform: rotate(360deg) scale(0.5);
}
}
@keyframes left-wobble {
0%, 100% {
transform: rotate(130deg);
}
50% {
transform: rotate(-5deg);
}
}
@keyframes right-wobble {
0%, 100% {
transform: rotate(-130deg);
}
50% {
transform: rotate(5deg);
}
}
@keyframes s
Open service 34.149.216.32:443 · accounts.de.transalpine-run.com
2026-01-10 01:38
HTTP/1.1 200 OK
Server: nginx
Date: Sat, 10 Jan 2026 01:38:41 GMT
Content-Type: text/html
Content-Length: 8002
Last-Modified: Thu, 18 Apr 2024 06:33:55 GMT
Vary: Accept-Encoding
ETag: "6620bed3-1f42"
Cache-Control: no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0
Accept-Ranges: bytes
Via: 1.1 google
Strict-Transport-Security: max-age= 31536000; includeSubDomains
X-XSS-Protection: 1; mode=block
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Connection: close
Page title: accounts
<!doctype html>
<html>
<head>
<title>accounts</title>
<base href="/">
<meta charset="utf-8">
<meta http-equiv="cache-control" content="no-cache, must-revalidate, post-check=0, pre-check=0" />
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="pragma" content="no-cache" />
<meta name="description" content="accounts">
<meta name="author" content="njuko">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="theme-color" content="#3C4252">
<link href="assets/icons/meteocons/style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli:300,400,600,700" rel="stylesheet">
<!-- FUSE Splash Screen CSS -->
<style type="text/css">
.image1 {
filter: grayscale(100%) blur(4px);
transition: all 0.5s ease;
}
.image2 {
filter: grayscale(66%) blur(3px);
transition: all 0.5s ease;
}
.image3 {
filter: grayscale(33%) blur(2px);
transition: all 0.5s ease;
}
#fuse-splash-screen {
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #2D323D;
z-index: 99999;
pointer-events: none;
}
#fuse-splash-screen .center {
display: block;
width: 100%;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
#fuse-splash-screen .logo {
width: 128px;
margin: 0 auto;
}
#fuse-splash-screen .logo img {
filter: drop-shadow(0px 10px 6px rgba(0, 0, 0, 0.2))
}
#fuse-splash-screen .spinner-wrapper {
display: block;
position: relative;
width: 100%;
min-height: 100px;
height: 100px;
}
#fuse-splash-screen .spinner-wrapper .spinner {
position: absolute;
overflow: hidden;
left: 50%;
margin-left: -50px;
animation: outer-rotate 2.91667s linear infinite;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner {
width: 100px;
height: 100px;
position: relative;
animation: sporadic-rotate 5.25s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .gap {
position: absolute;
left: 49px;
right: 49px;
top: 0;
bottom: 0;
border-top: 10px solid;
box-sizing: border-box;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .left,
#fuse-splash-screen .spinner-wrapper .spinner .inner .right {
position: absolute;
top: 0;
height: 100px;
width: 50px;
overflow: hidden;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .left .halfcircle,
#fuse-splash-screen .spinner-wrapper .spinner .inner .right .halfcircle {
position: absolute;
top: 0;
width: 100px;
height: 100px;
box-sizing: border-box;
border: 10px solid #4285F4;
border-bottom-color: transparent;
border-radius: 50%;
}
#fuse-
Open service 34.149.216.32:443 · financial-api.de.transalpine-run.com
2026-01-10 01:38
HTTP/1.1 200 OK content-type: text/html; charset=utf-8 vary: origin access-control-expose-headers: WWW-Authenticate,Server-Authorization cache-control: no-cache Content-Length: 14 accept-ranges: bytes Date: Sat, 10 Jan 2026 01:38:41 GMT Via: 1.1 google Strict-Transport-Security: max-age= 31536000; includeSubDomains X-XSS-Protection: 1; mode=block Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000 Connection: close I'm healthy!!!
Open service 34.149.216.32:80 · store.de.transalpine-run.com
2026-01-10 01:38
HTTP/1.1 301 Moved Permanently Server: undefined Date: Sat, 10 Jan 2026 01:39:39 GMT Content-Type: text/html Content-Length: 162 Location: https://store.de.transalpine-run.com/ Via: 1.1 google Strict-Transport-Security: max-age= 31536000; includeSubDomains X-XSS-Protection: 1; mode=block Connection: close Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 34.149.216.32:443 · socket.de.transalpine-run.com
2026-01-10 01:38
HTTP/1.1 404 Not Found Date: Sat, 10 Jan 2026 01:38:41 GMT Via: 1.1 google Content-Length: 0 Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000 Connection: close
Open service 34.149.216.32:80 · socket.de.transalpine-run.com
2026-01-10 01:38
HTTP/1.1 404 Not Found Date: Sat, 10 Jan 2026 01:39:39 GMT Via: 1.1 google Content-Length: 0 Connection: close
Open service 34.149.216.32:443 · my-structure.de.transalpine-run.com
2026-01-10 01:38
HTTP/1.1 200 OK
Server: undefined
Date: Sat, 10 Jan 2026 01:38:41 GMT
Content-Type: text/html
Content-Length: 8024
Last-Modified: Fri, 09 Jan 2026 13:37:07 GMT
Vary: Accept-Encoding
ETag: "69610483-1f58"
Cache-Control: no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0
Accept-Ranges: bytes
Via: 1.1 google
Strict-Transport-Security: max-age= 31536000; includeSubDomains
X-XSS-Protection: 1; mode=block
X-Frame-Options: SAMEORIGIN
X-Permitted-Cross-Domain-Policies: none
X-Content-Type-Options: nosniff
Referrer-Policy: no-referrer
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Connection: close
Page title: my structure
<!doctype html>
<html>
<head>
<title>my structure</title>
<base href="/">
<meta charset="utf-8">
<meta http-equiv="cache-control" content="no-cache, must-revalidate, post-check=0, pre-check=0" />
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="pragma" content="no-cache" />
<meta name="description" content="my structure">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="theme-color" content="#3C4252">
<link href="assets/icons/meteocons/style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli:300,400,600,700" rel="stylesheet">
<!-- FUSE Splash Screen CSS -->
<style type="text/css">
.image1 {
filter: grayscale(100%) blur(4px);
transition: all 0.5s ease;
}
.image2 {
filter: grayscale(66%) blur(3px);
transition: all 0.5s ease;
}
.image3 {
filter: grayscale(33%) blur(2px);
transition: all 0.5s ease;
}
#fuse-splash-screen {
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #2D323D;
z-index: 99999;
pointer-events: none;
}
#fuse-splash-screen .center {
display: block;
width: 100%;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
#fuse-splash-screen .logo {
width: 128px;
margin: 0 auto;
}
#fuse-splash-screen .logo img {
filter: drop-shadow(0px 10px 6px rgba(0, 0, 0, 0.2))
}
#fuse-splash-screen .spinner-wrapper {
display: block;
position: relative;
width: 100%;
min-height: 100px;
height: 100px;
}
#fuse-splash-screen .spinner-wrapper .spinner {
position: absolute;
overflow: hidden;
left: 50%;
margin-left: -50px;
animation: outer-rotate 2.91667s linear infinite;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner {
width: 100px;
height: 100px;
position: relative;
animation: sporadic-rotate 5.25s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .gap {
position: absolute;
left: 49px;
right: 49px;
top: 0;
bottom: 0;
border-top: 10px solid;
box-sizing: border-box;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .left,
#fuse-splash-screen .spinner-wrapper .spinner .inner .right {
position: absolute;
top: 0;
height: 100px;
width: 50px;
overflow: hidden;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .left .halfcircle,
#fuse-splash-screen .spinner-wrapper .spinner .inner .right .halfcircle {
position: absolute;
top: 0;
width: 100px;
height: 100px;
box-sizing: border-box;
border: 10px solid #4285F4;
border-bottom-color: transparent;
border-radius: 50%;
}
#fuse-splash-screen .spinner-wrapper .spinne
Open service 34.149.216.32:80 · financial-api.de.transalpine-run.com
2026-01-10 01:38
HTTP/1.1 200 OK content-type: text/html; charset=utf-8 vary: origin access-control-expose-headers: WWW-Authenticate,Server-Authorization cache-control: no-cache Content-Length: 14 accept-ranges: bytes Date: Sat, 10 Jan 2026 01:39:40 GMT Via: 1.1 google Strict-Transport-Security: max-age= 31536000; includeSubDomains X-XSS-Protection: 1; mode=block Connection: close I'm healthy!!!
Open service 34.149.216.32:80 · developer.de.transalpine-run.com
2026-01-10 01:38
HTTP/1.1 301 Moved Permanently Server: nginx Content-Length: 162 Location: https://developer.de.transalpine-run.com/ Via: 1.1 google Date: Sat, 10 Jan 2026 01:38:39 GMT Content-Type: text/html Age: 60 Strict-Transport-Security: max-age= 31536000; includeSubDomains X-XSS-Protection: 1; mode=block Connection: close Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 34.149.216.32:80 · portal.de.transalpine-run.com
2026-01-10 01:38
HTTP/1.1 301 Moved Permanently Server: nginx Content-Length: 162 Location: https://portal.de.transalpine-run.com/ Via: 1.1 google Date: Sat, 10 Jan 2026 01:38:39 GMT Content-Type: text/html Age: 60 Strict-Transport-Security: max-age= 31536000; includeSubDomains X-XSS-Protection: 1; mode=block Connection: close Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 34.149.216.32:443 · developer.de.transalpine-run.com
2026-01-10 01:38
HTTP/1.1 200 OK
Server: nginx
Date: Sat, 10 Jan 2026 01:38:41 GMT
Content-Type: text/html
Content-Length: 5675
Last-Modified: Fri, 09 Jan 2026 13:34:03 GMT
Vary: Accept-Encoding
ETag: "696103cb-162b"
Cache-Control: no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0
Accept-Ranges: bytes
Via: 1.1 google
Strict-Transport-Security: max-age= 31536000; includeSubDomains
X-XSS-Protection: 1; mode=block
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Connection: close
Page title: Developer
<!doctype html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<title>Developer</title>
<base href="/">
<meta charset="utf-8">
<meta http-equiv="cache-control" content="no-cache, must-revalidate, post-check=0, pre-check=0" />
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="pragma" content="no-cache" />
<meta name="description" content="registrations">
<meta name="author" content="njuko">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="theme-color" content="#3C4252">
<link href="assets/icons/meteocons/style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli:300,400,600,700" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/redoc@2.0.0-alpha.40/bundles/redoc.standalone.js"> </script>
<!-- FUSE Splash Screen CSS -->
<style type="text/css">
.image1 {
filter: grayscale(100%) blur(4px);
transition: all 0.5s ease;
}
.image2 {
filter: grayscale(66%) blur(3px);
transition: all 0.5s ease;
}
.image3 {
filter: grayscale(33%) blur(2px);
transition: all 0.5s ease;
}
#fuse-splash-screen {
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #2D323D;
z-index: 99999;
pointer-events: none;
}
#fuse-splash-screen .center {
display: block;
width: 100%;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
#fuse-splash-screen .logo {
width: 128px;
margin: 0 auto;
}
#fuse-splash-screen .logo img {
filter: drop-shadow(0px 10px 6px rgba(0, 0, 0, 0.2))
}
#fuse-splash-screen .spinner-wrapper {
display: block;
position: relative;
width: 100%;
min-height: 100px;
height: 100px;
}
#fuse-splash-screen .spinner-wrapper .spinner {
position: absolute;
overflow: hidden;
left: 50%;
margin-left: -50px;
animation: outer-rotate 2.91667s linear infinite;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner {
width: 100px;
height: 100px;
position: relative;
animation: sporadic-rotate 5.25s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .gap {
position: absolute;
left: 49px;
right: 49px;
top: 0;
bottom: 0;
border-top: 10px solid;
box-sizing: border-box;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .left,
#fuse-splash-screen .spinner-wrapper .spinner .inner .right {
position: absolute;
top: 0;
height: 100px;
width: 50px;
overflow: hidden;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .left .halfcircle,
#fuse-splash-screen .spinner-wrapper .spinner .inner .right .halfcircle {
position: absolute;
top: 0;
width: 100px;
height: 100px;
box-sizing: border-box;
border: 10px solid #4285F4;
border-bottom-color: transparent;
border-radius: 50%;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .left {
left: 0;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .left .halfcircle {
left: 0;
border-right-color: transparent;
animation: left-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
-webkit-animation: left-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .right {
right: 0;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .right .halfcircle {
right: 0;
border-left-color: transparent;
animation: right-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
-webkit-animation: right-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}
@keyframes outer-rotate {
0% {
transform: rotate(0deg) scale(0.5);
}
100% {
transform: rotate(360deg) scale(0.5);
}
}
@keyframes left-wobble {
0%, 100% {
transform: rotate(130deg);
}
50% {
transform: ro
Open service 34.149.216.32:80 · my-structure.de.transalpine-run.com
2026-01-10 01:38
HTTP/1.1 301 Moved Permanently Server: undefined Content-Length: 162 Location: https://my-structure.de.transalpine-run.com/ Via: 1.1 google Date: Sat, 10 Jan 2026 01:38:39 GMT Content-Type: text/html Age: 60 Strict-Transport-Security: max-age= 31536000; includeSubDomains X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN X-Permitted-Cross-Domain-Policies: none X-Content-Type-Options: nosniff Referrer-Policy: no-referrer Connection: close Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 34.149.216.32:443 · api.de.transalpine-run.com
2026-01-10 01:38
HTTP/1.1 200 OK content-type: text/html; charset=utf-8 vary: origin access-control-expose-headers: WWW-Authenticate,Server-Authorization cache-control: no-cache Content-Length: 14 accept-ranges: bytes Date: Sat, 10 Jan 2026 01:38:41 GMT Via: 1.1 google Strict-Transport-Security: max-age= 31536000; includeSubDomains X-XSS-Protection: 1; mode=block Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000 Connection: close I'm healthy!!!
Open service 34.149.216.32:80 · accounts.de.transalpine-run.com
2026-01-10 01:38
HTTP/1.1 301 Moved Permanently Server: nginx Content-Length: 162 Location: https://accounts.de.transalpine-run.com/ Via: 1.1 google Date: Sat, 10 Jan 2026 01:38:39 GMT Content-Type: text/html Age: 60 Strict-Transport-Security: max-age= 31536000; includeSubDomains X-XSS-Protection: 1; mode=block Connection: close Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 34.149.216.32:80 · api.de.transalpine-run.com
2026-01-10 01:38
HTTP/1.1 200 OK content-type: text/html; charset=utf-8 vary: origin access-control-expose-headers: WWW-Authenticate,Server-Authorization cache-control: no-cache Content-Length: 14 accept-ranges: bytes Date: Sat, 10 Jan 2026 01:39:39 GMT Via: 1.1 google Strict-Transport-Security: max-age= 31536000; includeSubDomains X-XSS-Protection: 1; mode=block Connection: close I'm healthy!!!
Open service 34.149.216.32:443 · portal.de.transalpine-run.com
2026-01-10 01:38
HTTP/1.1 200 OK
Server: nginx
Date: Sat, 10 Jan 2026 01:38:41 GMT
Content-Type: text/html
Content-Length: 5623
Last-Modified: Fri, 09 Jan 2026 13:36:06 GMT
Vary: Accept-Encoding
ETag: "69610446-15f7"
Cache-Control: no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0
Accept-Ranges: bytes
Via: 1.1 google
Strict-Transport-Security: max-age= 31536000; includeSubDomains
X-XSS-Protection: 1; mode=block
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Connection: close
Page title: Portal
<!doctype html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<title>Portal</title>
<base href="/">
<meta charset="utf-8">
<meta http-equiv="cache-control" content="no-cache, must-revalidate, post-check=0, pre-check=0" />
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="pragma" content="no-cache" />
<meta name="description" content="registrations">
<meta name="author" content="njuko">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="theme-color" content="#3C4252">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli:300,400,600,700" rel="stylesheet">
<!-- FUSE Splash Screen CSS -->
<style type="text/css">
.image1 {
filter: grayscale(100%) blur(4px);
transition: all 0.5s ease;
}
.image2 {
filter: grayscale(66%) blur(3px);
transition: all 0.5s ease;
}
.image3 {
filter: grayscale(33%) blur(2px);
transition: all 0.5s ease;
}
#fuse-splash-screen {
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #2D323D;
z-index: 99999;
pointer-events: none;
}
#fuse-splash-screen .center {
display: block;
width: 100%;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
#fuse-splash-screen .logo {
width: 128px;
margin: 0 auto;
}
#fuse-splash-screen .logo img {
filter: drop-shadow(0px 10px 6px rgba(0, 0, 0, 0.2))
}
#fuse-splash-screen .spinner-wrapper {
display: block;
position: relative;
width: 100%;
min-height: 100px;
height: 100px;
}
#fuse-splash-screen .spinner-wrapper .spinner {
position: absolute;
overflow: hidden;
left: 50%;
margin-left: -50px;
animation: outer-rotate 2.91667s linear infinite;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner {
width: 100px;
height: 100px;
position: relative;
animation: sporadic-rotate 5.25s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .gap {
position: absolute;
left: 49px;
right: 49px;
top: 0;
bottom: 0;
border-top: 10px solid;
box-sizing: border-box;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .left,
#fuse-splash-screen .spinner-wrapper .spinner .inner .right {
position: absolute;
top: 0;
height: 100px;
width: 50px;
overflow: hidden;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .left .halfcircle,
#fuse-splash-screen .spinner-wrapper .spinner .inner .right .halfcircle {
position: absolute;
top: 0;
width: 100px;
height: 100px;
box-sizing: border-box;
border: 10px solid #4285F4;
border-bottom-color: transparent;
border-radius: 50%;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .left {
left: 0;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .left .halfcircle {
left: 0;
border-right-color: transparent;
animation: left-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
-webkit-animation: left-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .right {
right: 0;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .right .halfcircle {
right: 0;
border-left-color: transparent;
animation: right-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
-webkit-animation: right-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}
@keyframes outer-rotate {
0% {
transform: rotate(0deg) scale(0.5);
}
100% {
transform: rotate(360deg) scale(0.5);
}
}
@keyframes left-wobble {
0%, 100% {
transform: rotate(130deg);
}
50% {
transform: rotate(-5deg);
}
}
@keyframes right-wobble {
0%, 100% {
transform: rotate(-130deg);
}
50% {
transform: rotate(5deg);
}
}
@keyframes sporadic-r
Open service 34.149.216.32:80 · in.de.transalpine-run.com
2026-01-10 01:38
HTTP/1.1 301 Moved Permanently Server: undefined Content-Length: 162 Location: https://in.de.transalpine-run.com/ Via: 1.1 google Date: Sat, 10 Jan 2026 01:38:39 GMT Content-Type: text/html Age: 60 Strict-Transport-Security: max-age= 31536000; includeSubDomains X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN X-Permitted-Cross-Domain-Policies: none Referrer-Policy: origin Connection: close Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 34.149.216.32:443 · registrations.de.transalpine-run.com
2026-01-10 01:38
HTTP/1.1 200 OK
Server: undefined
Date: Sat, 10 Jan 2026 01:38:41 GMT
Content-Type: text/html
Content-Length: 6239
Last-Modified: Fri, 09 Jan 2026 13:45:26 GMT
Vary: Accept-Encoding
ETag: "69610676-185f"
Cache-Control: no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0
Accept-Ranges: bytes
Via: 1.1 google
Strict-Transport-Security: max-age= 31536000; includeSubDomains
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Permitted-Cross-Domain-Policies: none
Referrer-Policy: no-referrer
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Connection: close
Page title: registrations
<!doctype html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QXVH03Y0B7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-QXVH03Y0B7');
</script>
<title>registrations</title>
<base href="/">
<meta charset="utf-8">
<meta http-equiv="cache-control" content="no-cache, must-revalidate, post-check=0, pre-check=0" />
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="pragma" content="no-cache" />
<meta name="description" content="registrations">
<meta name="author" content="njuko">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="theme-color" content="#3C4252">
<link href="assets/icons/meteocons/style.css" rel="stylesheet">
<link href="assets/go.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli:300,400,600,700" rel="stylesheet">
<!-- FUSE Splash Screen CSS -->
<style type="text/css">
.image1 {
filter: grayscale(100%) blur(4px);
transition: all 0.5s ease;
}
.image2 {
filter: grayscale(66%) blur(3px);
transition: all 0.5s ease;
}
.image3 {
filter: grayscale(33%) blur(2px);
transition: all 0.5s ease;
}
#fuse-splash-screen {
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #2D323D;
z-index: 99999;
pointer-events: none;
}
#fuse-splash-screen .center {
display: block;
width: 100%;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
#fuse-splash-screen .logo {
width: 128px;
margin: 0 auto;
}
#fuse-splash-screen .logo img {
filter: drop-shadow(0px 10px 6px rgba(0, 0, 0, 0.2))
}
#fuse-splash-screen .spinner-wrapper {
display: block;
position: relative;
width: 100%;
min-height: 100px;
height: 100px;
}
#fuse-splash-screen .spinner-wrapper .spinner {
position: absolute;
overflow: hidden;
left: 50%;
margin-left: -50px;
animation: outer-rotate 2.91667s linear infinite;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner {
width: 100px;
height: 100px;
position: relative;
animation: sporadic-rotate 5.25s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .gap {
position: absolute;
left: 49px;
right: 49px;
top: 0;
bottom: 0;
border-top: 10px solid;
box-sizing: border-box;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .leftSpinner,
#fuse-splash-screen .spinner-wrapper .spinner .inner .rightSpinner {
position: absolute;
top: 0;
height: 100px;
width: 50px;
overflow: hidden;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .leftSpinner .halfcircle-spinner,
#fuse-splash-screen .spinner-wrapper .spinner .inner .rightSpinner .halfcircle-spinner {
position: absolute;
top: 0;
width: 100px;
height: 100px;
box-sizing: border-box;
border: 10px solid #4285F4;
border-bottom-color: transparent;
border-radius: 50%;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .leftSpinner {
left: 0;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .leftSpinner .halfcircle-spinner {
left: 0;
border-right-color: transparent;
animation: left-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
-webkit-animation: left-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .rightSpinner {
right: 0;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .rightSpinner .halfcircle-spinner {
right: 0;
border-left-color: transparent;
animation: right-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
-webkit-animation: right-w
Open service 34.149.216.32:80 · admin.de.transalpine-run.com
2026-01-10 01:38
HTTP/1.1 301 Moved Permanently Server: undefined Content-Length: 162 Location: https://admin.de.transalpine-run.com/ Via: 1.1 google Date: Sat, 10 Jan 2026 01:38:39 GMT Content-Type: text/html Age: 60 Strict-Transport-Security: max-age= 31536000; includeSubDomains X-XSS-Protection: 1; mode=block X-Permitted-Cross-Domain-Policies: none X-Content-Type-Options: nosniff Referrer-Policy: no-referrer Connection: close Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 34.149.216.32:443 · in.de.transalpine-run.com
2026-01-10 01:38
HTTP/1.1 200 OK
Server: undefined
Date: Sat, 10 Jan 2026 01:38:41 GMT
Content-Type: text/html
Content-Length: 4833
Last-Modified: Fri, 09 Jan 2026 13:31:27 GMT
Vary: Accept-Encoding
ETag: "6961032f-12e1"
Cache-Control: no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0
Accept-Ranges: bytes
Via: 1.1 google
Strict-Transport-Security: max-age= 31536000; includeSubDomains
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Permitted-Cross-Domain-Policies: none
Referrer-Policy: origin
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Connection: close
<!doctype html>
<html class="global-app">
<head>
<!-- Queue-it charge njuko -->
<script type='text/javascript' src='//static.queue-it.net/script/queueclient.min.js'></script>
<script>
(function() {
var domain = window.location.hostname;
var queueConfig = {};
if (domain === "in.wrrccopenhagen26-tickets.com") {
queueConfig = {
customerId: "sparta"
};
} else {
queueConfig = {
customerId: "njuko"
};
}
var queueItConfigScript = document.createElement("script");
queueItConfigScript.type = 'text/javascript';
queueItConfigScript.setAttribute('data-queueit-c', queueConfig.customerId);
queueItConfigScript.src = '//static.queue-it.net/script/queueconfigloader.min.js';
document.head.appendChild(queueItConfigScript);
})();
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=G-8V0NEL89WF"></script> -->
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
// gtag('config', 'G-8V0NEL89WF');
</script>
<script>
if (window.location.hostname === "in.events-levelwater.org") {
var metaTag = document.createElement('meta');
metaTag.name = "google-site-verification";
metaTag.content = "BSzhwxDU9hgZdcaUYPnqWRg-v_mQDcumCcXpVeyorRk";
document.head.appendChild(metaTag);
}
</script>
<script src="/assets/keycloak.js"></script>
<base href="/">
<title></title>
<meta charset="utf-8">
<meta http-equiv="cache-control" content="no-cache, must-revalidate, post-check=0, pre-check=0" />
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="pragma" content="no-cache" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="mobile-web-app-capable" content="yes">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat:500,600,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,400;0,600;0,700;0,900;1,400;1,600;1,700&display=swap" rel="stylesheet">
<script async src="https://cdn.ampproject.org/v0.js"></script>
<script async custom-element="amp-ad" src="https://cdn.ampproject.org/v0/amp-ad-0.1.js"></script>
<script defer data-domain="njuko.com" src="https://plausible.io/js/plausible.js"></script>
<style type="text/css">
html, body {
min-height: 100%;
height: 100%;
line-height: normal;
font-family: Roboto, 'Helvetica Neue', Arial, sans-serif;
background-color: #212121 !important;
}
.app-loading {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100%;
}
@-webkit-keyframes spinner {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0; }
5% {
opacity: 1; }
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0; } }
@keyframes spinner {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0; }
5% {
opacity: 1; }
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0; } }
.spinner {
position: relative;
-webkit-transform: translateY(-30px);
transform: translateY(-30px); }
.spinner > div:nth-child(2) {
-webkit-animation-delay: -0.4s;
animation-delay: -0.4s; }
.spinner > div:nth-child(3) {
-webkit-animation-delay: -0.2s;
animation-delay: -0.2s; }
.spinner > div {
background-color: #D84A38;
border-radius: 100%;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
position: absolute;
left: -30px;
top:
Open service 34.149.216.32:80 · registrations.de.transalpine-run.com
2026-01-10 01:38
HTTP/1.1 301 Moved Permanently Server: undefined Content-Length: 162 Location: https://registrations.de.transalpine-run.com/ Via: 1.1 google Date: Sat, 10 Jan 2026 01:38:39 GMT Content-Type: text/html Age: 60 Strict-Transport-Security: max-age= 31536000; includeSubDomains X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN X-Permitted-Cross-Domain-Policies: none Referrer-Policy: no-referrer Connection: close Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 34.149.216.32:80 · front-api.de.transalpine-run.com
2026-01-10 01:38
HTTP/1.1 200 OK content-type: text/html; charset=utf-8 vary: origin access-control-expose-headers: WWW-Authenticate,Server-Authorization cache-control: no-cache Content-Length: 14 accept-ranges: bytes Date: Sat, 10 Jan 2026 01:39:39 GMT Via: 1.1 google X-Content-Type-Options: nosniff Strict-Transport-Security: max-age= 31536000; includeSubDomains X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN Connection: close I'm healthy!!!
Open service 34.149.216.32:443 · front-api.de.transalpine-run.com
2026-01-10 01:38
HTTP/1.1 200 OK content-type: text/html; charset=utf-8 vary: origin access-control-expose-headers: WWW-Authenticate,Server-Authorization cache-control: no-cache Content-Length: 14 accept-ranges: bytes Date: Sat, 10 Jan 2026 01:38:41 GMT Via: 1.1 google X-Content-Type-Options: nosniff Strict-Transport-Security: max-age= 31536000; includeSubDomains X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000 Connection: close I'm healthy!!!
Open service 34.149.216.32:80 · partners.de.transalpine-run.com
2026-01-10 01:38
HTTP/1.1 404 Not Found Date: Sat, 10 Jan 2026 01:39:39 GMT Content-Length: 74 Content-Type: text/plain; charset=utf-8 Via: 1.1 google Cache-Control: no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0 Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline' https://cdn.jsdelivr.net https://cdnjs.cloudflare.com https://scale.njuko.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://cdn.jsdelivr.net https://cdnjs.cloudflare.com; img-src 'self' data: https:; font-src 'self' data: https://fonts.gstatic.com https://cdn.jsdelivr.net; connect-src 'self' https://front-api.njuko.com https://scale.njuko.com; frame-ancestors 'self'; Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN Referrer-Policy: strict-origin-when-cross-origin Permissions-Policy: geolocation=(), microphone=(), camera=() Connection: close response 404 (backend NotFound), service rules for the path non-existent
Open service 34.149.216.32:443 · partners.de.transalpine-run.com
2026-01-10 01:38
HTTP/1.1 404 Not Found Date: Sat, 10 Jan 2026 01:38:41 GMT Content-Length: 74 Content-Type: text/plain; charset=utf-8 Via: 1.1 google Cache-Control: no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0 Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline' https://cdn.jsdelivr.net https://cdnjs.cloudflare.com https://scale.njuko.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://cdn.jsdelivr.net https://cdnjs.cloudflare.com; img-src 'self' data: https:; font-src 'self' data: https://fonts.gstatic.com https://cdn.jsdelivr.net; connect-src 'self' https://front-api.njuko.com https://scale.njuko.com; frame-ancestors 'self'; Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN Referrer-Policy: strict-origin-when-cross-origin Permissions-Policy: geolocation=(), microphone=(), camera=() Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000 Connection: close response 404 (backend NotFound), service rules for the path non-existent
Open service 34.149.216.32:443 · admin.de.transalpine-run.com
2026-01-10 01:38
HTTP/1.1 200 OK
Server: undefined
Date: Sat, 10 Jan 2026 01:38:41 GMT
Content-Type: text/html
Content-Length: 8056
Last-Modified: Fri, 09 Jan 2026 13:35:52 GMT
Vary: Accept-Encoding
ETag: "69610438-1f78"
Cache-Control: no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0
Accept-Ranges: bytes
Via: 1.1 google
Strict-Transport-Security: max-age= 31536000; includeSubDomains
X-XSS-Protection: 1; mode=block
X-Permitted-Cross-Domain-Policies: none
X-Content-Type-Options: nosniff
Referrer-Policy: no-referrer
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Connection: close
Page title: admin
<!doctype html>
<html>
<head>
<title>admin</title>
<base href="/">
<meta charset="utf-8">
<meta http-equiv="cache-control" content="no-cache, must-revalidate, post-check=0, pre-check=0" />
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="pragma" content="no-cache" />
<meta name="description" content="admin">
<meta name="author" content="njuko">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="theme-color" content="#3C4252">
<link href="assets/icons/meteocons/style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli:300,400,600,700" rel="stylesheet">
<!-- FUSE Splash Screen CSS -->
<style type="text/css">
.image1 {
filter: grayscale(100%) blur(4px);
transition: all 0.5s ease;
}
.image2 {
filter: grayscale(66%) blur(3px);
transition: all 0.5s ease;
}
.image3 {
filter: grayscale(33%) blur(2px);
transition: all 0.5s ease;
}
#fuse-splash-screen {
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #2D323D;
z-index: 99999;
pointer-events: none;
}
#fuse-splash-screen .center {
display: block;
width: 100%;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
#fuse-splash-screen .logo {
width: 128px;
margin: 0 auto;
}
#fuse-splash-screen .logo img {
filter: drop-shadow(0px 10px 6px rgba(0, 0, 0, 0.2))
}
#fuse-splash-screen .spinner-wrapper {
display: block;
position: relative;
width: 100%;
min-height: 100px;
height: 100px;
}
#fuse-splash-screen .spinner-wrapper .spinner {
position: absolute;
overflow: hidden;
left: 50%;
margin-left: -50px;
animation: outer-rotate 2.91667s linear infinite;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner {
width: 100px;
height: 100px;
position: relative;
animation: sporadic-rotate 5.25s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .gap {
position: absolute;
left: 49px;
right: 49px;
top: 0;
bottom: 0;
border-top: 10px solid;
box-sizing: border-box;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .left,
#fuse-splash-screen .spinner-wrapper .spinner .inner .right {
position: absolute;
top: 0;
height: 100px;
width: 50px;
overflow: hidden;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .left .halfcircle,
#fuse-splash-screen .spinner-wrapper .spinner .inner .right .halfcircle {
position: absolute;
top: 0;
width: 100px;
height: 100px;
box-sizing: border-box;
border: 10px solid #4285F4;
border-bottom-color: transparent;
border-radius: 50%;
}
#fuse-splash
courses.de.transalpine-run.com 1 store.de.transalpine-run.com 1 accounts.de.transalpine-run.com 1 financial-api.de.transalpine-run.com 1 socket.de.transalpine-run.com 1 my-structure.de.transalpine-run.com 1 developer.de.transalpine-run.com 1 portal.de.transalpine-run.com 1 api.de.transalpine-run.com 1 in.de.transalpine-run.com 1 registrations.de.transalpine-run.com 1 admin.de.transalpine-run.com 1 front-api.de.transalpine-run.com 1 partners.de.transalpine-run.com 1