mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 13:04:02 +03:00
Propagate DCOverrides
This commit is contained in:
@@ -113,6 +113,12 @@ type ProxyOpts struct {
|
||||
//
|
||||
// OBSOLETE and DEPRECATED. Ignored.
|
||||
UseTestDCs bool
|
||||
|
||||
// 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
|
||||
DCOverrides map[int][]string
|
||||
}
|
||||
|
||||
func (p ProxyOpts) valid() error {
|
||||
|
||||
Reference in New Issue
Block a user