X-Git-Url: https://git.harvie.cz/?p=svn%2FPrometheus-QoS%2F.git;a=blobdiff_plain;f=prometheus.c;h=1227592f5e566027f35ced5bf9272bc9c0234e6f;hp=b6807fde47139d8b27497265ebadce5924cf56c9;hb=7ae5a5939e4328ed4a1d8c025ea6769265574260;hpb=7d05bfc0742ea64ad5b1b5511a0c89a8da0badcc diff --git a/prometheus.c b/prometheus.c index b6807fd..1227592 100644 --- a/prometheus.c +++ b/prometheus.c @@ -101,8 +101,8 @@ char *qos_free_zone = NULL; /* QoS free zone */ /* int qos_proxy = TRUE; include proxy port to QoS */ int found_lmsid = FALSE; /* show links to users in LMS information system */ int include_upload = TRUE; /* upload+download=total traffic */ -char *proxy_ip = "192.168.1.1/32"; /* our IP with proxy port */ -int proxy_port = 3128; /* proxy port number */ +/* char *proxy_ip = "192.168.1.1/32"; our IP with proxy port */ +/* int proxy_port = 3128; proxy port number */ long long int line = 1024; /* WAN/ISP download in kbps */ long long int up = 1024; /* WAN/ISP upload in kbps */ int free_min = 256; /* minimum guaranted bandwidth for all undefined hosts */ @@ -311,9 +311,9 @@ void get_config(char *config_filename) option("qos-free-zone",qos_free_zone); ioption("qos-free-delay",qos_free_delay); /* ioption("qos-proxy-enable",qos_proxy); */ - option("qos-proxy-ip",proxy_ip); +/* option("qos-proxy-ip",proxy_ip);*/ option("htb-leaf-discipline",qos_leaf); - ioption("qos-proxy-port",proxy_port); +/* ioption("qos-proxy-port",proxy_port); */ ioption("free-rate",free_min); ioption("free-ceil",free_max); ioption("htb-burst",burst);