0.4.6 • Published 6 years ago

eppgate v0.4.6

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

eppgate: epp for reseller

	域名分销体系结构为:Registry => Registrar => Reseller。
	eppgate将registrar的帐号分成多份,供更多reseller使用。

Installing

	npm install eppgate

Using

	var fs  = require('fs');
	var Run = require('eppgate');
	var cmd = require('epp/CMD');
	var nml = require('nml');
	
	var epp = new Run({
		mysql: {
			host: "localhost",
			user: "root",
			password: "********",
			database: "registrar"
		},
		epp: {
			host: "epp.your-nic.com",
			port: 700,
			key : fs.readFileSync("sert/my.pem"),
			cert: fs.readFileSync("sert/my.crt"),
			timeout: 240*1000,
			clID: "username",
			pw  : "password"
		},
		pay: {
			host: "127.0.0.1",
			port: 10101,
			path: "/api"
		}
	});
	
	epp.submit(cmd.poll(), function(req, res) {
		console.log(nml.stringify(req)+nml.stringify(res));
	});

Dependences

	mysql
	nml
	epp
0.4.6

6 years ago

0.4.5

6 years ago

0.4.4

7 years ago

0.4.3

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.15

8 years ago

0.2.14

8 years ago

0.2.13

8 years ago

0.2.12

8 years ago

0.2.11

8 years ago

0.2.10

8 years ago

0.2.9

8 years ago

0.2.8

8 years ago

0.2.7

8 years ago

0.2.6

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.16

9 years ago

0.1.15

9 years ago

0.1.14

9 years ago

0.1.13

9 years ago

0.1.12

9 years ago

0.1.11

10 years ago

0.1.10

10 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago