Bluesky app fork with some witchin' additions 💫

bskyweb: publish Bluesky IPs

+32
+2
bskyweb/cmd/bskyweb/server.go
··· 151 151 return http.FS(fsys) 152 152 }()) 153 153 e.GET("/robots.txt", echo.WrapHandler(staticHandler)) 154 + e.GET("/ips-v4", echo.WrapHandler(staticHandler)) 155 + e.GET("/ips-v6", echo.WrapHandler(staticHandler)) 154 156 e.GET("/static/*", echo.WrapHandler(http.StripPrefix("/static/", staticHandler))) 155 157 e.GET("/.well-known/*", echo.WrapHandler(staticHandler)) 156 158 e.GET("/security.txt", func(c echo.Context) error {
+30
bskyweb/static/ips-v4
··· 1 + 13.59.225.103/32 2 + 3.18.47.21/32 3 + 18.191.104.94/32 4 + 3.129.134.255/32 5 + 3.129.237.113/32 6 + 3.138.56.230/32 7 + 44.218.10.163/32 8 + 54.89.116.251/32 9 + 44.217.166.202/32 10 + 54.208.221.149/32 11 + 54.166.110.54/32 12 + 54.208.146.65/32 13 + 3.129.234.15/32 14 + 3.138.168.48/32 15 + 3.23.53.192/32 16 + 52.14.89.53/32 17 + 3.18.126.246/32 18 + 3.136.69.4/32 19 + 3.22.137.152/32 20 + 3.132.247.113/32 21 + 3.141.186.104/32 22 + 18.222.43.214/32 23 + 3.14.35.197/32 24 + 3.23.182.70/32 25 + 18.224.144.69/32 26 + 3.129.98.29/32 27 + 3.130.134.20/32 28 + 3.17.197.213/32 29 + 18.223.234.21/32 30 + 3.20.248.177/32
bskyweb/static/ips-v6

This is a binary file and will not be displayed.