Show forwarding as extra data

Refs #292
This commit is contained in:
M66B 2016-02-08 16:39:54 +01:00
parent 2f04f8b884
commit 1291bdaf61
1 changed files with 1 additions and 2 deletions

View File

@ -1169,8 +1169,7 @@ public class SinkholeService extends VpnService implements SharedPreferences.OnS
allowed = new Allowed();
} else {
allowed = new Allowed(fwd.raddr, fwd.rport);
packet.daddr = fwd.raddr;
packet.dport = fwd.rport;
packet.data = "> " + fwd.raddr + ":" + fwd.rport;
}
} else
allowed = new Allowed();