...
| Code Block | ||||
|---|---|---|---|---|
| ||||
function freenas_setAllowedIPs ($pid) {
return array (
'nfs' => array ('1.2.3.4'),
'cifs' => array('1.2.3.4'),
'iscsi' => 'ALL',
);
} |
...
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
function freenas_setAllowedIPs ($pid) {
return array (
'nfs' => array ('1.2.3.4'),
'cifs' => array('1.2.3.4'),
'iscsi' => 'ALL',
);
} |
...