diff options
author | Alex Borisov <b0ris@b0ris-universe.localdomain> | 2011-10-20 05:35:36 +0300 |
---|---|---|
committer | Alex Borisov <b0ris@b0ris-universe.localdomain> | 2011-10-20 05:35:36 +0300 |
commit | d3ff62b1eeaba12131226a277b56abd15b015bda (patch) | |
tree | 0bf38bbcb83ba2ca8bd9b4c7f30cf85559283c6e /client/config | |
parent | 4ac3da0fe4400b9109636143e8da53dbef6c3984 (diff) |
proxy representation classes
Diffstat (limited to 'client/config')
-rw-r--r-- | client/config | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/client/config b/client/config new file mode 100644 index 0000000..184aee0 --- /dev/null +++ b/client/config @@ -0,0 +1,20 @@ +config_update_interval=600; +client_update_interval=60000; + +#0 - invisible, 1 - visible +speed_visibility=0; + +#server option format (all values required) +#keyword ip:port timeout retry_interval +server=8.8.8.8:8080 600 60; +server=8.8.4.4:3124 100 50; + +welcome_msg="Hello, world!"; +top_panel_text="Top Panel"; +bottom_panel_text="Bottom Panel"; + +#firewall record format (all values required) +#keyword action address_pattern +firewall block *.adobeereg.com +firewall block ereg.adobe.com +firewall block practivate.adobe.com
\ No newline at end of file |