Menu

Show posts

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.

Show posts Menu

Messages - Firewire

#1
Quote from: gspannu on November 14, 2025, 12:44:49 AM
Quote from: Firewire on November 13, 2025, 11:04:11 PMThanks so much!
Today a bugfix v0.28.1 version was released, sorry for pinging too early!

Updated...
I'm still only receiving v0.28.0 via OPNsense, no update to be found.
Thanks so much for keeping the packages updated.
#2
Quote from: gspannu on November 13, 2025, 05:16:35 PM
Quote from: gspannu on November 12, 2025, 10:48:32 PM
Quote from: Firewire on November 12, 2025, 09:34:12 PMHi @gspannu
still loving and using Blocky on OPNsense, do you plan to further update it?
Version 0.28 was recently released. Thanks and best regards!

Oh!

I had updated the plugin for Blocky v0.27 just yesterday; it seems v0.28 was released earlier today !.

Will update in next day or so.
Thanks for the heads up 🙏🏼



Updated to v0.28 now....

Thanks so much!
Today a bugfix v0.28.1 version was released, sorry for pinging too early!
#3
Hi @gspannu
still loving and using Blocky on OPNsense, do you plan to further update it?
Version 0.28 was recently released. Thanks and best regards!
#4
Hi gspannu, any plans to update Blocky to the latest version?
Thanks so much for providing the packages, OPNsense and Blocky are a perfect match!
#5
Thanks! It's working fine again
#6
Hello, any reason why the Github page was removed?
https://github.com/gspannu/OPN-Plugins

Recognized it when my OPNsense told me the repo is unavailable when updating my packages.
#7
Just installed the Blocky package, thanks so much for providing an OPNsense version.
It works great and was out of the box compatible with my existing config.yml from my Blocky docker instance.
That's one thing why Blocky is great, the config.yml is easily deployable and requires minimal to no changes between platforms with setting it up in mintues.

Would be great if your plugin could offer more functionalities over the OPNsense WebUI in future, for example editing the config.yml or showing the logs.

Now I have two blocky instances running on different hardware.
My DNS maintenance windows won't affect my family anymore. :)
#8
Quote from: gspannu on September 03, 2024, 05:14:24 PM
Quote from: Monviech on September 03, 2024, 04:38:07 PMI'd like to look at the source code of the plugin itself, but I can only see the compiled package in that repository. Would just interest me without having to install the package first.

Essentially I'm interested in this plugin since it uses a go binary and its available in the freebsd ports.
https://cgit.freebsd.org/ports/tree/dns/blocky

The code is here on Github
It is a very simple plugin, identical to AdGuard Home plugin and built on the same code.

I would absolutely love it, if you would take this on and build a full fledged plugin as you did with os-caddy.
Really appreciate your work there... 🙏🏻


Was the source code removed?

Opening the link results in error 404:
Github
#9
It seems like that indeed, since only a few specific clients are behaving like this.
Doesn't seem to be a problem at all, since I discovered no issues so far on my clients.
#10
Hello,

my OPNsense is configured as a DNS upstream server and the domain "home.arpa" was added in General System Settings.

I have an issue where the domain is applied external requests.
When DNS requests are answered by Unbound, the "home.arpa" domain is added as a suffix.

Example:
cloud-jobs.linkplay.com
is changed to
cloud-jobs.linkplay.com.home.arpa

That happens not with all, but with many domains and results in a SERVFAIL error.
Unbound is set in transparent mode, to resolve local requests (for DHCP static leases) and external requests

Could someone tell me how this can be fixed?
#11
I configured a cronjob to run firmware updates every day at 4 AM.
It seems that minor updates are installed but major updates are only triggered when searching manually for updates. Not sure if my cronjob is correctly set. So far no stability issues with this setting.

My cronjob:
0 4 * * * Automatic firmware update

There also seem to be more options regarding automatic firmware updates:

  • Custom Firmware Update Check
  • Custom Firmware Update Install
  • Firmware Update Check

Not sure if multiple options need to be combined, thus multiple cronjobs are required.
Do we have a best practice how to set automatic updates per cronjob?
#12
After following this thread: https://forum.opnsense.org/index.php?topic=32232.0

I enabled a Cron job with action "Renew DNS for WireGuard on stale connections" that runs every minute.
After rebooting my OPNsense multiple times, the connection worked every time.
Let me check if this fixes my issue on a long run, gonna report back.
#13
The endpoint is configured via DNS entry.
I'm not sure how I could replace it with IPs, since the domain resolves multiple IP adresses via nslookup.

Is there some workaround for this specific issue, where a DNS entry can be used as endpoint?
#14
The issue happened in earlier versions and was fixed:
https://forum.opnsense.org/index.php?topic=34949.0
https://forum.opnsense.org/index.php?topic=18956.0

Is it possible the issue came back with 24.1.5?
The issue is reproducable in my case, my WireGuard link does not go up after a reboot until I click "Apply".
#15
Hello,

since a few OPNsense versions now, I discovered that my Wireguard VPN tunnel is not coming up after a reboot automatically. After restarting my OPNsense shows no active connection via "VPN -> WireGuard -> Status"

Workaround:
To solve the issue until the next reboot, I have to manually disable and enable the WireGuard instance via "VPN -> WireGuard -> Instances"

My guess:
The issue might be related to my WAN uplink, probably the service tries one connection only and it fails since my WAN link is not up yet. The service does not seem to try it again after the WAN link is up and the WireGuard instance keeps being down.

Does someone have an idea how to fix this?
I'm running the latest OPNsense 24.1.5_1 version.

Kind regards