mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 22:06:05 +01:00
Firewall: Add Rules by IP, Bug Fixes: SSL, Error Logs, Remote Transfer
This commit is contained in:
@@ -7,3 +7,4 @@ class FirewallRules(models.Model):
|
||||
name = models.CharField(unique=True, max_length=32) # Field name made lowercase.
|
||||
proto = models.CharField(max_length=10)
|
||||
port = models.CharField(max_length=25)
|
||||
ipAddress = models.CharField(max_length=30,default="0.0.0.0/0")
|
||||
|
||||
Reference in New Issue
Block a user