Skip to content

Commit

Permalink
Fixed missing import.
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed May 16, 2015
1 parent 395a1da commit 9ee2938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiny-udp-anti-nat.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#$ipfw 03057 allow log udp from 1.1.1.0/24 to 1.1.1.1 dst-port 10053 in via tap1
#$ipfw 03058 allow log udp from 1.1.1.1 to 1.1.1.0/24 src-port 53 out via tap1

import sys, getopt
import sys, os, getopt
import socket
import struct
import net_checksums as nc
Expand Down

0 comments on commit 9ee2938

Please sign in to comment.