mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Add quota support and small others changes
This commit is contained in:
parent
6fe07f493b
commit
b549503be7
23 changed files with 397 additions and 59 deletions
|
@ -27,7 +27,7 @@ validate_section() {
|
|||
'proto:string' \
|
||||
'bind:string' \
|
||||
'bindport:port' \
|
||||
'mtu:uinteger:1500' \
|
||||
'mtu:uinteger:1450' \
|
||||
'mtuauto:bool:0' \
|
||||
'chacha20:bool:0' \
|
||||
'dev:string'
|
||||
|
@ -84,4 +84,5 @@ start_service() {
|
|||
|
||||
service_triggers() {
|
||||
procd_add_reload_trigger glorytun network
|
||||
procd_add_raw_trigger "interface.*" 2000 /etc/init.d/$PROG_NAME reload
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue