Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
可扩展供应协议(资源增值计划)是一种灵活的协议设计,用于通过互联网
登记注册可分配对象。EPP(资源增值计划)的最初动机是创建一个强大和
灵活的协议,在域名注册者、域名注册商和域名注册机构之间建立沟通管道。
虽然用于域名是EPP最初的动因,但协议设计的目标是可应用于任何订单和
执行体系。
EPP协议基于XML(结构化文本)格式,底层网络传输是不固定的,虽然当
前指定的唯一方法是通过TCP,但该协议的灵活性设计,同样允许其使用如
BEEP、SMTP、SOAP或其他方式传输。
该协议由IETF的provreg工作组于2004年定稿,2009年8月,IETF认定了
EPP的充分标准地位。
npm install epp
var fs = require('fs');
var Run = require('epp/Run');
var cmd = require('epp/CMD');
var nml = require('nml');
var epp = new Run({
host: "epp.your-nic.com",
port: 700,
key : fs.readFileSync("sert/my.pem"),
cert: fs.readFileSync("sert/my.crt"),
clID: "username",
pw : "password"
});
epp.submit(cmd.poll(), function(req, res) {
console.log(nml.stringify(req)+nml.stringify(res));
});
nml
FAQs
Extensible Provisioning Protocol (EPP)
We found that epp demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.