Hi,
I'm trying to extend 'Config' > 'Network' > 'Advanced' with a tab for RADVD custom options similar to what is possible for DNSMASQ. That way I can specify custom DNSv6 and DHCPv6 servers until Untangle decides to have better IPv6 support.
Question : is all of Untangle Firewall open source?
Usually I'm ok at extending/modifing existing projects (like coreboot, partclone or Entware) but I don't know Java project structures very well. E.g. I can't find the code which for DNSMASQ saves the custom options to /etc/dnsmasq.conf. The UI part itself and getting it to be saved to network.js is only a few lines of code.
But observing the uvm.log I do see DnsMasqManager and RadvdManager classes for which I can'f find the code.
If everything is open source could someone point me into the right direction? If not everything is open source then that does also answer my question
/Thomas
I'm trying to extend 'Config' > 'Network' > 'Advanced' with a tab for RADVD custom options similar to what is possible for DNSMASQ. That way I can specify custom DNSv6 and DHCPv6 servers until Untangle decides to have better IPv6 support.
Question : is all of Untangle Firewall open source?
Usually I'm ok at extending/modifing existing projects (like coreboot, partclone or Entware) but I don't know Java project structures very well. E.g. I can't find the code which for DNSMASQ saves the custom options to /etc/dnsmasq.conf. The UI part itself and getting it to be saved to network.js is only a few lines of code.
But observing the uvm.log I do see DnsMasqManager and RadvdManager classes for which I can'f find the code.
If everything is open source could someone point me into the right direction? If not everything is open source then that does also answer my question

/Thomas
Comment