summaryrefslogtreecommitdiffstats
path: root/etc/inc/services.inc
Commit message (Collapse)AuthorAgeFilesLines
* d DHCPLeases starting before Unbound/DNSMasq and returning a pid not found ↵Warren Baker2014-11-211-0/+4
| | | | message. Add missing reload feature
* Make sure system_hosts_generate() is called by services_unbound_configure(). ↵Renato Botelho2014-11-191-0/+4
| | | | It should fix #4027
* Merge pull request #1339 from dembeck/masterRenato Botelho2014-11-171-2/+2
|\
| * Sorted the provider names alphabeticallyDustin Dembeck2014-11-161-2/+2
| |
* | Properly handle CARP IP binding in dnsmasq post-changes for FreeBSD 10.x ↵Chris Buechler2014-11-161-0/+4
|/ | | | CARP. Ticket #4012
* if unbound is enabled, assign interface IP as DNS, same behavior as dnsmasqChris Buechler2014-11-151-0/+2
|
* Set proxy env vars on interactive shell and also on crontab to make all ↵Renato Botelho2014-11-111-0/+7
| | | | scripts be able to use it. Ticket #3789
* Fix updating of hosts file on host override updates by bringing back the ↵Chris Buechler2014-11-041-0/+4
| | | | same behavior from previous releases.
* Merge pull request #1306 from phil-davis/patch-3Renato Botelho2014-10-201-0/+4
|\
| * Support up to 4 DNS Servers in DHCPPhil Davis2014-10-071-0/+4
| |
* | Be more strict when checking if olsrd is enabled, otherwise when package is ↵Renato Botelho2014-10-071-3/+7
|/ | | | deinstalled and configuration is kept dhcpd will consider it's always as enabled
* igmpproxy param -d doesn't like the space before optarg. Fixes #3852Renato Botelho2014-09-081-2/+2
|
* delete the dhcpd.pid file before starting dhcpd. Fixes bug where on rare ↵Chris Buechler2014-08-221-0/+8
| | | | occasions a stale PID file could prevent dhcpd from starting until it's manually deleted.
* Per the dhcpd.conf man page and other documentation from ISC, mclt must not ↵Chris Buechler2014-08-061-3/+2
| | | | be defined on the secondary.
* Escape the individual dnsmasq advanced/custom optionsjim-p2014-08-061-1/+1
|
* Use cron.pid to get pid number and avoid kill minicron processes. It fixes #3757Renato Botelho2014-07-151-1/+1
|
* Get real interface when dhcrelay uses default GWPhil Davis2014-04-141-1/+1
| | | | | | | If the DHCP Relay server is not on any local subnet, and not on any subnet that has an internal static route, but is somewhere that no specific route is known, then this code finds the default gateway and uses that in the DHCP relay "-i" parameter. The current code gets just the interface name (like "wan", "opt1"). But DHCP Relay command needs to be fed the actual device name "vr0", "vr1" etc. To break this I simply enabled DHCP Relay, select "LAN" interface, and put Destination Server 1.2.3.4 Making this changed fixed it. Forum: https://forum.pfsense.org/index.php?topic=75010.0
* Reflect the service name when starting itWarren Baker2014-03-291-1/+1
|
* replaced uppercase html tags with lowercaseayvis2014-03-191-1/+1
| | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript"
* standardize on https://www.pfsense.orgChris Buechler2014-03-141-1/+1
|
* Merge pull request #1018 from florian-asche/patch-3Renato Botelho2014-03-111-3/+5
|\ | | | | Update services.inc
| * Update services.incFlorian Asche2014-03-101-0/+2
| | | | | | Added CURL setops from dyndns.class
| * Update services.incFlorian Asche2014-03-101-0/+1
| | | | | | IPv4 ONLY
| * Update services.incFlorian Asche2014-03-101-3/+2
| | | | | | Prepared to make $hosttocheck configureable
* | Update services.incFlorian Asche2014-03-101-5/+0
| |
* | Update services.incFlorian Asche2014-03-101-1/+7
|/ | | Added missing usepublicip with dyndnsCheckIP
* Put added option in dhcp config instead of dhcpv6 config.Donald A. Cupp Jr2014-03-031-11/+11
| | | | | Use empty function instead of <> "" for null test in dhcp network booting config section. modified: etc/inc/services.inc
* Add missing option code for uefi bootingDonald A. Cupp Jr2014-03-021-0/+1
| | | | modified: etc/inc/services.inc
* Merge branch 'master' of https://github.com/Doncuppjr/pfsenseDonald A. Cupp Jr2014-03-021-3/+5
|\
| * Wrap this in an is_array() test, or else if you have no manually configured ↵jim-p2014-03-011-3/+5
| | | | | | | | DNS servers, saving the DHCP settings produces a PHP error.
* | Added support for UEFI booting to Network Booting configuration.Charlie Root2014-03-021-1/+9
|/ | | | | | modified: conf.default/config.xml modified: etc/inc/services.inc modified: usr/local/www/services_dhcp.php
* Merge pull request #986 from andrespetralli/masterRenato Botelho2014-02-281-0/+1
|\ | | | | Re-enabling static lease updates
| * Re-enabling static lease updatesAndres Petralli2014-02-281-0/+1
| |
* | Fix #3483 only use IPv4 DNS servers in DHCP v4 confPhil Davis2014-02-241-3/+11
| |
* | Fixes #2627. When an interface goes down try to shut the RAs and dhcpd6 ↵Ermal2014-02-211-5/+14
| | | | | | | | service on that interface
* | Rather than having issues with not started radvd try to start radvd to ↵Ermal2014-02-201-5/+7
| | | | | | | | discover by itself the prefix on the interface by using the special directive :: on the prefix declaration. Related to many tickets and forum posts
* | Use correct parameter (bootfile-url) to configure netboot on DHCPdv6, it ↵Renato Botelho2014-02-171-8/+5
| | | | | | | | fixes #3421
* | Fix typo on variable name and really add custom options for dhcpdv6Renato Botelho2014-02-171-1/+1
| |
* | Add Unbound service configurationWarren Baker2014-01-291-4/+33
| |
* | Fix nsupdate pathRenato Botelho2014-01-251-1/+1
|/
* Enabling advanced RFC 2136 configuration for DHCPd serviceAndres Petralli2013-12-231-40/+103
| | | | | This change adds the ability to configure RFC 2136 domain name updates using a hmac-md5 keyname/key.
* Remove 'deny unknown clients' option from DHCPv6 since it's not supported, ↵Renato Botelho2013-12-231-3/+0
| | | | it fixes #3364
* Add DHCP without gateway capabilitytimdufrane2013-11-211-2/+4
|
* Added support for City Network to Dynamic DNS.Mathias Andersson2013-11-141-2/+2
| | | | | | City Network is a Swedish web hosting company. They provide a dynamic DNS service for their customers. This service uses the dyndns2 protocol.
* Give clients the IPV6 address of the DNS serverJean Cyr2013-11-061-0/+4
| | | | | For IPV6 WAN tracking interfaces, dhcpdv6 does not provide an IPV6 address for the DNS server... fix that.
* Fix an attempt to read unset variable $rtentRenato Botelho2013-10-281-4/+2
|
* Added OVH DynHOST in dynamic DNS servicesStéphane2013-10-091-2/+2
|
* Remove this check, the value can be 0 here if the target is the first item ↵jim-p2013-10-091-1/+1
| | | | in the array.
* Update to include GratisDNS dynDNS serviceScavy2013-09-271-2/+2
|
* Switch to rw mode before file operations on RFC2136 cache. Fixes #3201jim-p2013-09-171-0/+3
|
OpenPOWER on IntegriCloud