项目作者: smyers119

项目描述 :
EdgeOS Custom Patches
高级语言: Perl
项目地址: git://github.com/smyers119/EdgeOS-Patches.git
创建时间: 2019-09-02T17:17:40Z
项目社区:https://github.com/smyers119/EdgeOS-Patches

开源协议:

下载


EdgeOS-Patches

To make patches persist across upgrades add the .deb to

  1. /config/data/firstboot/install-packages

ddclient 3.9.1.patch

Currently tested and working on versions after 1.9.7HF4

This patch was originially made to add support for dnsmadeeasy. Since then there has been multiple providers and updates added. To see the full list of updates goto: https://github.com/headhunter911/ddclient

Vyatta-cfg-dhcp-server.patch

Currently tested and working on version 2.0.7 and below

This patch add’s the ability to assign a persistant lease file

  1. file /config/dnsmasq-dhcp.leases

CLI example:

  1. uname@ubnt# set service dhcp-server lease-persist
  2. Possible completions:
  3. enable Enable persistant leases for dnsmasq
  4. disable Disable persistant leases for dnsmasq (default)

NOTE:

  • Supports all model’s but only tested on ER-12
  • This currently only works for dnsmasq
  • There is logic added that will not overwrite the dnsmsaq-dhcp-config.pl file if ubnt made changes to it since the last version

TODO:

  • add log messages on error’s
  • add dhcpd support