mirror of
https://github.com/fatedier/frp.git
synced 2025-08-03 20:26:50 +00:00
feat: add client reload on config change
This commit is contained in:
@@ -46,6 +46,9 @@ type ClientCommonConfig struct {
|
||||
ServerPort int `json:"serverPort,omitempty"`
|
||||
// STUN server to help penetrate NAT hole.
|
||||
NatHoleSTUNServer string `json:"natHoleStunServer,omitempty"`
|
||||
|
||||
//
|
||||
ConfigAutoReload bool `json:"configAutoReload,omitempty"`
|
||||
// DNSServer specifies a DNS server address for FRPC to use. If this value
|
||||
// is "", the default DNS will be used.
|
||||
DNSServer string `json:"dnsServer,omitempty"`
|
||||
|
Reference in New Issue
Block a user