Skip to content

Commit

Permalink
Merge pull request #65 from crunkyball/master
Browse files Browse the repository at this point in the history
Port to WinDivert 2.1
  • Loading branch information
jagt authored Apr 24, 2021
2 parents 01aeeff + 0a94301 commit bc9a760
Showing 499 changed files with 8,210 additions and 7,759 deletions.
6 changes: 3 additions & 3 deletions etc/config.txt
Original file line number Diff line number Diff line change
@@ -4,9 +4,9 @@
# see <https://github.com/basil00/Divert/wiki/WinDivert-Documentation#7-filter-language> for details

# loopback packets can only be filtered using 'outbound'.
localhost ipv4 all: outbound and ip.DstAddr >= 127.0.0.1 and ip.DstAddr <= 127.255.255.255
localhost ipv4 tcp: tcp and outbound and ip.DstAddr >= 127.0.0.1 and ip.DstAddr <= 127.255.255.255
localhost ipv4 udp: udp and outbound and ip.DstAddr >= 127.0.0.1 and ip.DstAddr <= 127.255.255.255
localhost ipv4 all: outbound and loopback
localhost ipv4 tcp: tcp and outbound and loopback
localhost ipv4 udp: udp and outbound and loopback

# more general
all sending packets: outbound
60 changes: 0 additions & 60 deletions external/WinDivert-1.1.7-MINGW/CHANGELOG

This file was deleted.

Loading

0 comments on commit bc9a760

Please sign in to comment.