-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
go.mod update, README update, and adding examples
- Loading branch information
1 parent
c2c5cce
commit 9e945b9
Showing
7 changed files
with
390 additions
and
39 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
1,false | ||
2,false | ||
3,false | ||
4,false | ||
5,false | ||
6,false | ||
7,false | ||
8,false | ||
9,false | ||
10,false | ||
11,false | ||
12,true | ||
13,false | ||
14,false | ||
15,true | ||
16,false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
1,false | ||
2,true | ||
3,true | ||
4,false | ||
5,false | ||
6,false | ||
7,true | ||
8,false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
1.1.1.1,www.google.com | ||
142.250.190.46,www.censoredplanet.org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
module CenFuzz | ||
module github.com/censoredplanet/CenFuzz | ||
|
||
go 1.16 | ||
|
||
require ( | ||
cloud.google.com/go/bigquery v1.42.0 | ||
github.com/banviktor/asnlookup v0.1.0 | ||
github.com/google/go-cmp v0.5.9 | ||
github.com/jpillora/go-tld v1.2.1 | ||
github.com/libp2p/go-reuseport v0.2.0 | ||
github.com/mxschmitt/golang-combinations v1.1.0 | ||
github.com/oschwald/geoip2-golang v1.8.0 | ||
github.com/refraction-networking/utls v1.1.2 | ||
) |