Remove mentioning of DC overrides

This commit is contained in:
9seconds
2026-02-24 13:32:06 +01:00
parent 94d46d2c65
commit e4a9a96309
6 changed files with 1 additions and 30 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ type ProxyOpts struct {
// DCOverrides defines a set of IP addresses that should be used
// with a higher priority to those that are calculated somehow by mtg.
//
// This is an optional setting
// OBSOLETE and DEPRECATED. Ignored.
DCOverrides map[int][]string
}