cloudflare
tcp/443 tcp/80 tcp/8443
Open service 172.67.164.74:443 · free3.senlingong168.workers.dev
2024-12-21 19:36
HTTP/1.1 200 Date: Sat, 21 Dec 2024 19:36:44 GMT Content-Type: text/html;charset=utf-8 Transfer-Encoding: chunked Connection: close CF-Ray: 8f5a52966f0f3a94-FRA CF-Cache-Status: DYNAMIC Cache-Control: no-cache, no-store, max-age=0, must-revalidate Expires: 0 Set-Cookie: XSRF-CCKTOKEN=1ac4e310f77e5bf8d116e129d4d37d1f; Path=/; Secure; HttpOnly Strict-Transport-Security: max-age=31536000 ; includeSubDomains, max-age=31536000 Vary: Accept-Encoding Pragma: no-cache Set-Cookie: JSESSIONID=0B33AF96CF02F80C13C18E1F766BB416; Path=/; Secure; HttpOnly Set-Cookie: CHSICC_CLIENTFLAGZBBM=75301308b4c7fda1acaa9e34fba7d2cf; Path=/ Set-Cookie: CHSICC01=!7/wmTmTn5pl2CFsnVPBkiJOoJxwY2k6EjO/7tQ7dUTTxdwNqC3U5mkR4Jh3kjU6WlnrFVwEERbQcGhU=; path=/; Httponly; Secure X-Content-Type-Options: nosniff X-Frame-Options: DENY X-XSS-Protection: 1; mode=block Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=kyBHaRvmlk%2BornZlOkFWVC6l6V%2FZuYvGbnQCKnJ5gfFgGn0o%2BG4nNxw5r9WFcOenHDeq1OjmWumxrgY5TdybzGkm7R7soJyPDozNcH%2B4fZnmMcq2uf7lRu2irUA1X4zuTjEaD0bIBA1U8WLL314Ifd%2Bk"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=696&min_rtt=695&rtt_var=264&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3134&recv_bytes=594&delivery_rate=6126939&cwnd=250&unsent_bytes=0&cid=92e96e7a0944e53b&ts=986&x=0"
Open service 172.67.164.74:80 · free3.senlingong168.workers.dev
2024-12-21 19:36
HTTP/1.1 200 OK Date: Sat, 21 Dec 2024 19:36:43 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close CF-Ray: 8f5a5293cee265da-FRA CF-Cache-Status: DYNAMIC Set-Cookie: __jsluid_s=0326b3e53436437abdae341c3ff424c9; max-age=31536000; path=/; HttpOnly; secure Vary: Accept-Encoding X-Cache: bypass X-Via-JSL: da37c0d,- Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=RCRgs6lgAG%2FypyvuVBFMnve2ovIaIcZNdTbv59u0TMY96D2CvpEk%2FrPrjEfNC7yXbMO0OjEMbDAJ7mC1OPe64lSz90YIpgQE6HedAOR7qZtlvUpS4b%2BuSfrfl9DgSzgbhc4Sv6MKn1uYHCNtoCnbqrZ3"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1049&min_rtt=1049&rtt_var=524&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=229&delivery_rate=0&cwnd=232&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 违法和不良信息举报中心 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> <title>违法和不良信息举报中心</title> <link rel="stylesheet" type="text/css" href="style/main.css"/> <script src="js/jquery-1.11.0.min.js" type="text/javascript" charset="utf-8"></script> </head> <body> <base target="_blank" /> <script src="/js/jquery-1.11.0.min.js" type="text/javascript"></script> <script src="/js/jquery_cookie_min.js" type="text/javascript" charset="utf-8"></script> <script src="/js/my.js" type="text/javascript" charset="utf-8"></script> <script type="text/javascript"> var harmcategory = "" $(function () { // if (harmcategory == "") { $.ajax({ type: "get", //url: BS_URL+"/rpapi/portal/harmtype/get", url: "/js/harmtype.js", dataType: 'json', success: function (data) { var z = eval(data)["result"] harmcategory=eval(JSON.stringify(z)) }, error: function (err) { console.log(err) } }) // } }) //获取危害大类 function setbigharmcategory(category) { $.each(harmcategory, function (i) { var parentId = harmcategory[i]["parentId"] if (parentId == 0 || parentId == "0") { if (harmcategory[i]["id"] == ("00" + category)) { $.cookie('bigHarmType', "00" + category, {expires: date, path: '/', secure:true}) return; } } }) } //获取危害小类 function getbigharmchildren() { $.ajax({ type: "get", url: "/js/harmtype.js", dataType: 'json', async:false, success: function (data) { var z = eval(data)["result"] harmcategory=eval(JSON.stringify(z)) }, error: function (err) { console.log(err) } }) var parentId = $.cookie('bigHarmType') var smallharmlist = new Array() $.each(harmcategory, function (i) { var pId = harmcategory[i]["parentId"] if (pId != 0 || pId != "0") { if (parentId == pId) { var obj = new Object() obj.name = harmcategory[i]["typeName"] obj.value = harmcategory[i]["id"] console.log("危害小类:"+harmcategory[i]["typeName"]+"........."+harmcategory[i]["id"]) smallharmlist.push(obj) } } }) return smallharmlist } //设置cookie失效时间 var date = new Date(); var minutes = 30; date.setTime(date.getTime() + (minutes * 60 * 1000)); var searchtime = new Date(); var mm = 1; searchtime.setTime(searchtime.getTime() + (mm * 60 * 1000)); function getParam(paramName) { paramValue = "", isFound = !1; if (this.location.search.indexOf("?") == 0 && this.location.search.indexOf("=") > 1) { arrSource = unescape(this.location.search).substring(1, this.location.search.length).split("&"), i = 0; while (i < arrSource.length && !isFound) arrSource[i].indexOf("=") > 0 && arrSource[i].split("=")[0].toLowerCase() == paramName.toLowerCase() && (paramValue = arrSource[i].split("=")[1], isFound = !0), i++ } return paramValue == "" && (paramValue = null), paramValue } var tab = getParam("tab") function toSearch() { var condition=getVal("searchCondition") if (condition.length>0){ $.cookie('mySearchCondition', condition, {expires: date,path: '/', secure:true}) } // $.ajax({ // type:"get", // url:'', // data:{}, // success:function(data){ window.location.href = "/search/search.html" // }, // error:functi
Open service 2606:4700:3037::6815:51cb:443 · free3.senlingong168.workers.dev
2024-12-21 19:36
HTTP/1.1 200 OK Date: Sat, 21 Dec 2024 19:36:42 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close CF-Ray: 8f5a5293fe691e54-FRA CF-Cache-Status: HIT Access-Control-Allow-Origin: * Age: 0 Last-Modified: Sat, 21 Dec 2024 19:36:42 GMT Vary: Accept-Encoding Access-Control-Allow-Credentials: true Access-Control-Allow-Headers: DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type Access-Control-Allow-Methods: GET,POST,OPTIONS X-Cache: HIT from i1872270_c17483(cloudsvr) X-Ser: i34692_c4672, i2103129_c25795, i1872270_c17483 Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=p%2FVx8C9zePS0W56eOS5hThzCOVeYXc%2B03pWfDwItnQFeDVpe6TnsAHplTD1Tog1LqzCrch1tjvmxLwjTovBgR%2F%2FyOFrOBAz8C8yQi45p8VAmMzvp%2FJPjB3s8gkRDp8Wle3hE2ywuh9nojZ%2BBVvzzHeXIcK8BG9lueFgNpJN%2F"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=841&min_rtt=764&rtt_var=342&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3134&recv_bytes=591&delivery_rate=5293193&cwnd=252&unsent_bytes=0&cid=2d14b54caa1f773e&ts=46&x=0"
Open service 2606:4700:3030::ac43:a44a:8443 · free3.senlingong168.workers.dev
2024-12-21 19:36
HTTP/1.1 200 OK Date: Sat, 21 Dec 2024 19:36:44 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close CF-Ray: 8f5a5296fb39d9dc-FRA CF-Cache-Status: DYNAMIC Cache-Control: no-store Set-Cookie: HMF_CI=f2ea1a7a2a70251f570b4596f99896401adf8c03141d0ff60822af6b2775e639e7deb8e9a76346eec3fcf688ccc6e4684aa14d35b8e23bfb32d3d4ac2b7b098902; Expires=Mon, 20-Jan-25 19:36:44 GMT; Path=/ Vary: accept-encoding X-Frame-Options: ALLOW-FROM http://www.mfa.gov.cn http://www.fmprc.gov.cn https://www.mfa.gov.cn https://www.fmprc.gov.cn http://mfa.gjzwfw.gov.cn https://mfa.gjzwfw.gov.cn X-Via: 1.1 PS-HYN-01YbG14:0 (Cdn Cache Server V2.0), 1.1 PS-000-01I0p46:0 (Cdn Cache Server V2.0), 1.1 PSdgflkfFRA2cg102:7 (Cdn Cache Server V2.0) x-ws-origin-error: - x-ws-parent-identity: xian146:6 x-ws-request-id: 676718cb_PSdgflkfFRA2cg102_29592-10193 Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=WXZlske3UVR3cKqTtI%2B%2FwawNGIHJA5t39mOw1fQAIBl6eMtt6Pe3Bq8u7aEH3eHxM3ij6Oj5De4%2BCV5VnUQojtD1%2BXG8wB94fJD9KQeGpjpfwAIueoBbuG8R61euqkYPuI1HL15ccPyF6lPE8t7L%2BfnJFGdVHGMbmAf6UIAV"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1064&min_rtt=853&rtt_var=471&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3136&recv_bytes=591&delivery_rate=4740914&cwnd=252&unsent_bytes=0&cid=cd1e74b8859d92ae&ts=706&x=0"
Open service 2606:4700:3030::ac43:a44a:443 · free3.senlingong168.workers.dev
2024-12-21 19:36
HTTP/1.1 200 OK Date: Sat, 21 Dec 2024 19:36:43 GMT Content-Type: text/html; charset=utf-8 Transfer-Encoding: chunked Connection: close CF-Ray: 8f5a52947f583667-FRA CF-Cache-Status: DYNAMIC Last-Modified: Sat, 21 Dec 2024 16:02:00 GMT Set-Cookie: __jsluid_s=fc0d3f5221dd66341cb6021d4dca2c39; max-age=31536000; path=/; HttpOnly; secure Vary: Accept-Encoding Via: kong/1.4.3 X-Cache: bypass X-Kong-Proxy-Latency: 1 X-Kong-Upstream-Latency: 2 X-Via-JSL: 22e298e,- Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=w6ShrXPM%2BkKcsNlFOhccxIRg9Ot%2F0kyCucKOO6rZkfIft7v%2F7AxQ8lGqUiKAK4Bmd9qQVEkduCUg8CkM267PZmSdCgtOMUMDX6uAb0eymwsdZv3eyeAZWRm3fLwUcvD8I8FfFDDvRYuxPNeI054yOphU4cgPQW85gwF5ej3I"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1477&min_rtt=1076&rtt_var=690&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3135&recv_bytes=591&delivery_rate=3758364&cwnd=252&unsent_bytes=0&cid=a7cf33d8a91347cb&ts=989&x=0"
Open service 2606:4700:3037::6815:51cb:8443 · free3.senlingong168.workers.dev
2024-12-21 19:36
HTTP/1.1 200 OK Date: Sat, 21 Dec 2024 19:36:43 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close CF-Ray: 8f5a52917e7ca064-FRA CF-Cache-Status: DYNAMIC Set-Cookie: __jsluid_s=3d6bcd5c40a273d6be569f59bb8f558e; max-age=31536000; path=/; HttpOnly; secure Vary: Accept-Encoding X-Cache: bypass X-Via-JSL: 24061e4,- Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=OXFJFl4wrjKrxMCVFHeMGkaXOQ6KbdhY0MNRzyKh7LsDe1QK3e2y9WJMMZFpwqR%2BLbzI462e7v97QLQ9ReoYu0U5yvSGUiF3wAbLEg5tWsoonEiHRSJwQZ%2FlRQdOCM0rmEUKMzSuNRdhaXruxZ2sVDAxAmRUOvFAHfuobtE7"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=948&min_rtt=814&rtt_var=401&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3135&recv_bytes=591&delivery_rate=4968058&cwnd=252&unsent_bytes=0&cid=0a66465d95fc155c&ts=1221&x=0" Page title: 违法和不良信息举报中心 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> <title>违法和不良信息举报中心</title> <link rel="stylesheet" type="text/css" href="style/main.css"/> <script src="js/jquery-1.11.0.min.js" type="text/javascript" charset="utf-8"></script> </head> <body> <base target="_blank" /> <script src="/js/jquery-1.11.0.min.js" type="text/javascript"></script> <script src="/js/jquery_cookie_min.js" type="text/javascript" charset="utf-8"></script> <script src="/js/my.js" type="text/javascript" charset="utf-8"></script> <script type="text/javascript"> var harmcategory = "" $(function () { // if (harmcategory == "") { $.ajax({ type: "get", //url: BS_URL+"/rpapi/portal/harmtype/get", url: "/js/harmtype.js", dataType: 'json', success: function (data) { var z = eval(data)["result"] harmcategory=eval(JSON.stringify(z)) }, error: function (err) { console.log(err) } }) // } }) //获取危害大类 function setbigharmcategory(category) { $.each(harmcategory, function (i) { var parentId = harmcategory[i]["parentId"] if (parentId == 0 || parentId == "0") { if (harmcategory[i]["id"] == ("00" + category)) { $.cookie('bigHarmType', "00" + category, {expires: date, path: '/', secure:true}) return; } } }) } //获取危害小类 function getbigharmchildren() { $.ajax({ type: "get", url: "/js/harmtype.js", dataType: 'json', async:false, success: function (data) { var z = eval(data)["result"] harmcategory=eval(JSON.stringify(z)) }, error: function (err) { console.log(err) } }) var parentId = $.cookie('bigHarmType') var smallharmlist = new Array() $.each(harmcategory, function (i) { var pId = harmcategory[i]["parentId"] if (pId != 0 || pId != "0") { if (parentId == pId) { var obj = new Object() obj.name = harmcategory[i]["typeName"] obj.value = harmcategory[i]["id"] console.log("危害小类:"+harmcategory[i]["typeName"]+"........."+harmcategory[i]["id"]) smallharmlist.push(obj) } } }) return smallharmlist } //设置cookie失效时间 var date = new Date(); var minutes = 30; date.setTime(date.getTime() + (minutes * 60 * 1000)); var searchtime = new Date(); var mm = 1; searchtime.setTime(searchtime.getTime() + (mm * 60 * 1000)); function getParam(paramName) { paramValue = "", isFound = !1; if (this.location.search.indexOf("?") == 0 && this.location.search.indexOf("=") > 1) { arrSource = unescape(this.location.search).substring(1, this.location.search.length).split("&"), i = 0; while (i < arrSource.length && !isFound) arrSource[i].indexOf("=") > 0 && arrSource[i].split("=")[0].toLowerCase() == paramName.toLowerCase() && (paramValue = arrSource[i].split("=")[1], isFound = !0), i++ } return paramValue == "" && (paramValue = null), paramValue } var tab = getParam("tab") function toSearch() { var condition=getVal("searchCondition") if (condition.length>0){ $.cookie('mySearchCondition', condition, {expires: date,path: '/', secure:true}) } // $.ajax({ // type:"get", // url:'', // data:{}, // success:function(data){ window.location.href = "/search/search.html" // }, // error:functi
Open service 172.67.164.74:8443 · free3.senlingong168.workers.dev
2024-12-21 19:36
HTTP/1.1 200 OK Date: Sat, 21 Dec 2024 19:36:43 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close CF-Ray: 8f5a52945b42dc9a-FRA CF-Cache-Status: DYNAMIC Set-Cookie: __jsluid_s=7ada76f7f6d9aebb00906755b26e35b1; max-age=31536000; path=/; HttpOnly; secure Vary: Accept-Encoding X-Cache: bypass X-Via-JSL: badc901,- Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=xhg0mDviHlwoRCPLqwxzJnLChkpmA%2FxuxP%2FlR7a0s%2FOAtq0k2QZiMKEhj7XsZ50oAv2xEhdlbbiLE1gbkInh%2BTf0xB1%2BkUEG4Z0pnPsN1oS9PZcMOZsdroca1n5tH72TMgZOUGNE0YMNKqpW0RN6pUIJ"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=863&min_rtt=856&rtt_var=335&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3135&recv_bytes=594&delivery_rate=4757940&cwnd=252&unsent_bytes=0&cid=0f7d9c8ab6a1a972&ts=1045&x=0" Page title: 违法和不良信息举报中心 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> <title>违法和不良信息举报中心</title> <link rel="stylesheet" type="text/css" href="style/main.css"/> <script src="js/jquery-1.11.0.min.js" type="text/javascript" charset="utf-8"></script> </head> <body> <base target="_blank" /> <script src="/js/jquery-1.11.0.min.js" type="text/javascript"></script> <script src="/js/jquery_cookie_min.js" type="text/javascript" charset="utf-8"></script> <script src="/js/my.js" type="text/javascript" charset="utf-8"></script> <script type="text/javascript"> var harmcategory = "" $(function () { // if (harmcategory == "") { $.ajax({ type: "get", //url: BS_URL+"/rpapi/portal/harmtype/get", url: "/js/harmtype.js", dataType: 'json', success: function (data) { var z = eval(data)["result"] harmcategory=eval(JSON.stringify(z)) }, error: function (err) { console.log(err) } }) // } }) //获取危害大类 function setbigharmcategory(category) { $.each(harmcategory, function (i) { var parentId = harmcategory[i]["parentId"] if (parentId == 0 || parentId == "0") { if (harmcategory[i]["id"] == ("00" + category)) { $.cookie('bigHarmType', "00" + category, {expires: date, path: '/', secure:true}) return; } } }) } //获取危害小类 function getbigharmchildren() { $.ajax({ type: "get", url: "/js/harmtype.js", dataType: 'json', async:false, success: function (data) { var z = eval(data)["result"] harmcategory=eval(JSON.stringify(z)) }, error: function (err) { console.log(err) } }) var parentId = $.cookie('bigHarmType') var smallharmlist = new Array() $.each(harmcategory, function (i) { var pId = harmcategory[i]["parentId"] if (pId != 0 || pId != "0") { if (parentId == pId) { var obj = new Object() obj.name = harmcategory[i]["typeName"] obj.value = harmcategory[i]["id"] console.log("危害小类:"+harmcategory[i]["typeName"]+"........."+harmcategory[i]["id"]) smallharmlist.push(obj) } } }) return smallharmlist } //设置cookie失效时间 var date = new Date(); var minutes = 30; date.setTime(date.getTime() + (minutes * 60 * 1000)); var searchtime = new Date(); var mm = 1; searchtime.setTime(searchtime.getTime() + (mm * 60 * 1000)); function getParam(paramName) { paramValue = "", isFound = !1; if (this.location.search.indexOf("?") == 0 && this.location.search.indexOf("=") > 1) { arrSource = unescape(this.location.search).substring(1, this.location.search.length).split("&"), i = 0; while (i < arrSource.length && !isFound) arrSource[i].indexOf("=") > 0 && arrSource[i].split("=")[0].toLowerCase() == paramName.toLowerCase() && (paramValue = arrSource[i].split("=")[1], isFound = !0), i++ } return paramValue == "" && (paramValue = null), paramValue } var tab = getParam("tab") function toSearch() { var condition=getVal("searchCondition") if (condition.length>0){ $.cookie('mySearchCondition', condition, {expires: date,path: '/', secure:true}) } // $.ajax({ // type:"get", // url:'', // data:{}, // success:function(data){ window.location.href = "/search/search.html" // }, // error:functi
Open service 2606:4700:3037::6815:51cb:80 · free3.senlingong168.workers.dev
2024-12-21 19:36
HTTP/1.1 200 OK Date: Sat, 21 Dec 2024 19:36:42 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close CF-Ray: 8f5a528ffa99dc58-FRA CF-Cache-Status: DYNAMIC Age: 33481 Cache-Control: no-store Last-Modified: Fri, 20 Dec 2024 10:18:04 GMT Set-Cookie: FECW=32b74ec382a394ff2a909490f272fbf47d42bb5633f720ac686c3865f3ce24f344c4afc667e3d965344cabe66a9ed027ed564f6087d141b8b63235a59467e11b77b167ad174548683eceb11c8e886ce008; Expires=Tue, 19-Dec-34 19:36:42 GMT; Path=/; Secure Vary: accept-encoding X-Via: 1.1 PS-PEK-01xH6240:11 (Cdn Cache Server V2.0), 1.1 PS-000-01I0p46:0 (Cdn Cache Server V2.0), 1.1 PS-LHR-04P3q238:11 (Cdn Cache Server V2.0) x-ws-request-id: 676718ca_PS-LHR-04P3q238_2486-55965 Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=j77UHI%2F%2B3PfruRjJTHQC%2Fd2uZsAUODO9mR%2BJUDJj%2FFbuMD9R%2FDl17JsvUC%2BJrRGoR81UYftyeBM%2B8CSGjQWtlPMTK3In7yam1XpC1lj%2BAy%2Fbon467mqtihSHbWXlXajh8CxC7PIT6HVOB2OFtkqLOBkWAWgLzl4cn3mffdjw"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=995&min_rtt=995&rtt_var=497&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=226&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"
Open service 104.21.81.203:443 · free3.senlingong168.workers.dev
2024-12-21 19:36
HTTP/1.1 200 OK Date: Sat, 21 Dec 2024 19:36:42 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close CF-Ray: 8f5a529229f1db12-FRA CF-Cache-Status: DYNAMIC Age: 33481 Cache-Control: no-store Last-Modified: Fri, 20 Dec 2024 10:18:04 GMT Set-Cookie: FECW=9b31404334663faf2f7f4a8fa8100b45798f985a5e457326683765cf4ee739d3c16f87e2d4b45162b184902fdae2c706eac2d897277d96e97c33a00925d4c49fb372cb4c4caa3f4e3d2ee7a3e5e02cbc11; Expires=Tue, 19-Dec-34 19:36:42 GMT; Path=/; Secure Vary: accept-encoding X-Via: 1.1 PS-PEK-01xH6240:11 (Cdn Cache Server V2.0), 1.1 PS-000-01I0p46:0 (Cdn Cache Server V2.0), 1.1 PS-LHR-04P3q238:11 (Cdn Cache Server V2.0) x-ws-request-id: 676718ca_PS-LHR-04P3q238_2486-55968 Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=4QBQrRQRprQY%2Fca%2BozuoBkZ6j%2FV0gl4tWMHcz%2FzhpDaqBFvEZtuCQZMzTFL7FVIQn4I1dn9%2FWDuCqBhAydDfnvnrSnNdNWrBa07ZftcayIr8vQTw0mv1Y7p8DPHixNZFScf%2FpWcwiyBQU%2F%2BnoWCHXICI"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1194&min_rtt=1125&rtt_var=471&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3135&recv_bytes=594&delivery_rate=3861333&cwnd=174&unsent_bytes=0&cid=131881334010a0f0&ts=57&x=0"
Open service 104.21.81.203:8443 · free3.senlingong168.workers.dev
2024-12-21 19:36
HTTP/1.1 200 OK Date: Sat, 21 Dec 2024 19:36:43 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close CF-Ray: 8f5a5292c8b1973e-FRA CF-Cache-Status: DYNAMIC Age: 33482 Cache-Control: no-store Last-Modified: Fri, 20 Dec 2024 10:18:04 GMT Set-Cookie: FECW=de8222f557073e6618c14a3601900f23eebb1df058848029aeb5b05940a10ee2169929a8cb082a30d9c7a3f8abba595f04dbb1468149e9dd138c409de7bc758a23ab1e78a02fad3f5067042d9086d339cc; Expires=Tue, 19-Dec-34 19:36:43 GMT; Path=/; Secure Vary: accept-encoding X-Via: 1.1 PS-PEK-01xH6240:11 (Cdn Cache Server V2.0), 1.1 PS-000-01I0p46:0 (Cdn Cache Server V2.0), 1.1 PS-LHR-04P3q238:11 (Cdn Cache Server V2.0) x-ws-request-id: 676718cb_PS-LHR-04P3q238_4748-22387 Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=0lZ%2Fi%2Flmbo2XxSLDj%2BUPJv6%2FbBBXbPlRMAUuEQ6XydIFpjkrZkPLyJYE4%2FnVJp4sncwUREWRln3NnCBUyaQH5987TO%2F%2FvO%2FqWT9I%2BczQ26bdSFXqimPm8PVxYMDXpB8Ucm%2BLrxxQncOMXAFxHOJUrC%2BI"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=727&min_rtt=724&rtt_var=278&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3135&recv_bytes=594&delivery_rate=5768924&cwnd=172&unsent_bytes=0&cid=8bc8bb61cd6a894c&ts=1115&x=0"