this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add resolv.conf with 8.8.8.8/8.8.4.4 in it

+4
+2
CMakeLists.txt
··· 58 58 if (NOT DARLING_NO_EXECUTABLES) 59 59 install(FILES etc/dylib.conf etc/version.conf 60 60 DESTINATION libexec/darling/etc/darling) 61 + install(FILES etc/resolv.conf 62 + DESTINATION libexec/darling/etc) 61 63 62 64 install(DIRECTORY DESTINATION libexec/darling/Volumes) 63 65 install(DIRECTORY DESTINATION libexec/darling/Volumes/SystemRoot)
+2
etc/resolv.conf
··· 1 + nameserver 8.8.8.8 2 + nameserver 8.8.4.4