OS
Install RDAP on Linux
- 비아웹 3일 전 2025.01.14 19:21
-
- 9
- 0
go 언어를 이용하여 RDAP 을 설치하는 방법
- Centos7 에서 Go 설치
1) epel 설치
# yum install epel-release |
2) yum 으로 golang 설치
# yum install golang |
3) 설치 확인
# which go
|
• rdap 설치
1) go 언어를 이용하여 install
# cd /usr/local/ # go install github.com/openrdap/rdap/cmd/rdap@master |
2) rdap 설치 확인
# ~/go/bin/rdap google.com |
- 다음글apache 2.4 GeoIP 연동하기2024.08.30
댓글목록
등록된 댓글이 없습니다.