mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
chore: allow DNS queries from Uncloud containers to the embedded DNS server
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package firewall
|
||||
|
||||
import "fmt"
|
||||
|
||||
// ConfigureIptablesChains is a stub for Darwin.
|
||||
func ConfigureIptablesChains() error {
|
||||
return fmt.Errorf("not supported on Darwin")
|
||||
}
|
||||
Reference in New Issue
Block a user