Add custom networks that are considered local (internal routing, VPN etc)
Allows things like this in the <options> element: <alwaysLocalNet>10.0.0.0/8</alwaysLocalNet>
This commit is contained in:
@@ -249,6 +249,7 @@ type OptionsConfiguration struct {
|
||||
PingIdleTimeS int `xml:"pingIdleTimeS" json:"pingIdleTimeS" default:"60"`
|
||||
MinHomeDiskFreePct float64 `xml:"minHomeDiskFreePct" json:"minHomeDiskFreePct" default:"1"`
|
||||
ReleasesURL string `xml:"releasesURL" json:"releasesURL" default:"https://api.github.com/repos/syncthing/syncthing/releases?per_page=30"`
|
||||
AlwaysLocalNets []string `xml:"alwaysLocalNet" json:"alwaysLocalNets"`
|
||||
}
|
||||
|
||||
func (orig OptionsConfiguration) Copy() OptionsConfiguration {
|
||||
|
||||
Reference in New Issue
Block a user