Commit Graph

699 Commits

Author SHA1 Message Date
emaktech
a33131c8be Ban on auth failure instead of challenge (#113)
Default fail2ban DoS ruleset looks for auth challenges, but auth challenges can be either successful or unsuccessful. Default rule causes problems with larger environments with many registered devices as they have many successful auth challenges with short registration periods.

By the time auth challenges can be made successfully in volume, it's far too late to be worrying about a DoS or brute force attempt - it's already too late. Rule change here will reduce false positives while still providing same level of useful protection.

Maybe also consider reducing maxretry count or increasing findtime in jail.local to catch true failed auth brute force or DoS attempts more easily in conjunction with above change.

This will be more sensitive in detection and should carry lower false positive rate.
2017-09-02 09:09:07 -06:00
Len
0760aa8522 Update source-systemd.sh (#115)
correct freeswitch.pid path and freeswitch.service path
https://github.com/fusionpbx/fusionpbx/issues/2812
2017-09-02 09:07:22 -06:00
sergey-mz
09e52c60e5 Add Windows install with IIS (#114)
* Windows install script

Created

* Add Windows option

* Update

* Enable ODBC

* IIS Identity and mod_lua

* Update

* Update

* Merge remote-tracking branch 'upstream/master'

# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.

* Update

* WIndows install

Works with IIS.
Need to create nginx install
2017-08-22 13:20:50 -06:00
FusionPBX
1a23b6822f Update fusionpbx-maintenance.sh 2017-08-18 11:21:06 -06:00
FusionPBX
7e0513a0ec Update package-release.sh 2017-08-16 18:35:21 -06:00
FusionPBX
79c146e8ba Update package-master.sh 2017-08-16 18:34:42 -06:00
DCVOIP
0be2391fdf Only remove MOH for x86 (#112) 2017-08-16 16:12:59 -06:00
DCVOIP
4e0d249cea Only remove MOH for x86 (#111)
Not needed for ARM currently
2017-08-16 15:16:51 -06:00
FusionPBX
2162b0069b Update fusionpbx 2017-08-16 15:00:12 -06:00
FusionPBX
9bbd4eb8a7 Update fusionpbx 2017-08-16 14:59:38 -06:00
FusionPBX
c2066837a8 Update fusionpbx 2017-08-16 14:59:11 -06:00
FusionPBX
07395edf00 Update fusionpbx.conf 2017-08-16 14:58:23 -06:00
danry25
d7dfdb2279 Easy disabling of LetsEncrypt folders (#109) 2017-08-09 02:04:45 -05:00
FusionPBX
9075226df3 Create iptables.sh 2017-08-08 10:22:03 -05:00
Len
b20da0cfbb Update fusionpbx (#110)
add commented option for #ssl_dhparam
2017-08-06 12:13:14 -06:00
FusionPBX
f332915c52 Update install.sh 2017-08-03 09:34:11 -06:00
FusionPBX
6ccb239886 Change systemctl to service command. 2017-08-02 11:42:53 -06:00
FusionPBX
c5635e86fa Update fusionpbx.sh
'at' is available by default.
2017-08-01 16:03:55 -06:00
Mafoo
3744d31bb3 Enhance - add reset_admin_password.sh (#102)
will look for all instances of system_username from config.sh in the database and update it's password
2017-07-29 13:59:40 -06:00
FusionPBX
b87904be18 Update source-systemd.sh 2017-07-29 13:53:46 -06:00
FusionPBX
722931e95e Update package-systemd.sh 2017-07-29 13:53:17 -06:00
danry25
0042437ad0 Added minimal OpenVZ support. (#107) 2017-07-29 13:49:51 -06:00
FusionPBX
90bea30c91 Update finish.sh 2017-07-29 11:20:53 -06:00
FusionPBX
7ff97bbe8a Update finish.sh 2017-07-29 11:20:22 -06:00
FusionPBX
431efd2e23 Update config.sh 2017-07-29 11:15:59 -06:00
FusionPBX
b891a5c3f0 Update config.sh 2017-07-29 11:14:17 -06:00
FusionPBX
dafbcd4d4f Update finish.sh 2017-07-29 11:09:14 -06:00
FusionPBX
e95e1c03a7 Update config.sh 2017-07-29 11:05:16 -06:00
FusionPBX
d9585ab06e Update config.sh 2017-07-29 11:02:43 -06:00
FusionPBX
665385eacb Update config.sh 2017-07-29 11:01:17 -06:00
FusionPBX
b27c409758 Update finish.sh 2017-07-26 09:09:40 -06:00
FusionPBX
21b0232075 Update finish.sh 2017-07-26 09:09:11 -06:00
FusionPBX
a8b97cd26a Update finish.sh 2017-07-26 09:08:35 -06:00
Len
65f004cfb8 update class dates (#106) 2017-07-26 09:07:12 -06:00
FusionPBX
3d424a7319 Update php.sh 2017-07-21 11:45:54 -06:00
FusionPBX
cb157ffd2d Update environment.sh 2017-07-21 11:40:34 -06:00
FusionPBX
f429bd6a0a Update package-systemd.sh 2017-07-06 10:46:48 -06:00
FusionPBX
2492813700 Update source-systemd.sh 2017-07-06 10:46:19 -06:00
FusionPBX
22d2590587 Create etc.default.freeswitch.source 2017-07-06 10:45:46 -06:00
FusionPBX
83a8e037f4 Rename etc.default.freeswitch to etc.default.freeswitch.package 2017-07-06 10:44:58 -06:00
FusionPBX
d6d8b62998 Update source-permissions.sh 2017-07-06 10:39:30 -06:00
FusionPBX
f46d748b12 Update source-release.sh 2017-07-06 10:36:23 -06:00
FusionPBX
b97d78e3e4 Update source-release.sh 2017-07-06 10:31:32 -06:00
FusionPBX
d2e36d8cb7 Update source-release.sh 2017-07-06 10:10:29 -06:00
FusionPBX
310c29d407 Update source-release.sh 2017-07-06 10:08:13 -06:00
FusionPBX
8907b12d90 Update php.sh 2017-06-30 00:49:52 -06:00
FusionPBX
df17da11bd Update environment.sh 2017-06-30 00:48:05 -06:00
FusionPBX
7f5e56e91a Update switch.sh 2017-06-25 20:58:06 -06:00
FusionPBX
b8aa7e3586 Update finish.sh 2017-06-25 20:30:07 -06:00
FusionPBX
70c876bcda Update finish.sh 2017-06-25 20:27:03 -06:00