Configfiles even do not work with trunk

Juli Mallett juli at clockworksquid.com
Mon Feb 11 09:38:05 PST 2013


Hi HK,

Sorry about that.  Please update, I have fixed it so that that config
will work.  The problem was that I had made the 'type' field required
for proxies without updating the examples on the website, or making
WANProxy give a helpful message.  I fixed the code to now just default
to TCP.

Thanks,
Juli.

On Mon, Feb 11, 2013 at 7:56 AM, SinovaTec Privat Mailing
<hkaiser at gmx.at> wrote:
> Hi,
>
> Configfiles also do not work with trunk build.
>
> Here my configfile:
>
>     create codec codec0
>     set codec0.codec XCodec
>     activate codec0
>
>     create interface if0
>     set if0.family IPv4
>     set if0.host "192.168.0.152"
>     set if0.port "3300"
>     activate if0
>
>     create peer peer0
>     set peer0.family IPv4
>     set peer0.host "192.168.10.3"
>     set peer0.port "3301"
>     activate peer0
>
>     create proxy proxy0
>     set proxy0.interface if0
>     set proxy0.interface_codec None
>     set proxy0.peer peer0
>     set proxy0.peer_codec codec0
>     activate proxy0
>
> thanks in advance.
> with best regards,
> HK
> _______________________________________________
> wanproxy mailing list
> wanproxy at lists.wanproxy.org
> http://lists.wanproxy.org/listinfo.cgi/wanproxy-wanproxy.org



More information about the wanproxy mailing list