1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-01-10 06:30:41 +00:00

Add DNS access

This commit is contained in:
David Schmenk 2015-10-30 09:34:29 -07:00
parent 52a42da1c6
commit 531f286c5a

View File

@ -25,6 +25,8 @@ struc t_inet
word closeTCP
word setInterfaceIP
word getInterfaceHA
word setDNS
word getDNS
end
//
// Needed to init subnet
@ -248,4 +250,4 @@ iNet:closeUDP(portDHCP)
iNet:setInterfaceIP(@localip, @localnet, @localgw)
puts(@boundstr);putip(@localip);putc('/');putip(@localnet);putln
done
done