summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/services.inc
diff options
context:
space:
mode:
authorCarlGill <carl.gill@worldtech.io>2016-09-05 21:28:05 -0400
committerCarl Gill <carl.gill@worldtech.io>2016-10-08 13:36:37 -0400
commite10d25b4c3109347a43a729f8c098138272fe1e7 (patch)
treec824208b28253c9b34e7a52be87b34dd834e35a8 /src/etc/inc/services.inc
parent1c1f08f92e8841f7282280caeed7613edd810453 (diff)
downloadpfsense-e10d25b4c3109347a43a729f8c098138272fe1e7.zip
pfsense-e10d25b4c3109347a43a729f8c098138272fe1e7.tar.gz
Added support for CloudFlares Proxy.
Included a checkbox to enable and disable this feature when CloudeFlare type is selected. Included proxied variable in the update script as well. Defaults to false, as the is the current functionality Added help text Updated Last tested date Hope this helps other people. I use both dynDNS and the Proxy service. And by default without this feature, the proxy gets disabled. This is a huge problem, as I have all traffic blocked except for CloudFlare. And because I have certain other security features enabled, when the Proxy goes disabled, The Site goes down hard to end users. With this feature, I can ensure the proxy stays enabled.
Diffstat (limited to 'src/etc/inc/services.inc')
-rw-r--r--src/etc/inc/services.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/etc/inc/services.inc b/src/etc/inc/services.inc
index 0d4ab92..259f791 100644
--- a/src/etc/inc/services.inc
+++ b/src/etc/inc/services.inc
@@ -1951,6 +1951,7 @@ function services_dyndns_configure_client($conf) {
$dnsUser = $conf['username'],
$dnsPass = $conf['password'],
$dnsWildcard = $conf['wildcard'],
+ $dnsProxied = $conf['proxied'],
$dnsMX = $conf['mx'],
$dnsIf = "{$conf['interface']}",
$dnsBackMX = NULL,
OpenPOWER on IntegriCloud