texs mlaku

BLOG PRIBADI BUAT NYIMPEN TUTOR AGAR GAMPANG MENCARINYA LAGI

MENU

Memperlambat Laju Video pada PfSense

Untuk memperlambat laju Video baik dari Youtub dan lainnya adalah dengan cara menambahkan delay pool pada custom option. contoh

acl bad_sites url_regex -i youtube.com redtube.com porn.com --> masukkan link yg akan di perlambat
delay_pools 1
delay_class 1 1
delay_access 1 allow bad_sites
delay_parameters 1 64000/8192


atau pakai coutum option delay pool ini
acl admin src 192.168.10.2/255.255.255.255;
acl throttle_exts urlpath_regex -i "/var/squid/acl/throttle_exts.acl";
acl bad_sites url_regex -i youtube.com porn.com;
delay_pools 3;
delay_class 1 1;
delay_parameters 1 -1/-1;
delay_access 1 allow admin;
delay_access 1 deny all;
delay_class 2 1;
delay_parameters 2 49152/16384;
delay_access 2 allow bad_sites;
delay_access 2 deny all;
delay_class 3 1;
delay_parameters 3 12288/8192;
delay_initial_bucket_level 100;
delay_access 3 allow throttle_exts;
delay_access 3 deny all;
#zph_mode tos;
#zph_local 0x04;
#zph_parent 0;
#zph_option 136;
acl HTML url_regex .ini$;
no_cache deny HTML;
acl XYZZY url_regex ^http://122.102.49.132/audition/Update.ini$;
acl XYZZY url_regex ^http://patch.crossfire.web.id/download/version.ini$;
acl XYZZY url_regex ^http://patch.sealindo.com/patch/normal/version.ini$;