https://discord.cloudflare.com logo
Join Discord
Powered by
# workers-discussions
  • i

    itsmatteomanf

    12/01/2020, 12:01 AM
    Oh, I'm ready... ๐Ÿ™‚ a new Cloudflare Workers week coming?
  • c

    catgirl

    12/01/2020, 12:02 AM
    Can you link me to the documentation with more details
  • a

    albert-zhao

    12/01/2020, 12:05 AM
    https://developers.cloudflare.com/workers/learning/getting-started#7-publish-your-project
  • a

    ai

    12/01/2020, 12:14 AM
    I think you're looking for environments https://developers.cloudflare.com/workers/platform/environments
  • t

    thom

    12/01/2020, 12:17 PM
    hey Cloudflare team - do you have mono version of Workers logo? all white or all dark?
  • c

    catgirl

    12/01/2020, 2:06 PM
    Today I learned
  • c

    catgirl

    12/01/2020, 4:57 PM
    So I've been trying to get fiber optic internet installed at my house for 2 months now, things keep going wrong. First it's an issue with a temp line, then contractors never came out, then they did, now the line they burried is damaged, they said theyre coming out with a different temp line tomorrow to try and get us connected but this is insane. About to give up and just wait till march since I'm moving then anyways
  • c

    catgirl

    12/01/2020, 4:58 PM
    The cable internet we have from Spectrum has so many routing issues its terrible so trying to get that fixed
  • c

    catgirl

    12/01/2020, 4:59 PM
    Copy code
    Microsoft Windows [Version 10.0.19042.630]
    (c) 2020 Microsoft Corporation. All rights reserved.
    
    C:\Users\nrsuc>tracert cloudflare.com
    
    Tracing route to cloudflare.com [104.16.133.229]
    over a maximum of 30 hops:
    
      1     2 ms     3 ms     1 ms  192.168.50.1
      2    16 ms    16 ms    19 ms  cpe-76-182-108-1.nc.res.rr.com [76.182.108.1]
      3    54 ms    30 ms    32 ms  cpe-174-111-115-137.triad.res.rr.com [174.111.115.137]
      4    17 ms    20 ms    20 ms  cpe-024-025-045-080.ec.res.rr.com [24.25.45.80]
      5    63 ms    22 ms    15 ms  be31.drhmncev01r.southeast.rr.com [24.93.64.184]
      6    22 ms    30 ms    30 ms  66.109.10.176
      7    29 ms    17 ms    25 ms  209-18-43-59.dfw10.tbone.rr.com [209.18.43.59]
      8    38 ms    34 ms    34 ms  24.30.200.73
      9    21 ms    24 ms    29 ms  104.16.133.229
    
    Trace complete.
    
    C:\Users\nrsuc>
  • c

    catgirl

    12/01/2020, 4:59 PM
    So many hops just to reach cloudflare
  • c

    catgirl

    12/01/2020, 5:00 PM
    8 before I exit Spectrum and hit the cloudflare POP
  • c

    catgirl

    12/01/2020, 5:00 PM
    Copy code
    C:\Users\nrsuc>ping cloudflare.com
    
    Pinging cloudflare.com [104.16.133.229] with 32 bytes of data:
    Reply from 104.16.133.229: bytes=32 time=25ms TTL=56
    Reply from 104.16.133.229: bytes=32 time=25ms TTL=56
    Reply from 104.16.133.229: bytes=32 time=28ms TTL=56
    Reply from 104.16.133.229: bytes=32 time=24ms TTL=56
    
    Ping statistics for 104.16.133.229:
        Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 24ms, Maximum = 28ms, Average = 25ms
    
    C:\Users\nrsuc>
  • c

    catgirl

    12/01/2020, 5:01 PM
    Good luck with latency sensitive apps
  • i

    itsmatteomanf

    12/01/2020, 9:03 PM
    I have more than that... I have higher latency as well.
  • i

    itsmatteomanf

    12/01/2020, 9:04 PM
    It's 9 hops for me (the first two are internal routers) and 36 ms, but it should be 14 if it went to the correct POP.
  • i

    itsmatteomanf

    12/01/2020, 9:04 PM
    Copy code
    matteo@Matteos-MacBook-Pro ~ % ping 1.1.1.1
    PING 1.1.1.1 (1.1.1.1): 56 data bytes
    64 bytes from 1.1.1.1: icmp_seq=0 ttl=55 time=36.652 ms
    64 bytes from 1.1.1.1: icmp_seq=1 ttl=55 time=35.446 ms
    64 bytes from 1.1.1.1: icmp_seq=2 ttl=55 time=36.653 ms
    64 bytes from 1.1.1.1: icmp_seq=3 ttl=55 time=36.696 ms
    64 bytes from 1.1.1.1: icmp_seq=4 ttl=55 time=36.609 ms
    ^C
    --- 1.1.1.1 ping statistics ---
    5 packets transmitted, 5 packets received, 0.0% packet loss
    round-trip min/avg/max/stddev = 35.446/36.411/36.696/0.483 ms
    matteo@Matteos-MacBook-Pro ~ % ping 8.8.8.8
    PING 8.8.8.8 (8.8.8.8): 56 data bytes
    64 bytes from 8.8.8.8: icmp_seq=0 ttl=116 time=16.141 ms
    64 bytes from 8.8.8.8: icmp_seq=1 ttl=116 time=19.679 ms
    64 bytes from 8.8.8.8: icmp_seq=2 ttl=116 time=22.860 ms
    64 bytes from 8.8.8.8: icmp_seq=3 ttl=116 time=15.885 ms
    64 bytes from 8.8.8.8: icmp_seq=4 ttl=116 time=16.171 ms
    ^C
    --- 8.8.8.8 ping statistics ---
    5 packets transmitted, 5 packets received, 0.0% packet loss
    round-trip min/avg/max/stddev = 15.885/18.147/22.860/2.742 ms
  • i

    itsmatteomanf

    12/01/2020, 9:04 PM
    Copy code
    matteo@Matteos-MacBook-Pro ~ % traceroute -w 1 8.8.8.8
    traceroute to 8.8.8.8 (8.8.8.8), 64 hops max, 52 byte packets
     1  10.10.10.1 (10.10.10.1)  8.843 ms  1.659 ms  1.434 ms
     2  192.168.178.1 (192.168.178.1)  2.182 ms  2.092 ms  2.197 ms
     3  10.1.3.128 (10.1.3.128)  11.542 ms  11.385 ms  11.026 ms
     4  10.103.251.54 (10.103.251.54)  11.396 ms  13.845 ms
        10.103.251.62 (10.103.251.62)  11.467 ms
     5  10.251.203.186 (10.251.203.186)  12.245 ms  14.108 ms  11.005 ms
     6  10.254.20.73 (10.254.20.73)  17.327 ms  20.471 ms  24.529 ms
     7  93-63-100-113.ip27.fastwebnet.it (93.63.100.113)  16.255 ms
        93-63-100-109.ip27.fastwebnet.it (93.63.100.109)  16.168 ms
        93-63-100-113.ip27.fastwebnet.it (93.63.100.113)  16.096 ms
     8  62-101-124-21.fastres.net (62.101.124.21)  17.741 ms  17.944 ms  19.339 ms
     9  209.85.168.64 (209.85.168.64)  15.798 ms  16.185 ms  15.331 ms
    10  * * *
    11  dns.google (8.8.8.8)  20.949 ms  16.082 ms  15.894 ms
    matteo@Matteos-MacBook-Pro ~ % traceroute -w 1 1.1.1.1
    traceroute to 1.1.1.1 (1.1.1.1), 64 hops max, 52 byte packets
     1  10.10.10.1 (10.10.10.1)  8.385 ms  2.515 ms  1.816 ms
     2  192.168.178.1 (192.168.178.1)  2.345 ms  2.387 ms  2.197 ms
     3  10.1.3.128 (10.1.3.128)  10.899 ms  8.017 ms  8.618 ms
     4  10.103.251.54 (10.103.251.54)  13.731 ms  11.264 ms
        10.103.251.62 (10.103.251.62)  12.184 ms
     5  10.251.203.194 (10.251.203.194)  15.959 ms  15.066 ms  13.638 ms
     6  10.254.20.77 (10.254.20.77)  18.471 ms  18.634 ms  16.567 ms
     7  93-63-100-61.ip27.fastwebnet.it (93.63.100.61)  16.235 ms  16.008 ms
        93-63-100-105.ip27.fastwebnet.it (93.63.100.105)  16.063 ms
     8  93.57.68.149 (93.57.68.149)  30.454 ms
        93.57.68.145 (93.57.68.145)  28.813 ms  32.255 ms
     9  cloudflare-nap.namex.it (193.201.28.33)  32.819 ms  28.630 ms  29.801 ms
    10  one.one.one.one (1.1.1.1)  32.231 ms  27.747 ms  25.166 ms
  • i

    itsmatteomanf

    12/01/2020, 11:42 PM
    I just published a new redesign of the Cloudflare Tools website.
  • i

    itsmatteomanf

    12/01/2020, 11:42 PM
    https://cloudflare.manfredi.io/
  • i

    itsmatteomanf

    12/01/2020, 11:43 PM
    @User you might like to look at it ๐Ÿ™‚
  • i

    itsmatteomanf

    12/01/2020, 11:43 PM
    New Dark/Light modes, new graphics, new map.
  • k

    kristian

    12/02/2020, 12:53 AM
  • k

    kristian

    12/02/2020, 12:55 AM
    Legit!!
  • a

    ai

    12/02/2020, 12:55 AM
    Oh wow there's more info if you scroll down
  • i

    itsmatteomanf

    12/02/2020, 12:55 AM
    It works! ๐Ÿ˜„ I want to do a couple more things with the datacenter page and I need to get the Mapbox API under control for auto-updating the POP list.
  • i

    itsmatteomanf

    12/02/2020, 12:56 AM
    As far as I know there is all the stuff (+ a bit more) that you can get from the Worker.
  • i

    itsmatteomanf

    12/02/2020, 12:56 AM
    If any of you see anything you might like added let me know!
  • c

    catgirl

    12/02/2020, 1:33 AM
    Why am I connected to the further away data center
  • c

    catgirl

    12/02/2020, 1:33 AM
    Maybe NSA is working with Cloudflare to reroute my traffic to their HQ
  • c

    catgirl

    12/02/2020, 1:34 AM
    Why else would it go to Washington DC ๐Ÿค”๐Ÿ˜
1...91011...2509Latest