john9527
Part of the Furniture
New development build
Update-43D1
6-April-2020
Merlin fork 374.43_43D1j9527
Download https://1drv.ms/f/s!Ainhp1nBLzMJiF2l3WjM46lSmxrH
============================
Putting this out to try and get some runtime primarily on a change to the IPv6 stack that I've been wanting to do for a while. I've been running it for the last day and haven't encountered any problems, but I wouldn't recommend installing it in any critical or business environments right now.
Below are some notes on the major changes. If you can safely give it a try, it would be appreciated. Thanks.
Update-43D1
6-April-2020
Merlin fork 374.43_43D1j9527
Download https://1drv.ms/f/s!Ainhp1nBLzMJiF2l3WjM46lSmxrH
============================
Putting this out to try and get some runtime primarily on a change to the IPv6 stack that I've been wanting to do for a while. I've been running it for the last day and haven't encountered any problems, but I wouldn't recommend installing it in any critical or business environments right now.
Below are some notes on the major changes. If you can safely give it a try, it would be appreciated. Thanks.
- CHANGED: radvd: update to 2.18
This is part of the IPv6 stack. The previous version (1.15) has been out of service for a while, and was last updated in 2015. In order to bring in the update, I needed to port in some functions/structures not present in the older kernels used by the routers, so this needs some workout. (On the plus side, I got the chance to learn some new compiler errors ) - CHANGED: jquery: update to 3.4.1
This provides the support for some of the gui update operations, and is another major update, with API changes to the previous 1.x versions. So far, I haven't found any incompatibilites with the functions actually used by the router gui. I want to try and bring this in since it includes some fixes related to the newer browser releases. - CHANGED: openssl11: update to 1.1.1f
- CHANGED: httpd: (backport) add recv & send timeouts
Provides some mitigation for the iOS/Safari SSL hangs - CHANGED: httpd: limit SSL certificate to 13 months if clock has been set
Prep for an Apple initiative to force the update of certificates. - CHANGED: firewall: (backport) add support for TTL spoofing
- CHANGED: stubby: dnsmasq: add support for nextdns id's and analytics
No gui for this, it's enabled via nvram. See the Merlin_Fork_Options.txt file for how to use it. - CHANGED: dnsfilter: update service providers
Includes the new Cloudflare Malware and Adult filtering servers. - FIXED: httpd: allow single quote in usb device name
Fix for some of the newer SanDisk USB sticks - FIXED: services: disable stubby and dnscrypt if not in router mode
- FIXED: webui: do not allow invalid lan gateway during AP setup
Fixes in AP mode setup based on recent feedback and testing. - CHANGED: webui: (backport) include base64.js
By request for addon developers