1
Web Proxy Filtering and Caching / Re: What would it take to add the pkg MITMProxy?
« on: March 16, 2024, 05:12:22 pm »
up (what are the chances to get mitmproxy still in opnsense? I think it does really have unique feats others don't)
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Surely there is something built-in to opnsense that can get the internet back without rebooting from within the GUI?
unfortunately not.Didn't think I would have to cron a script to reboot as mentioned a few posts above.
you might look into finagling a cron script to restart the interface instead of rebooting the entire machine. these are the lines i use for just such an approach:Code: [Select]/usr/local/sbin/configctl interface linkup stop ue0
/usr/local/sbin/configctl interface reconfigure ue0
/usr/local/sbin/configctl interface linkup start ue0
don't let the naysayers poopoo the use of cron for something alternatively addressed with the likes of redis. until a redis plugin for opnsense gets closer to feature parity with CLI the amount of sorcery involved in making it work simply ain't worth the trouble.