<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dpibreak.git/src, branch v0.6.0</title>
<subtitle>System-wide DPI circumvention with minimal configuration
</subtitle>
<id>http://git.dilluti0n.com/dpibreak.git/atom?h=v0.6.0</id>
<link rel='self' href='http://git.dilluti0n.com/dpibreak.git/atom?h=v0.6.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/'/>
<updated>2026-04-05T09:25:04Z</updated>
<entry>
<title>Add shopt -t, -a for --fake-ttl, --fake-autottl, respectively</title>
<updated>2026-04-05T09:25:04Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2026-04-05T09:23:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/commit/?id=88f92e05c89f28553adeba7d4866279b167af2f9'/>
<id>urn:sha1:88f92e05c89f28553adeba7d4866279b167af2f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add short option -d for --daemon, deprecating -D.</title>
<updated>2026-04-05T09:19:29Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2026-04-05T09:19:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/commit/?id=bbfafeb0a0f478dedc8574152b67dfc8be2c697a'/>
<id>urn:sha1:bbfafeb0a0f478dedc8574152b67dfc8be2c697a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>opt: add shopt for --segment-order and description</title>
<updated>2026-04-05T09:07:07Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2026-04-05T08:19:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/commit/?id=4205ad38509e1eab9936f2cc862c6f48e4cf10c1'/>
<id>urn:sha1:4205ad38509e1eab9936f2cc862c6f48e4cf10c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pkt: implement segment-order aware send_split</title>
<updated>2026-04-05T09:07:01Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2026-04-05T07:50:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/commit/?id=405416f946c9a474d89d7fc989c1e78d63e841e8'/>
<id>urn:sha1:405416f946c9a474d89d7fc989c1e78d63e841e8</id>
<content type='text'>
Replace hardcoded [0,1] split with send_split accepting &amp;[Segment].
Segments exceeding payload length are warned and skipped. Add Segment
type to opt.rs with Display/Debug showing [start,end) notation.
</content>
</entry>
<entry>
<title>opt: implement SegmentOrder::new and Display</title>
<updated>2026-04-05T07:35:27Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2026-04-05T07:35:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/commit/?id=60f0ec214a59f5a3935c9347bc96bdf85f25de74'/>
<id>urn:sha1:60f0ec214a59f5a3935c9347bc96bdf85f25de74</id>
<content type='text'>
Parse comma-separated split points into sorted segment ranges as
(start, end): pairs. Display shows original input with computed
ranges, e.g. "5,1,0,3 ([5,end), [1,3), [0,1), [3,5))".
</content>
</entry>
<entry>
<title>opt: add SegmentOrder type and --segment-order option</title>
<updated>2026-04-05T07:24:42Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2026-04-05T07:24:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/commit/?id=54a9b442d72a4ae2f23e53dfb915c3cdf0eeaa42'/>
<id>urn:sha1:54a9b442d72a4ae2f23e53dfb915c3cdf0eeaa42</id>
<content type='text'>
SegmentOrder parses a comma-separated list of u32 split points, sorts
them, and precomputes segment ranges as (start, end) pairs for use in
send_split. The original input string is retained for Display. Parsing
logic is unimplemented and will follow in the next commit.
</content>
</entry>
<entry>
<title>linux: rxring: nit: add SPDX header</title>
<updated>2026-03-15T04:27:57Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2026-03-15T04:27:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/commit/?id=57ff0e7c3279935f3879691d794bf5c8f798e5c0'/>
<id>urn:sha1:57ff0e7c3279935f3879691d794bf5c8f798e5c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>linux: add IPv6 SYN/ACK BPF filter and increase rxring frame size</title>
<updated>2026-03-06T07:53:48Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2026-03-06T07:46:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/commit/?id=6bea73a790e649de174444e149e7f84143fa0c62'/>
<id>urn:sha1:6bea73a790e649de174444e149e7f84143fa0c62</id>
<content type='text'>
Previous BPF filter only matched IPv4 due to tcpdump failing to
generate a correct combined IPv4/IPv6 filter. Replaced with manually
split filter that handles both ip and ip6 paths.

Also increase FRAME_SIZE from 128 to 256 to resolve this error:
[WARNING] put_hop: IPv6 Packet Error: Not enough data to decode 'IPv6
packet'. 80 byte(s) would be required, but only 62 byte(s) are
available based on the slice length.

tpacket_hdr(~66) + eth(14) + ipv6(40) + tcp+options(60) = ~180 bytes,
which exceeded the previous 128-byte limit.
</content>
</entry>
<entry>
<title>linux: iptables: nit: fix compiler warning</title>
<updated>2026-03-02T13:20:30Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2026-03-02T13:20:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/commit/?id=4571c04a2bfa5fe403a446cbb8cec0893cd46168'/>
<id>urn:sha1:4571c04a2bfa5fe403a446cbb8cec0893cd46168</id>
<content type='text'>
</content>
</entry>
<entry>
<title>linux: iptables: fix SYN/ACK rules installed on iptables</title>
<updated>2026-03-02T13:19:00Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2026-03-02T13:19:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/commit/?id=2efed35d3dbe83dffc001ab810307fba25923331'/>
<id>urn:sha1:2efed35d3dbe83dffc001ab810307fba25923331</id>
<content type='text'>
</content>
</entry>
</feed>
