Skip to content

Commit

Permalink
no-ipv6: tag:*, tag:*@ip:*, ip:*
Browse files Browse the repository at this point in the history
  • Loading branch information
zfl9 committed Dec 22, 2024
1 parent ad3a254 commit ff0951b
Show file tree
Hide file tree
Showing 9 changed files with 155 additions and 258 deletions.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const Step = std.build.Step;
const LibExeObjStep = std.build.LibExeObjStep;
const OptionsStep = std.build.OptionsStep;

const chinadns_version = "2024.11.17";
const chinadns_version = "2024.12.22";

var _b: *Builder = undefined;

Expand Down
149 changes: 0 additions & 149 deletions src/NoAAAA.zig

This file was deleted.

2 changes: 0 additions & 2 deletions src/g.zig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
const std = @import("std");
const cc = @import("cc.zig");
const ipset = @import("ipset.zig");
const NoAAAA = @import("NoAAAA.zig");
const DynStr = @import("DynStr.zig");
const StrList = @import("StrList.zig");
const EvLoop = @import("EvLoop.zig");
Expand All @@ -24,7 +23,6 @@ pub inline fn verbose() bool {
return flags.verbose;
}

pub var noaaaa_rule: NoAAAA = .{};
pub var filter_qtypes: []u16 = &.{};

/// default tag for domains that do not match any list
Expand Down
Loading

0 comments on commit ff0951b

Please sign in to comment.