mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 16:01:55 +03:00
Remove integration with gotd
This commit is contained in:
@@ -8,7 +8,7 @@ type dcView struct {
|
||||
func (d dcView) getV4(dc int) []Addr {
|
||||
addrs := d.overrides.getV4(dc)
|
||||
addrs = append(addrs, defaultDCOverridesAddrSet.getV4(dc)...)
|
||||
addrs = append(addrs, d.collected.getV4(dc)...)
|
||||
// addrs = append(addrs, d.collected.getV4(dc)...)
|
||||
addrs = append(addrs, defaultDCAddrSet.getV4(dc)...)
|
||||
|
||||
return addrs
|
||||
@@ -17,7 +17,7 @@ func (d dcView) getV4(dc int) []Addr {
|
||||
func (d dcView) getV6(dc int) []Addr {
|
||||
addrs := d.overrides.getV6(dc)
|
||||
addrs = append(addrs, defaultDCOverridesAddrSet.getV6(dc)...)
|
||||
addrs = append(addrs, d.collected.getV6(dc)...)
|
||||
// addrs = append(addrs, d.collected.getV6(dc)...)
|
||||
addrs = append(addrs, defaultDCAddrSet.getV6(dc)...)
|
||||
|
||||
return addrs
|
||||
|
||||
Reference in New Issue
Block a user