/lib/systemd/system/iodined.service
iodined -f -c 10.255.0.1 <domain> -P <password> -l <IP> -p 53
iodine -f -P <password> <domain>
install build-essential
from procursus bootstrap
put iPhoneOS11.2.sdk
as /usr/share/SDKs/iPhoneOS.sdk
comment out __IOS_PROHIBITED
line at /usr/share/SDKs/iPhoneOS.sdk/usr/include/stdlib.h
copy sys/sys_domain.h
, sys/kern_control.h
& net/if_utun.h
from https://github.com/apple/darwin-xnu/tree/main/bsd to the SDK.
curl '<https://raw.githubusercontent.com/apple/darwin-xnu/main/bsd/sys/sys_domain.h>' -o /usr/share/SDKs/iPhoneOS.sdk/usr/include/sys/sys_domain.h
curl '<https://raw.githubusercontent.com/apple/darwin-xnu/main/bsd/sys/kern_control.h>' -o /usr/share/SDKs/iPhoneOS.sdk/usr/include/sys/kern_control.h
curl '<https://raw.githubusercontent.com/apple/darwin-xnu/main/bsd/net/if_utun.h>' -o /usr/share/SDKs/iPhoneOS.sdk/usr/include/net/if_utun.h
clone iodine-master & make