R. Christian McDonald

Results 40 comments of R. Christian McDonald

This would be nice to have. Also, maybe an reverse acceptance timer option on reboot? So instead of immediately applying the firewall rules, it waits for x seconds before applying...

btw, the kernel module is definitely still being built, just out of the main source tree. It is available in ports. https://github.com/theonemcdonald/pfSense-pkg-WireGuard

I think this is still relevant? I'm seeing the same missing bi files and can't reference ntdef.bi

Hi all, I’m revisiting this. I’ve got connections to FreeBSD commiters so we should be able to make this happen pretty quickly. I’ve got the parser port done, now just...

Ports for both Zephir (lang/zephir) and Zephir parser (textproc/pecl-zephir_parser) are available here for testing https://github.com/theonemcdonald/FreeBSD-ports/tree/add-zephir Still need to write a patch to support clang on FreeBSD, which is preferred due...

https://www.freshports.org/lang/zephir/ https://www.freshports.org/textproc/pecl-zephir_parser/

Any updates? Going on 3 years now.

Sorry for stepping on toes but marketing ZeroTier as "delivers the capabilities of **VPNs**, SDN, and SD-WAN with a single system" is terribly misleading without proper support for DHCP and...

This isn't working for me either. ``` $context = new DeserializationContext(); $xmlImport = file_get_contents($input->getOption('path') . '/import.xml'); $configImport = $this->serializer->deserialize($xmlImport, XmlBase::class, 'xml'); $context->setAttribute('target', $configImport); $xmlCandidate = file_get_contents($input->getOption('path') . '/candidate.xml'); $configCandidate =...