[go: nahoru, domu]

Skip to content

Commit

Permalink
We can use the "loopback" parameter in WinDivert 2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
crunkyball committed Sep 18, 2019
1 parent dcf61b9 commit 2c1af59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions etc/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c1af59

Please sign in to comment.