mirror of
https://github.com/abh/geodns.git
synced 2026-04-27 03:45:53 +03:00
[GH-ISSUE #18] Incorrect 'getting started' command in README #160
Labels
No labels
bug
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/geodns#160
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @evandrix on GitHub (Oct 9, 2012).
Original GitHub issue: https://github.com/abh/geodns/issues/18
go run *.go -run -log -interface 127.1 -port 8053should be
go run *.go -log -interface 127.1 -port 8053@abh commented on GitHub (Oct 9, 2012):
Thank you!