Skip to content

Commit eab0851

Browse files
committed
update mesos-dns IPSources to fix discovery bug when services launched from marathon in bridged networking mode
1 parent a6b11d3 commit eab0851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datalab/roles/mesos-dns/templates/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
"SOARetry": 600,
1919
"SOAExpire": 86400,
2020
"SOAMinttl": 60,
21-
"IPSources": ["netinfo", "mesos", "host"]
21+
"IPSources": ["host", "netinfo", "mesos"]
2222
}

0 commit comments

Comments
 (0)