{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":815644,"defaultBranch":"master","name":"dns","ownerLogin":"miekg","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2010-08-03T21:56:23.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/353371?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1714583452.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"883d90b5f8ba5172cde5aae7b5095576ad332bda","ref":"refs/heads/dependabot/go_modules/golang.org/x/tools-0.20.0","pushedAt":"2024-05-01T17:10:52.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump golang.org/x/tools from 0.19.0 to 0.20.0\n\nBumps [golang.org/x/tools](https://github.com/golang/tools) from 0.19.0 to 0.20.0.\n- [Release notes](https://github.com/golang/tools/releases)\n- [Commits](https://github.com/golang/tools/compare/v0.19.0...v0.20.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/tools\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump golang.org/x/tools from 0.19.0 to 0.20.0"}},{"before":null,"after":"a3cce639f9bc48f9bf935376aac09da868afe77d","ref":"refs/heads/dependabot/go_modules/golang.org/x/sync-0.7.0","pushedAt":"2024-05-01T17:10:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump golang.org/x/sync from 0.6.0 to 0.7.0\n\nBumps [golang.org/x/sync](https://github.com/golang/sync) from 0.6.0 to 0.7.0.\n- [Commits](https://github.com/golang/sync/compare/v0.6.0...v0.7.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/sync\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump golang.org/x/sync from 0.6.0 to 0.7.0"}},{"before":null,"after":"8f92f28db3c6413dc74a21d65117ab3f2c331dd2","ref":"refs/heads/dependabot/go_modules/golang.org/x/sys-0.19.0","pushedAt":"2024-05-01T17:10:38.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump golang.org/x/sys from 0.18.0 to 0.19.0\n\nBumps [golang.org/x/sys](https://github.com/golang/sys) from 0.18.0 to 0.19.0.\n- [Commits](https://github.com/golang/sys/compare/v0.18.0...v0.19.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/sys\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump golang.org/x/sys from 0.18.0 to 0.19.0"}},{"before":null,"after":"3cd19c98b60cda6ac8d0ff297a3cb34abffabd88","ref":"refs/heads/dependabot/go_modules/golang.org/x/net-0.24.0","pushedAt":"2024-05-01T17:10:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump golang.org/x/net from 0.22.0 to 0.24.0\n\nBumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.24.0.\n- [Commits](https://github.com/golang/net/compare/v0.22.0...v0.24.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/net\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump golang.org/x/net from 0.22.0 to 0.24.0"}},{"before":"ba039c8cdd0f9a9a3c9d18c34ff9ed3693e54d7f","after":"e4ef594946b6b32be31cecd5b8c84be3cad21405","ref":"refs/heads/master","pushedAt":"2024-04-17T19:34:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"miekg","name":"Miek Gieben","path":"/miekg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/353371?s=80&v=4"},"commit":{"message":"Fix counting of escape sequences when splitting TXT strings (#1540)\n\n`endingToTxtSlice`, used by TXT, SPF and a few other types, parses a\r\nstring such as `\"hello world\"` from an RR's content in a zone file.\r\nThese strings are limited to 255 characters, and `endingToTxtSlice`\r\nautomatically splits them if they're longer than that. However, it\r\ndidn't count the length correctly: escape sequences such as `\\\\` or\r\n`\\123` were counted as multiple characters (2 and 4 respectively in\r\nthese examples), but they should only count as one character because\r\nthey represent a single byte in wire format (which is where this 255\r\ncharacter limit comes from). This commit fixes that.","shortMessageHtmlLink":"Fix counting of escape sequences when splitting TXT strings (#1540)"}},{"before":"1c6c79615f7415c4625002cb4881013ade18b9c4","after":"ba039c8cdd0f9a9a3c9d18c34ff9ed3693e54d7f","ref":"refs/heads/master","pushedAt":"2024-04-17T19:31:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"miekg","name":"Miek Gieben","path":"/miekg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/353371?s=80&v=4"},"commit":{"message":"Add ifconfig.es to the list of users (#1554)","shortMessageHtmlLink":"Add ifconfig.es to the list of users (#1554)"}},{"before":"96cf8ba93ad6778e6effb2f8d0d3b4f31e889aee","after":"1c6c79615f7415c4625002cb4881013ade18b9c4","ref":"refs/heads/master","pushedAt":"2024-03-29T18:03:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"miekg","name":"Miek Gieben","path":"/miekg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/353371?s=80&v=4"},"commit":{"message":"chore: fix some comments (#1547)\n\nSigned-off-by: xiaoxiangxianzi ","shortMessageHtmlLink":"chore: fix some comments (#1547)"}},{"before":"1bb1e034bd4a7e9064c88041627c985c7266c351","after":null,"ref":"refs/heads/dependabot/go_modules/golang.org/x/tools-0.19.0","pushedAt":"2024-03-29T18:02:18.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"miekg","name":"Miek Gieben","path":"/miekg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/353371?s=80&v=4"}},{"before":"ad46f2329e8d29a773cd0ade3541b0a25f868330","after":"96cf8ba93ad6778e6effb2f8d0d3b4f31e889aee","ref":"refs/heads/master","pushedAt":"2024-03-29T18:02:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"miekg","name":"Miek Gieben","path":"/miekg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/353371?s=80&v=4"},"commit":{"message":"Bump golang.org/x/tools from 0.17.0 to 0.19.0 (#1551)\n\nBumps [golang.org/x/tools](https://github.com/golang/tools) from 0.17.0 to 0.19.0.\r\n- [Release notes](https://github.com/golang/tools/releases)\r\n- [Commits](https://github.com/golang/tools/compare/v0.17.0...v0.19.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: golang.org/x/tools\r\n dependency-type: direct:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump golang.org/x/tools from 0.17.0 to 0.19.0 (#1551)"}},{"before":null,"after":"1bb1e034bd4a7e9064c88041627c985c7266c351","ref":"refs/heads/dependabot/go_modules/golang.org/x/tools-0.19.0","pushedAt":"2024-03-29T17:57:05.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump golang.org/x/tools from 0.17.0 to 0.19.0\n\nBumps [golang.org/x/tools](https://github.com/golang/tools) from 0.17.0 to 0.19.0.\n- [Release notes](https://github.com/golang/tools/releases)\n- [Commits](https://github.com/golang/tools/compare/v0.17.0...v0.19.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/tools\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump golang.org/x/tools from 0.17.0 to 0.19.0"}},{"before":"a6e3e5c580c49eccfbe2b3a3cf92cbb7b04e15fc","after":null,"ref":"refs/heads/dependabot/go_modules/golang.org/x/tools-0.18.0","pushedAt":"2024-03-29T17:56:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"d51366b7979ba2ccd0e7d62ca1a104938d082f0a","after":"ad46f2329e8d29a773cd0ade3541b0a25f868330","ref":"refs/heads/master","pushedAt":"2024-03-29T17:56:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"miekg","name":"Miek Gieben","path":"/miekg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/353371?s=80&v=4"},"commit":{"message":"Bump golang.org/x/net from 0.20.0 to 0.21.0 (#1542)\n\nBumps [golang.org/x/net](https://github.com/golang/net) from 0.20.0 to 0.21.0.\r\n- [Commits](https://github.com/golang/net/compare/v0.20.0...v0.21.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: golang.org/x/net\r\n dependency-type: direct:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump golang.org/x/net from 0.20.0 to 0.21.0 (#1542)"}},{"before":"bb19a617d1daa493ea0f461cdb8707ca2a94b3c3","after":null,"ref":"refs/heads/dependabot/go_modules/golang.org/x/net-0.21.0","pushedAt":"2024-03-29T17:56:39.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"miekg","name":"Miek Gieben","path":"/miekg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/353371?s=80&v=4"}},{"before":"39a0441ddbd98e086875a9f47db0b93827ad73e7","after":null,"ref":"refs/heads/dependabot/go_modules/golang.org/x/sys-0.17.0","pushedAt":"2024-03-29T17:56:21.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"miekg","name":"Miek Gieben","path":"/miekg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/353371?s=80&v=4"}},{"before":"2230854ba97edcf29ac55a1f274e49cec11bf9bb","after":"d51366b7979ba2ccd0e7d62ca1a104938d082f0a","ref":"refs/heads/master","pushedAt":"2024-03-29T17:56:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"miekg","name":"Miek Gieben","path":"/miekg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/353371?s=80&v=4"},"commit":{"message":"Bump golang.org/x/sys from 0.16.0 to 0.17.0 (#1541)\n\nBumps [golang.org/x/sys](https://github.com/golang/sys) from 0.16.0 to 0.17.0.\r\n- [Commits](https://github.com/golang/sys/compare/v0.16.0...v0.17.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: golang.org/x/sys\r\n dependency-type: direct:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump golang.org/x/sys from 0.16.0 to 0.17.0 (#1541)"}},{"before":null,"after":"a6e3e5c580c49eccfbe2b3a3cf92cbb7b04e15fc","ref":"refs/heads/dependabot/go_modules/golang.org/x/tools-0.18.0","pushedAt":"2024-03-01T17:38:50.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump golang.org/x/tools from 0.17.0 to 0.18.0\n\nBumps [golang.org/x/tools](https://github.com/golang/tools) from 0.17.0 to 0.18.0.\n- [Release notes](https://github.com/golang/tools/releases)\n- [Commits](https://github.com/golang/tools/compare/v0.17.0...v0.18.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/tools\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump golang.org/x/tools from 0.17.0 to 0.18.0"}},{"before":null,"after":"bb19a617d1daa493ea0f461cdb8707ca2a94b3c3","ref":"refs/heads/dependabot/go_modules/golang.org/x/net-0.21.0","pushedAt":"2024-03-01T17:38:44.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump golang.org/x/net from 0.20.0 to 0.21.0\n\nBumps [golang.org/x/net](https://github.com/golang/net) from 0.20.0 to 0.21.0.\n- [Commits](https://github.com/golang/net/compare/v0.20.0...v0.21.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/net\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump golang.org/x/net from 0.20.0 to 0.21.0"}},{"before":null,"after":"39a0441ddbd98e086875a9f47db0b93827ad73e7","ref":"refs/heads/dependabot/go_modules/golang.org/x/sys-0.17.0","pushedAt":"2024-03-01T17:38:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump golang.org/x/sys from 0.16.0 to 0.17.0\n\nBumps [golang.org/x/sys](https://github.com/golang/sys) from 0.16.0 to 0.17.0.\n- [Commits](https://github.com/golang/sys/compare/v0.16.0...v0.17.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/sys\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump golang.org/x/sys from 0.16.0 to 0.17.0"}},{"before":"04233ed3cb24f9908515ac73c69acf92d53e4fad","after":null,"ref":"refs/heads/escape-error","pushedAt":"2024-02-15T12:36:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"miekg","name":"Miek Gieben","path":"/miekg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/353371?s=80&v=4"}},{"before":"57dcd27c92c1b320ea6042b9ad9e51bfb6a326ee","after":"2230854ba97edcf29ac55a1f274e49cec11bf9bb","ref":"refs/heads/master","pushedAt":"2024-02-15T12:36:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"miekg","name":"Miek Gieben","path":"/miekg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/353371?s=80&v=4"},"commit":{"message":"IsDomainName: check for escape as last character (#1532)\n\nKeep track if the escape, if still true when returning isDomainName\r\nshould return false.\r\n\r\nTODO:\r\n- Should still be done in packDomainName as well.\r\n- And that should be tested\r\n- Some tests now fail\r\n\r\nThere are multiple other places that supposedly also check for this, but\r\nthey are not called in the parsing.\r\n\r\nFixes: #1528\r\n\r\nSigned-off-by: Miek Gieben ","shortMessageHtmlLink":"IsDomainName: check for escape as last character (#1532)"}},{"before":"982d149dcc6de7736301d54d87a7369d3ca6b588","after":"57dcd27c92c1b320ea6042b9ad9e51bfb6a326ee","ref":"refs/heads/master","pushedAt":"2024-02-14T15:53:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"miekg","name":"Miek Gieben","path":"/miekg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/353371?s=80&v=4"},"commit":{"message":"Add option to do a zone transfer via TLS (#1533)\n\n* New func InTLS\r\n\r\nPerform zone transfer via TLS\r\n\r\n* Test xfr via TLS\r\n\r\n* New field TLS, used to transfer via TLS\r\n\r\n---------\r\n\r\nCo-authored-by: Cesar Kuroiwa ","shortMessageHtmlLink":"Add option to do a zone transfer via TLS (#1533)"}},{"before":"21ba49c291a44bd348308dbd01de337dcf0ab7f0","after":"982d149dcc6de7736301d54d87a7369d3ca6b588","ref":"refs/heads/master","pushedAt":"2024-02-10T18:29:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"miekg","name":"Miek Gieben","path":"/miekg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/353371?s=80&v=4"},"commit":{"message":"Add incus to the list of users (#1535)","shortMessageHtmlLink":"Add incus to the list of users (#1535)"}},{"before":null,"after":"04233ed3cb24f9908515ac73c69acf92d53e4fad","ref":"refs/heads/escape-error","pushedAt":"2024-01-21T11:11:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"miekg","name":"Miek Gieben","path":"/miekg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/353371?s=80&v=4"},"commit":{"message":"IsDomainName: check for escape as last character\n\nKeep track if the escape, if still true when returning isDomainName\nshould return false.\n\nTODO:\n- Should still be done in packDomainName as well.\n- And that should be tested\n- Some tests now fail\n\nThere are multiple other places that supposedly also check for this, but\nthey are not called in the parsing.\n\nFixes: #1528\n\nSigned-off-by: Miek Gieben ","shortMessageHtmlLink":"IsDomainName: check for escape as last character"}},{"before":"a493770824062dc616b70e7cd004b890f9e7b702","after":"21ba49c291a44bd348308dbd01de337dcf0ab7f0","ref":"refs/heads/master","pushedAt":"2024-01-21T10:19:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"miekg","name":"Miek Gieben","path":"/miekg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/353371?s=80&v=4"},"commit":{"message":"Improve NewRR documentation (#1531)\n\nIn particular, document the default origin.","shortMessageHtmlLink":"Improve NewRR documentation (#1531)"}},{"before":"afa95db33709945205a403666f25afffd8d17b40","after":null,"ref":"refs/heads/ede","pushedAt":"2024-01-18T15:13:55.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"miekg","name":"Miek Gieben","path":"/miekg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/353371?s=80&v=4"}},{"before":"fd91c6afb9f4fc2ee21fce46fa596482800997f9","after":"a493770824062dc616b70e7cd004b890f9e7b702","ref":"refs/heads/master","pushedAt":"2024-01-18T11:28:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"miekg","name":"Miek Gieben","path":"/miekg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/353371?s=80&v=4"},"commit":{"message":"Release 1.1.58","shortMessageHtmlLink":"Release 1.1.58"}},{"before":"85cafba8f5660f410a5d46a798a3c1e0c1ca626a","after":null,"ref":"refs/heads/dependabot/go_modules/golang.org/x/tools-0.17.0","pushedAt":"2024-01-18T11:26:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"miekg","name":"Miek Gieben","path":"/miekg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/353371?s=80&v=4"}},{"before":"8ad6d5b5cf558e28db739fe8c505d81aa43bbb7f","after":"fd91c6afb9f4fc2ee21fce46fa596482800997f9","ref":"refs/heads/master","pushedAt":"2024-01-18T11:26:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"miekg","name":"Miek Gieben","path":"/miekg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/353371?s=80&v=4"},"commit":{"message":"Bump golang.org/x/tools from 0.13.0 to 0.17.0 (#1529)\n\nBumps [golang.org/x/tools](https://github.com/golang/tools) from 0.13.0 to 0.17.0.\r\n- [Release notes](https://github.com/golang/tools/releases)\r\n- [Commits](https://github.com/golang/tools/compare/v0.13.0...v0.17.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: golang.org/x/tools\r\n dependency-type: direct:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump golang.org/x/tools from 0.13.0 to 0.17.0 (#1529)"}},{"before":"4880009d7104d2229552e4279c73d37a948769f4","after":null,"ref":"refs/heads/dependabot/go_modules/golang.org/x/sync-0.5.0","pushedAt":"2024-01-18T11:25:52.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"miekg","name":"Miek Gieben","path":"/miekg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/353371?s=80&v=4"}},{"before":"0e36d82ec4922d51a65a5f9fc323149e4d1097c3","after":null,"ref":"refs/heads/isdn","pushedAt":"2024-01-18T11:25:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"miekg","name":"Miek Gieben","path":"/miekg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/353371?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEPxCr2QA","startCursor":null,"endCursor":null}},"title":"Activity ยท miekg/dns"}