mirror of
https://github.com/naruxde/revpipyload.git
synced 2025-11-08 23:23:52 +01:00
IpAclManager ausgelagert in shared
ACLs über Datei laden (Eine ACL pro Zeile) ProcimgServer Parameter aclmode entfernt Codestyle
This commit is contained in:
3
data/etc/revpipyload/aclplcslave.conf
Normal file
3
data/etc/revpipyload/aclplcslave.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
# PLC-SLAVE Access Control List (acl)
|
||||
# One entry per Line IPADRESS,LEVEL
|
||||
#
|
||||
3
data/etc/revpipyload/aclxmlrpc.conf
Normal file
3
data/etc/revpipyload/aclxmlrpc.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
# XML-RPC Access Control List (acl)
|
||||
# One entry per Line IPADRESS,LEVEL
|
||||
#
|
||||
@@ -14,11 +14,11 @@ zeroonexit = 0
|
||||
|
||||
[PLCSLAVE]
|
||||
plcslave = 0
|
||||
acl =
|
||||
aclfile = /etc/revpipyload/aclplcslave.conf
|
||||
bindip = *
|
||||
port = 55234
|
||||
|
||||
[XMLRPC]
|
||||
xmlrpc = 0
|
||||
acl =
|
||||
aclfile = /etc/revpipyload/aclxmlrpc.conf
|
||||
bindip = *
|
||||
|
||||
Reference in New Issue
Block a user