diff options
Diffstat (limited to 'config/denyhosts')
-rw-r--r-- | config/denyhosts/denyhosts.inc | 6 | ||||
-rw-r--r-- | config/denyhosts/denyhosts.xml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/config/denyhosts/denyhosts.inc b/config/denyhosts/denyhosts.inc index 8a862e01..37209715 100644 --- a/config/denyhosts/denyhosts.inc +++ b/config/denyhosts/denyhosts.inc @@ -38,7 +38,7 @@ function denyhosts_sync_package() } -// bounty: http://forum.pfsense.org/index.php/topic,15791.0/topicseen.html +// bounty: https://forum.pfsense.org/index.php/topic,15791.0/topicseen.html // pkg_add -r denyhosts // python /usr/local/share/denyhosts/denyhosts.py –file=/var/log/auth.log // /var/run/denyhosts.pid @@ -60,7 +60,7 @@ function denyhosts_install_command() exec("mkdir /usr/local/www/packages/denyhosts/"); } - exec("pkg_add -r http://files.pfsense.com/packages/security/denyhosts-2.5.tbz"); + exec("pkg_add -r https://files.pfsense.org/packages/security/denyhosts-2.5.tbz"); //misc files if (!is_dir('/usr/local/www/edit_area/')) { @@ -94,7 +94,7 @@ function denyhosts_install_command() exec ('touch /var/log/denyhosts'); } - $download_path = 'http://www.pfsense.com/packages/config/denyhosts/'; + $download_path = 'https://packages.pfsense.org/packages/config/denyhosts/'; //rename PHP files from .tmp to .php chdir('/tmp/'); diff --git a/config/denyhosts/denyhosts.xml b/config/denyhosts/denyhosts.xml index 53658a7a..720f1b95 100644 --- a/config/denyhosts/denyhosts.xml +++ b/config/denyhosts/denyhosts.xml @@ -68,7 +68,7 @@ <additional_files_needed> <prefix>/usr/local/pkg/</prefix> <chmod>0755</chmod> - <item>http://www.pfsense.com/packages/config/denyhosts/denyhosts.inc</item> + <item>https://packages.pfsense.org/packages/config/denyhosts/denyhosts.inc</item> </additional_files_needed> <adddeleteeditpagefields> <columnitem> |