mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-17 02:31:09 +01:00
Firewall: Add Rules by IP, Bug Fixes: SSL, Error Logs, Remote Transfer
This commit is contained in:
@@ -54,6 +54,7 @@ app.controller('firewallController', function($scope,$http) {
|
||||
ruleName:ruleName,
|
||||
ruleProtocol:ruleProtocol,
|
||||
rulePort:rulePort,
|
||||
ruleIP:$scope.ruleIP,
|
||||
};
|
||||
|
||||
var config = {
|
||||
@@ -165,7 +166,7 @@ app.controller('firewallController', function($scope,$http) {
|
||||
|
||||
|
||||
|
||||
$scope.deleteRule = function(id,proto,port){
|
||||
$scope.deleteRule = function(id,proto,port,ruleIP){
|
||||
|
||||
|
||||
|
||||
@@ -178,6 +179,7 @@ app.controller('firewallController', function($scope,$http) {
|
||||
id:id,
|
||||
proto:proto,
|
||||
port:port,
|
||||
ruleIP:ruleIP,
|
||||
};
|
||||
|
||||
var config = {
|
||||
|
||||
Reference in New Issue
Block a user