<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dpibreak.git/Cargo.lock, branch v0.0.3</title>
<subtitle>System-wide DPI circumvention with minimal configuration
</subtitle>
<id>http://git.dilluti0n.com/dpibreak.git/atom?h=v0.0.3</id>
<link rel='self' href='http://git.dilluti0n.com/dpibreak.git/atom?h=v0.0.3'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/'/>
<updated>2025-10-06T08:08:20Z</updated>
<entry>
<title>Bump version to 0.0.3</title>
<updated>2025-10-06T08:08:20Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2025-10-06T08:08:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/commit/?id=31eadd0a2ba8716a2dad4c727f27fbb9ee61652e'/>
<id>urn:sha1:31eadd0a2ba8716a2dad4c727f27fbb9ee61652e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move linux-only dependencies on Cargo.toml</title>
<updated>2025-10-06T06:30:06Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2025-10-06T06:30:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/commit/?id=6e99c8696bb827f34b6740486bad307502451336'/>
<id>urn:sha1:6e99c8696bb827f34b6740486bad307502451336</id>
<content type='text'>
</content>
</entry>
<entry>
<title>platform: linux: add nftables support with iptables fallback</title>
<updated>2025-10-03T06:28:57Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2025-10-03T06:28:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/commit/?id=e4529084b42e6374af4e735a3c9023d4492b9dc0'/>
<id>urn:sha1:e4529084b42e6374af4e735a3c9023d4492b9dc0</id>
<content type='text'>
Introduce nftables rules under a dedicated "dpibreak" table and
chain. Traffic on TCP port 443 is queued using NFQUEUE. If nftables
is not supported, fall back to the existing iptables-based rules
for both IPv4 and IPv6.

Also update cleanup logic to remove nftables table if used, or
iptables rules otherwise.
</content>
</entry>
<entry>
<title>Bump version to 0.0.2</title>
<updated>2025-09-11T10:56:51Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2025-09-11T10:52:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/commit/?id=f6c75ba69e831ed22ea7e9d72d7d6ae2639a4bd4'/>
<id>urn:sha1:f6c75ba69e831ed22ea7e9d72d7d6ae2639a4bd4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update version and metadatas on Cargo.toml</title>
<updated>2025-09-05T07:30:02Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2025-09-05T07:27:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/commit/?id=12ffc9adf22abd0c30b13539c6aaa7fb3fb95ede'/>
<id>urn:sha1:12ffc9adf22abd0c30b13539c6aaa7fb3fb95ede</id>
<content type='text'>
* Use: Cargo.toml inside on program
</content>
</entry>
<entry>
<title>Decouple once_cell by replacing it with standard lib</title>
<updated>2025-08-23T06:47:27Z</updated>
<author>
<name>Dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2025-08-23T06:47:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/commit/?id=71f6c93574424b6a27dca9fca9fc23805a16649b'/>
<id>urn:sha1:71f6c93574424b6a27dca9fca9fc23805a16649b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build: use winres to add manifest for windows binary</title>
<updated>2025-08-06T09:16:18Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2025-08-05T06:11:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/commit/?id=a8e26a83c6142e0db568aa1145a152d393640e17'/>
<id>urn:sha1:a8e26a83c6142e0db568aa1145a152d393640e17</id>
<content type='text'>
</content>
</entry>
<entry>
<title>implement: not-working framework for windows</title>
<updated>2025-08-06T09:16:18Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2025-07-29T15:10:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/commit/?id=633641c205e105ea2d8d287cbc9199966e1cafdd'/>
<id>urn:sha1:633641c205e105ea2d8d287cbc9199966e1cafdd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: move platform-dependent code to mod platform</title>
<updated>2025-07-26T16:02:39Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2025-07-26T16:02:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/commit/?id=dffb52c1de0e8b8ea3718a342da2d6235d64bc4d'/>
<id>urn:sha1:dffb52c1de0e8b8ea3718a342da2d6235d64bc4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>revert ctrlc to override default SIGINT handler</title>
<updated>2025-07-22T14:10:14Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2025-07-22T14:08:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/commit/?id=3b4b22511a958cc1c49498d7637827fe579363d4'/>
<id>urn:sha1:3b4b22511a958cc1c49498d7637827fe579363d4</id>
<content type='text'>
</content>
</entry>
</feed>
