90 lines
1.9 KiB
Plaintext
90 lines
1.9 KiB
Plaintext
config bandwidth 'global'
|
|
option enabled '1'
|
|
option interface 'br-lan'
|
|
option wan_interface 'wan'
|
|
option default_download '100000'
|
|
option default_upload '50000'
|
|
option quota_period 'monthly'
|
|
|
|
config class 'realtime'
|
|
option name 'Real-time'
|
|
option priority '1'
|
|
option rate '30'
|
|
option ceil '100'
|
|
option description 'VoIP, Video calls'
|
|
|
|
config class 'interactive'
|
|
option name 'Interactive'
|
|
option priority '2'
|
|
option rate '20'
|
|
option ceil '100'
|
|
option description 'Gaming, SSH, DNS'
|
|
|
|
config class 'streaming'
|
|
option name 'Streaming'
|
|
option priority '3'
|
|
option rate '20'
|
|
option ceil '90'
|
|
option description 'Video streaming'
|
|
|
|
config class 'browsing'
|
|
option name 'Browsing'
|
|
option priority '4'
|
|
option rate '15'
|
|
option ceil '80'
|
|
option description 'Web browsing'
|
|
|
|
config class 'download'
|
|
option name 'Downloads'
|
|
option priority '5'
|
|
option rate '10'
|
|
option ceil '70'
|
|
option description 'File downloads'
|
|
|
|
config class 'bulk'
|
|
option name 'Bulk'
|
|
option priority '6'
|
|
option rate '5'
|
|
option ceil '50'
|
|
option description 'P2P, Backups'
|
|
|
|
config media 'voip'
|
|
option name 'VoIP'
|
|
option class 'realtime'
|
|
list port '5060'
|
|
list port '5061'
|
|
list port '10000-20000'
|
|
list protocol 'sip'
|
|
list protocol 'rtp'
|
|
|
|
config media 'gaming'
|
|
option name 'Gaming'
|
|
option class 'interactive'
|
|
list port '3074'
|
|
list port '3478-3480'
|
|
list port '27015-27030'
|
|
option dscp 'ef'
|
|
|
|
config media 'streaming'
|
|
option name 'Streaming'
|
|
option class 'streaming'
|
|
list domain 'netflix.com'
|
|
list domain 'youtube.com'
|
|
list domain 'twitch.tv'
|
|
list domain 'spotify.com'
|
|
|
|
config quota 'default'
|
|
option daily_limit '0'
|
|
option monthly_limit '0'
|
|
option throttle_speed '1000'
|
|
option action 'throttle'
|
|
|
|
config schedule 'peak'
|
|
option name 'Peak Hours'
|
|
option enabled '1'
|
|
option days 'mon tue wed thu fri'
|
|
option start '18:00'
|
|
option end '23:00'
|
|
option download_limit '80'
|
|
option upload_limit '80'
|