<?xml version="1.0" encoding="windows-1252"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>n00b Unlimited - Forums</title>
		<link>https://n00bunlimited.net/</link>
		<description>vBulletin Forums</description>
		<language>en</language>
		<lastBuildDate>Tue, 15 Sep 2026 13:02:21 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>https://n00bunlimited.net/images/misc/rss.png</url>
			<title>n00b Unlimited - Forums</title>
			<link>https://n00bunlimited.net/</link>
		</image>
		<item>
			<title>IPfire Walk through and review</title>
			<link>https://n00bunlimited.net/home/forum/site-news/ipfire/80492-ipfire-walk-through-and-review</link>
			<pubDate>Mon, 07 Sep 2026 14:54:13 GMT</pubDate>
			<description />
			<content:encoded><![CDATA[
<iframe class="restrain" title="YouTube video player" width="640" height="390" src="//www.youtube.com/embed/qjPyh2FsGeM?wmode=opaque&amp;autoplay=1" allowFullScreen allow="autoplay"></iframe>
]]></content:encoded>
			<category domain="https://n00bunlimited.net/home/forum/site-news/ipfire">Ipfire</category>
			<dc:creator>siosios</dc:creator>
			<guid isPermaLink="true">https://n00bunlimited.net/home/forum/site-news/ipfire/80492-ipfire-walk-through-and-review</guid>
		</item>
		<item>
			<title>IPFire 2.29 - Core Update 203 released</title>
			<link>https://n00bunlimited.net/home/forum/site-news/ipfire/80491-ipfire-2-29-core-update-203-released</link>
			<pubDate>Mon, 20 Jul 2026 09:00:48 GMT</pubDate>
			<description><![CDATA[This is the release announcement for IPFire 2.29 &#8211; Core Update 203, which is now available. 
 
This is a substantial update, and its centrepiece is a...]]></description>
			<content:encoded><![CDATA[<br />
<br />
This is the release announcement for IPFire 2.29 &#8211; Core Update 203, which is now available.<br />
<br />
This is a substantial update, and its centrepiece is a fundamental change to how IPFire handles DNS: we have replaced Unbound with Knot Resolver, giving us a more flexible foundation and a range of new capabilities, from a DNS Firewall to encrypted upstream forwarding. Alongside it, the WiFi access point gains support for the 6 GHz band, and there are the usual security fixes and package updates throughout. These changes reach into a core part of the system, and we're grateful to everyone who helped test the release candidate over the past weeks and reported back.<br />
<br />
<b>DNS: Moving from Unbound to Knot Resolver</b><br /><br />With this release, IPFire replaces its DNS Resolver with Knot Resolver.<br />
<br />
This is a significant change under the hood, and not one we made lightly. Unbound has served IPFire well for many years and remains an excellent resolver. But DNS has quietly become one of the most important parts of the modern network. It is no longer only about turning names into addresses &#8212; it increasingly carries the information other protocols rely on to connect quickly, securely and privately, from encrypted transport to the records clients use to establish encrypted connections. To keep building on top of DNS, we needed a resolver we can extend and integrate deeply with the rest of IPFire. Knot Resolver's modular, scriptable architecture gives us exactly that foundation.<br />
<br />
What this brings you today:<ul><li><b>Encrypted upstream forwarding (DNS over TLS)</b> &#8212; queries to your chosen upstream resolvers can now be sent over TLS, so they can't be read or tampered with in transit.</li>
<li><b>DNS Firewall</b> &#8212; block malware, advertising and whole categories of unwanted domains at the DNS layer.</li>
<li><b>Encrypted zone data (over TLS)</b> &#8212; the DNS Firewall's filtering and policy zones are now pulled over an encrypted connection by zone-sync, a new tool we built in C. Updates are transferred incrementally and can no longer be read or tampered with in transit.</li>
<li><b>SafeSearch</b> &#8212; enforce safe search across the major search engines and YouTube for your whole network.</li>
<li><b>Conditional forwarding</b> &#8212; send queries for specific zones to specific servers. (Note the change below.)</li>
<li><b>Local overrides</b> &#8212; define your own DNS records for local hostnames.</li>
<li><b>DHCP integration</b> &#8212; a custom module makes hostnames from DHCP leases resolvable in DNS, replacing the old Unbound DHCP Leases Bridge with no loss of function.</li>
</ul><br />
Under the hood:<ul><li><b>Persistent Cache</b> &#8212; the cache now survives restarts, so resolution stays fast after a reboot and there's less load on upstream servers.</li>
<li><b>Shared state across multiple workers</b> &#8212; Knot Resolver uses several worker processes that share one cache and state, making efficient use of multiple CPU cores without fragmenting the cache.</li>
</ul><br />
Please note: Forwarded zones can no longer be specified as fully-qualified domain names. You now need to replace any entries on the DNS Forwarding page that use FQDNs with IP addresses.<br />
<br />
A note on what went into this release: replacing the DNS resolver was far from a drop-in swap. Alongside integrating Knot Resolver itself, we wrote a good deal of new code &#8212; including custom modules for DHCP and filtering, and zone-sync, a tool we built in C to keep the DNS Firewall's data current over an encrypted connection.<br />
<br />
<b>WiFi: Support for the 6 GHz Band</b><br /><br />The IPFire WiFi access point now supports the 6 GHz band, opening up the spectrum introduced with WiFi 6E and WiFi 7.<br />
<br />
Why this matters:<ul><li><b>More room, less interference</b> &#8212; the 6 GHz band is new and largely empty. Without decades of legacy devices crowding it, wireless clients get cleaner airtime and more stable connections, even in busy neighbourhoods.</li>
<li><b>Wider channels, higher throughput</b> &#8212; the additional spectrum leaves room for many more wide (80 and 160 MHz) channels, so you can run faster connections without them overlapping and interfering with one another.</li>
<li><b>No radar detection, no interruptions</b> &#8212; unlike parts of the 5 GHz band, the 6 GHz band does not require radar detection (DFS). The access point starts up immediately and can never be forced off its channel by a radar event, so there are no sudden dropouts.</li>
</ul><br />
We have also fixed a bug that prevented the access point from starting when a 40 MHz channel width was combined with a manually selected channel.<br />
<br />
<b>Misc.</b><br /><br /><ul><li>AWS: IPFire can now retrieve EC2 instance metadata using IMDSv2, the token-based and more secure version of the metadata service that AWS now recommends and increasingly enforces by default. This means IPFire runs correctly on instances configured to require IMDSv2, while IMDSv1 remains supported for existing deployments.</li>
<li>The microcode for some Intel processors has been updated to version 20260512 to address a vulnerability filed as <a href="https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01420.html" target="_blank">INTEL-SA-01420</a></li>
<li>A bug with Perl failing to properly encode/decode UTF-8 strings has been fixed so that the web UI will show translations with non-ASCII characters properly again</li>
<li>OpenVPN: The icon to download the configuration has been replaced by a clearer version; and for Roadwarrior clients with a static IP address allocation, the name of the subnet is now shown next to the connection.</li>
<li>sysklogd will now listen on localhost again, which is useful for chrooted processes that want to log messages</li>
<li>Updated packages: BIND 9.20.23, Boost 1.90.0, coreutils 9.11, btrfs-progs 7.0, e2fsprogs 1.47.4, elfutils 0.195, expat 2.8.1, fcron 3.4.1, fontconfig 2.18.1, gdb 17.2, gnupg 2.5.20, GRUB 2.14, grub-btrfs 4.14, iana-etc 20260511, krb5 1.22.2, less 702, libedit 20260512-3.1, libksba 1.8.0, libloc 0.9.19, libunistring 1.4.2, libusb 1.0.30, LuaJIT 2.1.707c12b, LVM2 2.03.41, meson 1.11.1, nettle 4.0, OpenVPN 2.7.4, rrdtool 1.10.3, SQLite 3.53.1, strongswan 6.0.7 (<a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=2026-47895" target="_blank">CVE-2026-47895</a>), Suricata 8.0.6, util-linux 2.42, vim 9.2.0526, which 2.25, xfsprogs 7.0.1, zone-sync 0.0.2</li>
</ul><br />
<b>Add-Ons</b><br /><br /><ul><li>Updated packages: dnsdist 2.0.6, ntfs-3g 2026.2.25, Postfix 3.11.3, rsync 3.4.3, samba 4.24.2, spice 0.16.0, spice-protocol 0.14.5, tmux 3.6b, tshark 4.6.6</li>
<li>Zabbix Agent: Fixes for OpenVPN 2.7 status parsing and ping error handling have been applied</li>
</ul><br />
<b>Thank You</b><br /><br />Core Update 203 reaches into one of the most fundamental parts of the system, and getting there took months of work: rebuilding DNS resolution from the ground up, writing new tooling like zone-sync, and testing all of it against real-world traffic. We're especially grateful to everyone who ran the release candidate, filed bugs, and helped us catch issues before they reached the wider community.<br />
<br />
Work like this is slow, detailed and largely invisible, and it is only possible because IPFire is supported by the people who rely on it. If this release is useful to you, <a href="https://www.ipfire.org/donate" target="_blank">please consider making a donation</a> &#8212; it is what lets us keep building.<br />
<br />
Thank you for using IPFire.<br />
<br />
<br />
<a href="https://www.ipfire.org/blog/ipfire-2-29-core-update-203-released" target="_blank">More...</a>]]></content:encoded>
			<category domain="https://n00bunlimited.net/home/forum/site-news/ipfire">Ipfire</category>
			<dc:creator>siosios</dc:creator>
			<guid isPermaLink="true">https://n00bunlimited.net/home/forum/site-news/ipfire/80491-ipfire-2-29-core-update-203-released</guid>
		</item>
		<item>
			<title>Team Fortress 2 Update Released</title>
			<link>https://n00bunlimited.net/home/forum/site-news/steam-news/80490-team-fortress-2-update-released</link>
			<pubDate>Thu, 16 Jul 2026 21:31:18 GMT</pubDate>
			<description>An update to Team Fortress 2 has been released. The update will be applied automatically when you restart Team Fortress 2. The major changes include:...</description>
			<content:encoded><![CDATA[An update to Team Fortress 2 has been released. The update will be applied automatically when you restart Team Fortress 2. The major changes include:<ul><li>Updated Taxi Cabbed war paint<ul><li>Fixed mip settings on the stickers</li>
<li>Fixed using the incorrect wear texture</li>
</ul></li>
<li>Updated/Added some tournament medals</li>
<li>Updated koth_dryfield<ul><li>Fixed the teleporter prison exploit</li>
<li>Fixed the broken geometry of the RED hut near the point</li>
<li>Attempt to fix a flying RED roof spotted from afar</li>
<li>Fixed the watercooler facing the wall</li>
<li>Improved access to the balcony section to make jumping easier</li>
<li>Added many missing player clip</li>
</ul></li>
</ul><br />
<br />
An update to Team Fortress 2 has been released. The update will be applied automatically when you restart Team Fortress 2. The major changes include:<ul><li>Updated Taxi Cabbed war paint<ul><li>Fixed mip settings on the stickers</li>
<li>Fixed using the incorrect wear texture</li>
</ul></li>
<li>Updated/Added some tournament medals</li>
<li>Updated koth_dryfield<ul><li>Fixed the teleporter prison exploit</li>
<li>Fixed the broken geometry of the RED hut near the point</li>
<li>Attempt to fix a flying RED roof spotted from afar</li>
<li>Fixed the watercooler facing the wall</li>
<li>Improved access to the balcony section to make jumping easier</li>
<li>Added many missing player clip</li>
</ul></li>
</ul><br />
<br />
<a href="https://store.steampowered.com/news/276347/" target="_blank">More...</a>]]></content:encoded>
			<category domain="https://n00bunlimited.net/home/forum/site-news/steam-news">Steam News</category>
			<dc:creator>siosios</dc:creator>
			<guid isPermaLink="true">https://n00bunlimited.net/home/forum/site-news/steam-news/80490-team-fortress-2-update-released</guid>
		</item>
		<item>
			<title><![CDATA[From Days to Hours: IPFire's RISC-V Builds Get a Real Machine]]></title>
			<link>https://n00bunlimited.net/home/forum/site-news/ipfire/80489-from-days-to-hours-ipfire-s-risc-v-builds-get-a-real-machine</link>
			<pubDate>Thu, 16 Jul 2026 09:30:13 GMT</pubDate>
			<description>Building IPFire 2 can be painful. The build system requires that large parts of the distribution are built from scratch each time we run a build....</description>
			<content:encoded><![CDATA[<br />
<br />
Building IPFire 2 can be painful. The build system requires that large parts of the distribution are built from scratch each time we run a build. Usually that takes a couple of hours, but for one architecture, it has been taking <i>days</i>. What we call a Nightly Build has actually been taking more than a whole weekend; we needed to get it back down to something that could finish overnight.<br />
<br />
If you have been following the IPFire development team for some time, you know that we are quite keen to make IPFire run on any kind of suitable hardware. We have been early adopters for ARM - back in the day when 32 bit ARM was <i>very</i> painful - and we ported IPFire to RISC-V a couple of years ago, too. However, we didn't have any suitable hardware to build it as it wasn't available at all at the time, so we had to fall back on an emulated build inside our infrastructure. Every command that is being called will have to be interpreted just-in-time from the riscv64 instruction set and converted into runnable x86 code. This is a process that is extremely slow; so slow that day-to-day development is virtually impossible for RISC-V.<br />
<br />
<b>Ending The Emulation Bottleneck</b><br /><br />This didn't bother us too much at first - RISC-V is still a second-class citizen in IPFire and we are early to the party. But to move it forward, we needed to get rid of the emulation bottleneck.<br />
<br />
Some months ago, we pre-ordered a Milk-V Jupiter 2 which has finally arrived.<br />
<br />
Previous experiences with early-bird ARM hardware have not been great. Lack of support in the Linux kernel, stability issues and a small community have resulted in lots of products being shelved. With RISC-V and Jupiter 2 it seems to be the exact opposite. We chose from a couple of distributions, used a custom kernel from SpacemiT, and had the whole thing set up very quickly.<br />
<br />
<img itemprop="image" class="bbcode-attachment bbcode-attachment--lightbox js-lightbox" src="https://nopaste.ipfire.org/raw/xV-ZzuH4" border="0" alt="" /><br />
<br />
<b>The Rough Edges</b><br /><br />Some caveats had to be sorted though: There are some outstanding issues with the power management of the device and support for the NVMe SSD that we added is not too stable yet. The biggest issue however is that the device generates a lot of heat - even when it is idle. Idling at 74°C, the board climbed past 85°C within minutes of starting a build, which required us to improve the cooling a little. Hopefully the power management will improve soon so that we can operate the system at a more sustainable temperature soon.<br />
<br />
<b>The Result</b><br /><br />Despite these smaller issues, our Milk-V Jupiter 2 has now been added to our build system for IPFire 2 and it has started to compile the nightly builds. The build time is down from a whopping 54-56 hours in the emulated setup to only seven hours.<br />
<br />
This is a huge step forward for us to actually work on the RISC-V ecosystem and only the start. As more RISC-V hardware is becoming available and as it matures, we intend to put more resources behind it. We want more choice, a real alternative from x86, and we are hoping to see very small, yet very powerful IPFire systems on RISC-V over the next couple of years.<br />
<br />
<b>Where We Go From Here</b><br /><br />We see vast potential in RISC-V as a target architecture and we believe that now is the time to invest in it. Let's iron out the gaps in hardware support, build out the IPFire to take advantage of the features of the hardware, and get it to a viable, production-ready alternative to ARM and x86.<br />
<br />
When will it be ready? We don't know, yet. But the only way to find out is to start now. So join us and contribute. Help us test and send us feedback.<br />
<br />
<br />
<a href="https://www.ipfire.org/blog/from-days-to-hours-ipfire-s-risc-v-builds-get-a-real-machine" target="_blank">More...</a>]]></content:encoded>
			<category domain="https://n00bunlimited.net/home/forum/site-news/ipfire">Ipfire</category>
			<dc:creator>siosios</dc:creator>
			<guid isPermaLink="true">https://n00bunlimited.net/home/forum/site-news/ipfire/80489-from-days-to-hours-ipfire-s-risc-v-builds-get-a-real-machine</guid>
		</item>
		<item>
			<title>Team Fortress 2 Update Released</title>
			<link>https://n00bunlimited.net/home/forum/site-news/steam-news/80488-team-fortress-2-update-released</link>
			<pubDate>Tue, 14 Jul 2026 20:40:04 GMT</pubDate>
			<description>An update to Team Fortress 2 has been released. The update will be applied automatically when you restart Team Fortress 2. The major changes include:...</description>
			<content:encoded><![CDATA[An update to Team Fortress 2 has been released. The update will be applied automatically when you restart Team Fortress 2. The major changes include:<ul><li>Fixed missing sound for Taunt: Circuit Breaker</li>
<li>Renamed &quot;Northern Nights&quot; Summer 2026 Unusual effect to &quot;Polar Prism&quot;</li>
<li>Updated the Floral Growth Unusual effect to fix orientation/position problems</li>
<li>Updated the Bald Spotter<ul><li>Adjusted vertex normals and diffuse on head</li>
<li>Adjusted normals and specular on head mirror</li>
<li>Reduced mesh size slightly toward the front and back of the head</li>
<li>Fixed some facial flexes</li>
<li>Reduced texture size of lens</li>
</ul></li>
<li>Updated the Surgical Shroud<ul><li>Fixed vertex normal issue on coat</li>
<li>Adjusted Phongfresnelranges on mirror to improve envmap effect</li>
<li>Reduced texture size of mirror</li>
</ul></li>
<li>Updated/Added some tournament medals</li>
<li>Updated koth_dusker to globally improve lighting in outdoor areas for better team recognition</li>
<li>Updated cp_premuda<ul><li>Fixed conflicting files leading to crashes</li>
<li>Fixed several spawn room errors</li>
<li>Adjusted respawn-times to make capping easier</li>
<li>Adjusted sound timings and volume</li>
<li>Brightened up dark spaces and tunnels</li>
<li>Smaller changes all around the map to improve game flow</li>
<li>Miscellaneous visual and clipping bugs fixed</li>
</ul></li>
</ul><br />
<br />
An update to Team Fortress 2 has been released. The update will be applied automatically when you restart Team Fortress 2. The major changes include:<ul><li>Fixed missing sound for Taunt: Circuit Breaker</li>
<li>Renamed &quot;Northern Nights&quot; Summer 2026 Unusual effect to &quot;Polar Prism&quot;</li>
<li>Updated the Floral Growth Unusual effect to fix orientation/position problems</li>
<li>Updated the Bald Spotter<ul><li>Adjusted vertex normals and diffuse on head</li>
<li>Adjusted normals and specular on head mirror</li>
<li>Reduced mesh size slightly toward the front and back of the head</li>
<li>Fixed some facial flexes</li>
<li>Reduced texture size of lens</li>
</ul></li>
<li>Updated the Surgical Shroud<ul><li>Fixed vertex normal issue on coat</li>
<li>Adjusted Phongfresnelranges on mirror to improve envmap effect</li>
<li>Reduced texture size of mirror</li>
</ul></li>
<li>Updated/Added some tournament medals</li>
<li>Updated koth_dusker to globally improve lighting in outdoor areas for better team recognition</li>
<li>Updated cp_premuda<ul><li>Fixed conflicting files leading to crashes</li>
<li>Fixed several spawn room errors</li>
<li>Adjusted respawn-times to make capping easier</li>
<li>Adjusted sound timings and volume</li>
<li>Brightened up dark spaces and tunnels</li>
<li>Smaller changes all around the map to improve game flow</li>
<li>Miscellaneous visual and clipping bugs fixed</li>
</ul></li>
</ul><br />
<br />
<a href="https://store.steampowered.com/news/276074/" target="_blank">More...</a>]]></content:encoded>
			<category domain="https://n00bunlimited.net/home/forum/site-news/steam-news">Steam News</category>
			<dc:creator>siosios</dc:creator>
			<guid isPermaLink="true">https://n00bunlimited.net/home/forum/site-news/steam-news/80488-team-fortress-2-update-released</guid>
		</item>
		<item>
			<title>Now Available on Steam - Angels Fall First, 10% off!</title>
			<link>https://n00bunlimited.net/home/forum/site-news/steam-news/80487-now-available-on-steam-angels-fall-first-10-off</link>
			<pubDate>Sat, 11 Jul 2026 22:10:13 GMT</pubDate>
			<description>Angels Fall First (http://store.steampowered.com/app/367270/) is Now Available on Steam and is 10% off!* 
 
From commanding the battle standing on...</description>
			<content:encoded><![CDATA[<a href="http://store.steampowered.com/app/367270/" target="_blank">Angels Fall First</a> is Now Available on Steam and is 10% off!*<br />
<br />
From commanding the battle standing on the bridge of your flagship all the way down to tactical infantry firefights - AFF brings together all the combat you ever loved in a rich science fiction setting. Boarding, pilotable capital ships, deep weapon customization and full Bot support included!<br />
<br />
*Offer ends July 18 at 10AM Pacific Time<br />
<a href="http://store.steampowered.com/app/367270/" target="_blank"><img itemprop="image" class="bbcode-attachment bbcode-attachment--lightbox js-lightbox" src="https://cdn.fastly.steamstatic.com/steam/apps/367270/header.jpg" border="0" alt="" /></a><br />
<br />
<a href="http://store.steampowered.com/app/367270/" target="_blank">Angels Fall First</a> is Now Available on Steam and is 10% off!*<br />
<br />
From commanding the battle standing on the bridge of your flagship all the way down to tactical infantry firefights - AFF brings together all the combat you ever loved in a rich science fiction setting. Boarding, pilotable capital ships, deep weapon customization and full Bot support included!<br />
<br />
*Offer ends July 18 at 10AM Pacific Time<br />
<a href="http://store.steampowered.com/app/367270/" target="_blank"><img itemprop="image" class="bbcode-attachment bbcode-attachment--lightbox js-lightbox" src="https://cdn.fastly.steamstatic.com/steam/apps/367270/header.jpg" border="0" alt="" /></a><br />
<br />
<a href="https://store.steampowered.com/news/275791/" target="_blank">More...</a>]]></content:encoded>
			<category domain="https://n00bunlimited.net/home/forum/site-news/steam-news">Steam News</category>
			<dc:creator>siosios</dc:creator>
			<guid isPermaLink="true">https://n00bunlimited.net/home/forum/site-news/steam-news/80487-now-available-on-steam-angels-fall-first-10-off</guid>
		</item>
		<item>
			<title>Team Fortress 2 Update Released</title>
			<link>https://n00bunlimited.net/home/forum/site-news/steam-news/80486-team-fortress-2-update-released</link>
			<pubDate>Fri, 10 Jul 2026 19:10:26 GMT</pubDate>
			<description>An update to Team Fortress 2 has been released. The update will be applied automatically when you restart Team Fortress 2. The major changes include:...</description>
			<content:encoded><![CDATA[An update to Team Fortress 2 has been released. The update will be applied automatically when you restart Team Fortress 2. The major changes include:<ul><li>Updated the Beachcomber's Brim to fix an incorrect material</li>
<li>Updated Taunt: The Circuit Breaker<ul><li>Fixed incorrect team color on prop</li>
<li>Fixed orphaned particles</li>
</ul></li>
<li>Updated the Inglorious Patriot<ul><li>Adjusted the normal map and refined the colors</li>
<li>Improved the weighting on the bottom pockets</li>
<li>Updated the backpack icon</li>
</ul></li>
<li>Updated pl_redwood<ul><li>Fixed various lighting issues</li>
<li>Zipline dismount jump speed now ramps up from 1.1x base class speed to 1.8x</li>
<li>Decreased delay before a player can dismount a zipline by jumping from 0.6s to 0.25s</li>
<li>Decreased delay before a player can dismount a zipline by crouching from 0.3s to 0.1s</li>
<li>Fixed players who dismount a zipline in mid-air not receiving mini-crits from the Direct Hit and Reserve Shooter</li>
<li>Fixed the B.A.S.E. Jumper's parachute deploying while using a zipline</li>
</ul></li>
<li>Updated koth_camp_saxton<ul><li>Vastly improved optimization. Further investigation is ongoing.</li>
<li>Tweaked log-and-netting walls along the central shore for clearer definition</li>
<li>Fixed several instances of minor prop clipping</li>
<li>Fixed players getting stuck on the wood-carved Saxtons</li>
<li>Improved clipping throughout</li>
</ul></li>
</ul><br />
<br />
An update to Team Fortress 2 has been released. The update will be applied automatically when you restart Team Fortress 2. The major changes include:<ul><li>Updated the Beachcomber's Brim to fix an incorrect material</li>
<li>Updated Taunt: The Circuit Breaker<ul><li>Fixed incorrect team color on prop</li>
<li>Fixed orphaned particles</li>
</ul></li>
<li>Updated the Inglorious Patriot<ul><li>Adjusted the normal map and refined the colors</li>
<li>Improved the weighting on the bottom pockets</li>
<li>Updated the backpack icon</li>
</ul></li>
<li>Updated pl_redwood<ul><li>Fixed various lighting issues</li>
<li>Zipline dismount jump speed now ramps up from 1.1x base class speed to 1.8x</li>
<li>Decreased delay before a player can dismount a zipline by jumping from 0.6s to 0.25s</li>
<li>Decreased delay before a player can dismount a zipline by crouching from 0.3s to 0.1s</li>
<li>Fixed players who dismount a zipline in mid-air not receiving mini-crits from the Direct Hit and Reserve Shooter</li>
<li>Fixed the B.A.S.E. Jumper's parachute deploying while using a zipline</li>
</ul></li>
<li>Updated koth_camp_saxton<ul><li>Vastly improved optimization. Further investigation is ongoing.</li>
<li>Tweaked log-and-netting walls along the central shore for clearer definition</li>
<li>Fixed several instances of minor prop clipping</li>
<li>Fixed players getting stuck on the wood-carved Saxtons</li>
<li>Improved clipping throughout</li>
</ul></li>
</ul><br />
<br />
<a href="https://store.steampowered.com/news/275718/" target="_blank">More...</a>]]></content:encoded>
			<category domain="https://n00bunlimited.net/home/forum/site-news/steam-news">Steam News</category>
			<dc:creator>siosios</dc:creator>
			<guid isPermaLink="true">https://n00bunlimited.net/home/forum/site-news/steam-news/80486-team-fortress-2-update-released</guid>
		</item>
		<item>
			<title>Team Fortress 2 Update Released</title>
			<link>https://n00bunlimited.net/home/forum/site-news/steam-news/80485-team-fortress-2-update-released</link>
			<pubDate>Wed, 08 Jul 2026 23:21:04 GMT</pubDate>
			<description>An update to Team Fortress 2 has been released. The update will be applied automatically when you restart Team Fortress 2. The major changes include:...</description>
			<content:encoded><![CDATA[An update to Team Fortress 2 has been released. The update will be applied automatically when you restart Team Fortress 2. The major changes include:<ul><li>Updated the Beachcomber's Brim to add a second style that was originally missed</li>
<li>Updated the Northern Nights, Umbral Lights, and Solar Singed Unusual effects to fix a naming conflict</li>
<li>Updated the Blissful Butterflies and Wispful Wings Unusual effects to fix visibility issues</li>
<li>Updated the Hard Hearing to fix truncated style names</li>
<li>Updated backpack image for the Pyro's Overalls to fix the alpha channel</li>
<li>Updated the Sandwich Diner and Sideshow war paints to fix the alpha channels</li>
<li>Updated the Team Union war paint to remove a few rogue pixels</li>
</ul><br />
<br />
An update to Team Fortress 2 has been released. The update will be applied automatically when you restart Team Fortress 2. The major changes include:<ul><li>Updated the Beachcomber's Brim to add a second style that was originally missed</li>
<li>Updated the Northern Nights, Umbral Lights, and Solar Singed Unusual effects to fix a naming conflict</li>
<li>Updated the Blissful Butterflies and Wispful Wings Unusual effects to fix visibility issues</li>
<li>Updated the Hard Hearing to fix truncated style names</li>
<li>Updated backpack image for the Pyro's Overalls to fix the alpha channel</li>
<li>Updated the Sandwich Diner and Sideshow war paints to fix the alpha channels</li>
<li>Updated the Team Union war paint to remove a few rogue pixels</li>
</ul><br />
<br />
<a href="https://store.steampowered.com/news/275469/" target="_blank">More...</a>]]></content:encoded>
			<category domain="https://n00bunlimited.net/home/forum/site-news/steam-news">Steam News</category>
			<dc:creator>siosios</dc:creator>
			<guid isPermaLink="true">https://n00bunlimited.net/home/forum/site-news/steam-news/80485-team-fortress-2-update-released</guid>
		</item>
		<item>
			<title>Team Fortress 2 Update Released</title>
			<link>https://n00bunlimited.net/home/forum/site-news/steam-news/80484-team-fortress-2-update-released</link>
			<pubDate>Tue, 07 Jul 2026 17:23:00 GMT</pubDate>
			<description>An update to Team Fortress 2 has been released. The update will be applied automatically when you restart Team Fortress 2. The major changes include:...</description>
			<content:encoded><![CDATA[An update to Team Fortress 2 has been released. The update will be applied automatically when you restart Team Fortress 2. The major changes include:<br />
<br />
<br />
<br />
<b>Summer 2026!</b><ul><li>Featuring 6 new community maps: Dryfield, Camp Saxton, Shorelight, Redwood, Premuda, and Mojave</li>
<li>Added the Summer 2026 Cosmetic Case<ul><li>Contains 24 new community-contributed items</li>
<li>Has a chance to give a taunt Unusualifier as a bonus item</li>
</ul></li>
<li>Added 4 new community-contributed taunts to the Mann Co. Store<ul><li>Taunt: The Circuit Breaker</li>
<li>Taunt: Buffoon's Bivouac</li>
<li>Taunt: Faux-calization</li>
<li>Taunt: Friendly Fire</li>
</ul></li>
<li>Added 12 new community-created Unusual effects<ul><li>7 new effects for Unusual hats</li>
<li>5 new effects for Unusual taunts</li>
</ul></li>
<li>Added the Summer 2026 War Paint Case<ul><li>Contains 10 new community-created War Paints that make-up the Summer 2026 Collection</li>
<li>Has a chance to give a taunt Unusualifier as a bonus item</li>
</ul></li>
<li>All cosmetic and taunt cases will grant Summer 2026 Unusual effects instead of their normal Unusual effects during the Summer event. This does not include crates.</li>
<li>The Summer event runs through September 15th, 2026</li>
</ul><b>General</b><ul><li>Security and stability improvements</li>
<li>Fixed bad alpha channel for The Creature's Grin, Rocket Operator, The Bountiful Bow, The Alternative Medicine Mann, and The Candyman's Cap (community fix from Chickenman456)</li>
<li>Fixed the &quot;Neo Tokyo&quot; warpaint on the BLU team not matching the RED team because the alpha channel was incorrect (community fix from Whurrhurr)</li>
<li>Fixed bad alpha channel for the Pile of End of the Line Key Gifts' backpack icon (community fix from JoriKos)</li>
<li>Fixed Stat Clock model attaching incorrectly on dropped weapons (community fix from rabscootle)</li>
<li>Fixed Stat Clock values always displaying '0' on world models (community fix from rabscootle)</li>
<li>Fixed intel carrier glow disappearing when Spy cloaks (community fix from shockpast)</li>
<li>Fixed bad alpha channel for Voodoo Juju's backpack icon (community fix from DiskIntegrity)</li>
<li>Fixed Silver Botkiller Mk.I having cubemapping in the wrong area due to a VMT error (community fix from Whurrhurr)</li>
<li>Fixed misspelling on cp_well's BLU rocket clamp texture (community fix from DiskIntegrity)</li>
<li>Fixed wrong paths in soundscript events for some taunts (community fix from robbilookatme)</li>
<li>Fixed Spy control point response rules lines playing when disguised/invisible (community fix from Churkinator)</li>
<li>Fixed weapon Unusual effects (community fix from Cipherlock and rune)<ul><li>Fixed particles being orphaned after death</li>
<li>Fixed the Energy Orb Unusual effect desyncing from the weapon when the player moves too sharply</li>
</ul></li>
<li>Fixed effects flooding the screen when spectating a dead teammate in first person with an unusual weapon (community fix from RGBACatlord)</li>
<li>Fixed missing coin effect for HOUWAR's second style (community fix from DiskIntegrity)</li>
<li>Fixed outdated description for the Splendid Screen (community fix from JoriKos)</li>
<li>Trimmed delay at the start of the sound file for the Panic Attack's shooting sound</li>
<li>Fixed the Engineer not being able to move for a few seconds after using Taunt: Cheers!</li>
<li>Updated cp_powerhouse to fix collision problem with crates on final control points</li>
<li>Updated cp_fortezza<ul><li>Reworked interior of shack building next to Point A</li>
<li>Rebalanced ammo packs around Point A</li>
<li>Improved visuals across the map</li>
<li>Made rotation for shortcut path shorter</li>
</ul></li>
<li>Updated koth_blowout<ul><li>Prevent sentry guns from being built inside a prop under the stairs in the maintenance room</li>
<li>Visual changes to improve clarity and consistency</li>
</ul></li>
</ul><br />
<br />
An update to Team Fortress 2 has been released. The update will be applied automatically when you restart Team Fortress 2. The major changes include:<br />
<br />
<br />
<br />
<b>Summer 2026!</b><ul><li>Featuring 6 new community maps: Dryfield, Camp Saxton, Shorelight, Redwood, Premuda, and Mojave</li>
<li>Added the Summer 2026 Cosmetic Case<ul><li>Contains 24 new community-contributed items</li>
<li>Has a chance to give a taunt Unusualifier as a bonus item</li>
</ul></li>
<li>Added 4 new community-contributed taunts to the Mann Co. Store<ul><li>Taunt: The Circuit Breaker</li>
<li>Taunt: Buffoon's Bivouac</li>
<li>Taunt: Faux-calization</li>
<li>Taunt: Friendly Fire</li>
</ul></li>
<li>Added 12 new community-created Unusual effects<ul><li>7 new effects for Unusual hats</li>
<li>5 new effects for Unusual taunts</li>
</ul></li>
<li>Added the Summer 2026 War Paint Case<ul><li>Contains 10 new community-created War Paints that make-up the Summer 2026 Collection</li>
<li>Has a chance to give a taunt Unusualifier as a bonus item</li>
</ul></li>
<li>All cosmetic and taunt cases will grant Summer 2026 Unusual effects instead of their normal Unusual effects during the Summer event. This does not include crates.</li>
<li>The Summer event runs through September 15th, 2026</li>
</ul><b>General</b><ul><li>Security and stability improvements</li>
<li>Fixed bad alpha channel for The Creature's Grin, Rocket Operator, The Bountiful Bow, The Alternative Medicine Mann, and The Candyman's Cap (community fix from Chickenman456)</li>
<li>Fixed the &quot;Neo Tokyo&quot; warpaint on the BLU team not matching the RED team because the alpha channel was incorrect (community fix from Whurrhurr)</li>
<li>Fixed bad alpha channel for the Pile of End of the Line Key Gifts' backpack icon (community fix from JoriKos)</li>
<li>Fixed Stat Clock model attaching incorrectly on dropped weapons (community fix from rabscootle)</li>
<li>Fixed Stat Clock values always displaying '0' on world models (community fix from rabscootle)</li>
<li>Fixed intel carrier glow disappearing when Spy cloaks (community fix from shockpast)</li>
<li>Fixed bad alpha channel for Voodoo Juju's backpack icon (community fix from DiskIntegrity)</li>
<li>Fixed Silver Botkiller Mk.I having cubemapping in the wrong area due to a VMT error (community fix from Whurrhurr)</li>
<li>Fixed misspelling on cp_well's BLU rocket clamp texture (community fix from DiskIntegrity)</li>
<li>Fixed wrong paths in soundscript events for some taunts (community fix from robbilookatme)</li>
<li>Fixed Spy control point response rules lines playing when disguised/invisible (community fix from Churkinator)</li>
<li>Fixed weapon Unusual effects (community fix from Cipherlock and rune)<ul><li>Fixed particles being orphaned after death</li>
<li>Fixed the Energy Orb Unusual effect desyncing from the weapon when the player moves too sharply</li>
</ul></li>
<li>Fixed effects flooding the screen when spectating a dead teammate in first person with an unusual weapon (community fix from RGBACatlord)</li>
<li>Fixed missing coin effect for HOUWAR's second style (community fix from DiskIntegrity)</li>
<li>Fixed outdated description for the Splendid Screen (community fix from JoriKos)</li>
<li>Trimmed delay at the start of the sound file for the Panic Attack's shooting sound</li>
<li>Fixed the Engineer not being able to move for a few seconds after using Taunt: Cheers!</li>
<li>Updated cp_powerhouse to fix collision problem with crates on final control points</li>
<li>Updated cp_fortezza<ul><li>Reworked interior of shack building next to Point A</li>
<li>Rebalanced ammo packs around Point A</li>
<li>Improved visuals across the map</li>
<li>Made rotation for shortcut path shorter</li>
</ul></li>
<li>Updated koth_blowout<ul><li>Prevent sentry guns from being built inside a prop under the stairs in the maintenance room</li>
<li>Visual changes to improve clarity and consistency</li>
</ul></li>
</ul><br />
<br />
<a href="https://store.steampowered.com/news/274747/" target="_blank">More...</a>]]></content:encoded>
			<category domain="https://n00bunlimited.net/home/forum/site-news/steam-news">Steam News</category>
			<dc:creator>siosios</dc:creator>
			<guid isPermaLink="true">https://n00bunlimited.net/home/forum/site-news/steam-news/80484-team-fortress-2-update-released</guid>
		</item>
		<item>
			<title>IPFire 2.29 - Core Update 203 is available for testing</title>
			<link>https://n00bunlimited.net/home/forum/site-news/ipfire/80483-ipfire-2-29-core-update-203-is-available-for-testing</link>
			<pubDate>Wed, 10 Jun 2026 09:40:21 GMT</pubDate>
			<description><![CDATA[This is the release announcement for IPFire 2.29 &#8211; Core Update 203, which is now available for testing. 
 
This is a substantial update, and its...]]></description>
			<content:encoded><![CDATA[<br />
<br />
This is the release announcement for IPFire 2.29 &#8211; Core Update 203, which is now available for testing.<br />
<br />
This is a substantial update, and its centrepiece is a fundamental change to how IPFire handles DNS: we have replaced Unbound with Knot Resolver, giving us a more flexible foundation and a range of new capabilities, from a DNS Firewall to encrypted upstream forwarding. Alongside it, the WiFi access point gains support for the 6 GHz band, and there are the usual security fixes and package updates throughout. Because these changes reach into a core part of the system, we would especially value your help in testing this release before it reaches everyone.<br />
<br />
<b>DNS: Moving from Unbound to Knot Resolver</b><br /><br />With this release, IPFire replaces its DNS Resolver with Knot Resolver.<br />
<br />
This is a significant change under the hood, and not one we made lightly. Unbound has served IPFire well for many years and remains an excellent resolver. But DNS has quietly become one of the most important parts of the modern network. It is no longer only about turning names into addresses &#8212; it increasingly carries the information other protocols rely on to connect quickly, securely and privately, from encrypted transport to the records clients use to establish encrypted connections. To keep building on top of DNS, we needed a resolver we can extend and integrate deeply with the rest of IPFire. Knot Resolver's modular, scriptable architecture gives us exactly that foundation.<br />
<br />
What this brings you today:<ul><li><b>Encrypted upstream forwarding (DNS over TLS)</b> &#8212; queries to your chosen upstream resolvers can now be sent over TLS, so they can't be read or tampered with in transit.</li>
<li><b>DNS Firewall</b> &#8212; block malware, advertising and whole categories of unwanted domains at the DNS layer.</li>
<li><b>Encrypted zone data (over TLS)</b> &#8212; the DNS Firewall's filtering and policy zones are now pulled over an encrypted connection by zone-sync, a new tool we built in C. Updates are transferred incrementally and can no longer be read or tampered with in transit.</li>
<li><b>SafeSearch</b> &#8212; enforce safe search across the major search engines and YouTube for your whole network.</li>
<li><b>Conditional forwarding</b> &#8212; send queries for specific zones to specific servers. (Note the change below.)</li>
<li><b>Local overrides</b> &#8212; define your own DNS records for local hostnames.</li>
<li><b>DHCP integration</b> &#8212; a custom module makes hostnames from DHCP leases resolvable in DNS, replacing the old Unbound DHCP Leases Bridge with no loss of function.</li>
</ul><br />
Under the hood:<ul><li><b>Persistent Cache</b> &#8212; the cache now survives restarts, so resolution stays fast after a reboot and there's less load on upstream servers.</li>
<li><b>Shared state across multiple workers</b> &#8212; Knot Resolver uses several worker processes that share one cache and state, making efficient use of multiple CPU cores without fragmenting the cache.</li>
</ul><br />
Please note:<br />
<br />
Forwarded zones can no longer be specified as fully-qualified domain names. You now need to replace any entries on the DNS Forwarding page that use FQDNs with IP addresses.<br />
<br />
A note on what went into this release: Replacing the DNS resolver is a large piece of work we have undertaken, and it was far from a drop-in replacement. Alongside integrating Knot Resolver itself, we wrote a good deal of new code &#8212; including custom modules for DHCP and filtering, and zone-sync, a tool we built in C to keep the DNS Firewall's data current over an encrypted connection. Work like this is slow, detailed and largely invisible, and it is only possible because IPFire is supported by the people who rely on it. If this release is useful to you and you would like to see more of it, <a href="https://www.ipfire.org/donate" target="_blank">please consider making a donation</a> &#8212; it is what lets us keep building.<br />
<br />
<b>WiFi: Support for the 6 GHz Band</b><br /><br />The IPFire WiFi access point now supports the 6 GHz band, opening up the spectrum introduced with WiFi 6E and WiFi 7.<br />
<br />
Why this matters:<ul><li><b>More room, less interference</b> &#8212; the 6 GHz band is new and largely empty. Without decades of legacy devices crowding it, wireless clients get cleaner airtime and more stable connections, even in busy neighbourhoods.</li>
<li><b>Wider channels, higher throughput</b> &#8212; the additional spectrum leaves room for many more wide (80 and 160 MHz) channels, so you can run faster connections without them overlapping and interfering with one another.</li>
<li><b>No radar detection, no interruptions</b> &#8212; unlike parts of the 5 GHz band, the 6 GHz band does not require radar detection (DFS). The access point starts up immediately and can never be forced off its channel by a radar event, so there are no sudden dropouts.</li>
</ul><br />
We have also fixed a bug that prevented the access point from starting when a 40 MHz channel width was combined with a manually selected channel.<br />
<br />
<b>Misc.</b><br /><br /><ul><li>AWS: IPFire can now retrieve EC2 instance metadata using IMDSv2, the token-based and more secure version of the metadata service that AWS now recommends and increasingly enforces by default. This means IPFire runs correctly on instances configured to require IMDSv2, while IMDSv1 remains supported for existing deployments.</li>
<li>The microcode for some Intel processors has been updated to version 20260512 to address a vulnerability filed as <a href="https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01420.html" target="_blank">INTEL-SA-01420</a></li>
<li>A bug with Perl failing to properly encode/decode UTF-8 strings has been fixed so that the web UI will show translations with non-ASCII characters properly again</li>
<li>OpenVPN: The icon to download the configuration has been replaced by a clearer version; and for Roadwarrior clients with a static IP address allocation, the name of the subnet is now shown next to the connection.</li>
<li>sysklogd will now listen on localhost again, which is useful for chrooted processes that want to log messages</li>
<li>Updated packages: BIND 9.20.23, Boost 1.90.0, coreutils 9.11, btrfs-progs 7.0, e2fsprogs 1.47.4, elfutils 0.195, expat 2.8.1, fcron 3.4.1, fontconfig 2.18.1, gdb 17.2, gnupg 2.5.20, GRUB 2.14, grub-btrfs 4.14, iana-etc 20260511, krb5 1.22.2, less 702, libedit 20260512-3.1, libksba 1.8.0, libloc 0.9.19, libunistring 1.4.2, libusb 1.0.30, LuaJIT 2.1.707c12b, LVM2 2.03.41, meson 1.11.1, nettle 4.0, OpenVPN 2.7.4, rrdtool 1.10.3, SQLite 3.53.1, strongswan 6.0.7 (<a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=2026-47895" target="_blank">CVE-2026-47895</a>), util-linux 2.42, vim 9.2.0526, which 2.25, xfsprogs 7.0.1, zone-sync 0.0.2</li>
</ul><br />
<b>Add-Ons</b><br /><br /><ul><li>Updated packages: dnsdist 2.0.6, ntfs-3g 2026.2.25, Postfix 3.11.3, rsync 3.4.3, samba 4.24.2, spice 0.16.0, spice-protocol 0.14.5, tmux 3.6b, tshark 4.6.6</li>
<li>Zabbix Agent: Fixes for OpenVPN 2.7 status parsing and ping error handling have been applied</li>
</ul><br />
<b>Testing and Feedback</b><br /><br />As always, please help us make this release as solid as it can be. If you are able, install Core Update 203 on a test system, put it through its paces &#8212; particularly around DNS resolution, the DNS Firewall and WiFi &#8212; and report anything unexpected on our <a href="https://bugzilla.ipfire.org" target="_blank">bug tracker</a>.<br />
<br />
Your testing and your reports are what let us release with confidence, and we are grateful to everyone who takes the time.<br />
<br />
Thank you for helping us build IPFire.<br />
<br />
<br />
<a href="https://www.ipfire.org/blog/ipfire-2-29-core-update-203-is-available-for-testing" target="_blank">More...</a>]]></content:encoded>
			<category domain="https://n00bunlimited.net/home/forum/site-news/ipfire">Ipfire</category>
			<dc:creator>siosios</dc:creator>
			<guid isPermaLink="true">https://n00bunlimited.net/home/forum/site-news/ipfire/80483-ipfire-2-29-core-update-203-is-available-for-testing</guid>
		</item>
	</channel>
</rss>
