You've already forked haproxy-wi
mirror of
https://github.com/roxy-wi/roxy-wi.git
synced 2025-12-18 12:04:07 +08:00
v8.1.6: Add UDP listener checker functionality
Introduces the ability to enable or disable a checker service for UDP listeners. Includes UI updates, database migration, new API route, and backend logic to handle checker settings on UDP listeners.
This commit is contained in:
@@ -756,6 +756,7 @@ class UDPBalancer(BaseModel):
|
||||
delay_loop = IntegerField(constraints=[SQL('DEFAULT "10"')])
|
||||
delay_before_retry = IntegerField(constraints=[SQL('DEFAULT "10"')])
|
||||
retry = IntegerField(constraints=[SQL('DEFAULT "3"')])
|
||||
is_checker = IntegerField(constraints=[SQL('DEFAULT "0"')])
|
||||
|
||||
class Meta:
|
||||
table_name = 'udp_balancers'
|
||||
|
||||
Reference in New Issue
Block a user