Skip to content

Commit

Permalink
Add tags
Browse files Browse the repository at this point in the history
Signed-off-by: mi2428 <mi2428782020@gmail.com>
  • Loading branch information
mi2428 committed Sep 11, 2021
1 parent 650fbf8 commit 58cf84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/telescreen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ type telescreenLogCommon struct {
DstIP net.IP `pg:"dst_ip"`
SrcPort uint16 `pg:"src_port"`
DstPort uint16 `pg:"dst_port"`
TransTCP bool `pg:"tcp_transport"`
TransTCP bool `pg:"tcp_transport,notnull,use_zero"`
}

type QueryLog struct {
Expand Down

0 comments on commit 58cf84a

Please sign in to comment.