Skip to content

Commit

Permalink
dns reconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
ibigbug committed Sep 17, 2023
1 parent 7cbb410 commit d360f13
Show file tree
Hide file tree
Showing 6 changed files with 214 additions and 127 deletions.
6 changes: 5 additions & 1 deletion Cargo.Bazel.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "347ca0fe4b75977928f2e59b15583a8514505bc59a8dea46398337f26e3344a8",
"checksum": "b6fd3963e35e2a6beb1e16662f2a7be5ac7bb50ddcaf7e47880459331b4ad8f0",
"crates": {
"addr2line 0.20.0": {
"name": "addr2line",
Expand Down Expand Up @@ -3945,6 +3945,10 @@
"id": "network-interface 1.0.3",
"target": "network_interface"
},
{
"id": "once_cell 1.18.0",
"target": "once_cell"
},
{
"id": "prost 0.11.9",
"target": "prost"
Expand Down
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions clash_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ boring-sys = { git = "https://github.com/Watfaq/boring.git", rev = "24c006f" }
hyper-boring = { git = "https://github.com/Watfaq/boring.git", rev = "24c006f" }
tokio-boring = { git = "https://github.com/Watfaq/boring.git", rev = "24c006f" }
ip_network_table-deps-treebitmap = "0.5.0"
once_cell = "1.18.0"

crc32fast = "1.3.2"
brotli = "3.3.4"
Expand Down
Loading

0 comments on commit d360f13

Please sign in to comment.