poco: moved to github
[packages.git] / net / frickin / files / frickin.config
1 package 'frickin'
2
3 config 'frickin'
4         option enabled 0
5
6         # listen on the specified IP address
7         option listen_ip '192.168.1.1'
8
9         # connect to the specified IP address
10         option server_ip '192.168.1.253'
11
12         # set the maximum number of simultaneous connections
13 #       option conn_limit 20