forked from rebolsource/r3
-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FEAT: it's again possible to
read dns://
to resolve a hostname
``` >> read dns:// == "Oldes-Aero" ``` It also fixes a bug introduce in rebol#66, that resolving domain name from ip was not possible at all. Now it's again working properly: ``` >> read dns://rebol.com == 162.216.18.225 >> read dns://162.216.18.225 == "rebol.com" ``` Related to: Oldes/Rebol-issues#1935
- Loading branch information
Showing
3 changed files
with
51 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters