mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 00:24:40 +00:00
Alias.php: typo? (#4786)
This commit is contained in:
parent
73030fb528
commit
618d2dd75c
@ -60,7 +60,7 @@ class Alias extends BaseModel
|
||||
$sources[] = array(array('nat', 'onetoone'), array('destination', 'address'));
|
||||
$sources[] = array(array('nat', 'outbound', 'rule'), array('source', 'network'));
|
||||
$sources[] = array(array('nat', 'outbound', 'rule'), array('sourceport'));
|
||||
$sources[] = array(array('nat', 'outbound', 'rule'), array('destination', 'address'));
|
||||
$sources[] = array(array('nat', 'outbound', 'rule'), array('destination', 'network'));
|
||||
$sources[] = array(array('nat', 'outbound', 'rule'), array('dstport'));
|
||||
$sources[] = array(array('nat', 'outbound', 'rule'), array('target'));
|
||||
$sources[] = array(array('load_balancer', 'lbpool'), array('port'));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user