Hi,
I’m currently running VC 6.6R1 and looking to switch to VyOS.
I have a couple of patches in place on top of the VC6.6R1 - I’ve hacked the patches that were published to the UBNT forums to make them work with 6.6R1;
Patch to support no-ip.org ddns based on; https://community.ubnt.com/t5/EdgeMAX/DDNS-for-NO-IP/td-p/492809
Patch to support dnsmasq in the boot.config file;
http://community.ubnt.com/t5/EdgeMAX/Conditional-DNS-forwarding-with-dnsmasq/td-p/454759
Have these patches been merged into the latest VyOS release or would I need to manually rework them in again?
thanks.
Hello ashley
Please check latest vyatta source.
Maybe, those patches have not merged yet.
#!/usr/bin/perl
#
# Module: vyatta-dynamic-dns.pl
#
# **** License ****
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# This code was originally developed by Vyatta, Inc.
# Portions created by Vyatta are Copyright (C) 2008 Vyatta, Inc.
# All Rights Reserved.
#
# Author: Mohit Mehta
# Date: September 2008
This file has been truncated. show original
#!/usr/bin/perl
#
# Module: vyatta-dns-forwarding.pl
#
# **** License ****
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# This code was originally developed by Vyatta, Inc.
# Portions created by Vyatta are Copyright (C) 2008 Vyatta, Inc.
# All Rights Reserved.
#
# Author: Mohit Mehta
# Date: August 2008
This file has been truncated. show original
–
Hiroyuki Sato.