[Users] How to use forward command with script variables?

Noel R. Morais noelrocha at gmail.com
Tue May 8 20:51:28 CEST 2007


Hi All,

I am trying to do something like this:

route[1] {
            $var(forwardTo) = "192.168.192.100";
            forward($var(forwardTo));
            exit;
}


But it do not work.

you know a way to do it?


Thanks

Noel




More information about the Users mailing list