In particular:
debian mirrors can be accessed from syncproxies
debug mirrors can be accessed from ftp-master
historical mirrors can be accessed from historical-master
security mirrors can be accessed from security-master
And from the previous commits:
syncproxies can be accessed from syncproxies, ftp-master, ports-master, and security-master
url => 'http://debian.backend.mirrors.debian.org/debian/dists/sid/Release',
health_url => 'http://debian.backend.mirrors.debian.org/_health',
}
+
+ Ferm::Rule::Simple <<| tag == 'ssh::server::from::syncproxy' |>>
}
url => 'http://debug.backend.mirrors.debian.org/debian-debug/dists/sid-debug/Release',
health_url => 'http://debug.backend.mirrors.debian.org/_health',
}
+
+ Ferm::Rule::Simple <<| tag == 'ssh::server::from::ftp_master' |>>
}
target_address => $onion_v4_addr,
}
}
+
+ Ferm::Rule::Simple <<| tag == 'ssh::server::from::historical_master' |>>
}
target_address => $onion_v4_addr,
}
}
+
+ Ferm::Rule::Simple <<| tag == 'ssh::server::from::security_master' |>>
}