You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -13,14 +13,14 @@ Expose Web Service from Peer
13
13
* Token-based authentication based on user's IP address
14
14
* Rewrite location header in 3XX redirection response
15
15
* Rewrite href in 2XX text/html response
16
-
* Run over STUN session with iwebpp.io-stun-proxy
16
+
* Run over STUN session with appnet.io-stun-proxy
17
17
* Proxy web server dynamically on fly
18
18
* Http basic-auth support
19
19
20
20
### Install
21
21
* npm install peer-proxy, or git clone [peer-proxy](https://github.com/InstantWebP2P/peer-proxy.git) && cd peer-proxy && npm install
22
22
* peer-proxy depend on node-httpp, please build it from repo [node-httpp](https://github.com/InstantWebP2P/node-httpp)
23
-
* setup your own iWebPP.io backend controller services refer to [AppNet.io-controller](https://github.com/InstantWebP2P/appnet.io-controller)
23
+
* setup your own AppNet.io backend controller services refer to [AppNet.io-controller](https://github.com/InstantWebP2P/appnet.io-controller)
24
24
25
25
### Usage/API:
26
26
@@ -46,7 +46,7 @@ Expose Web Service from Peer
46
46
4. in case the local http server run on localhost with port 3000, do ./bin/peer-proxy -t http://localhost:3000
47
47
if it's https server on port 3000, do ./bin/peer-proxy -t https://localhost:3000
48
48
49
-
5. run over STUN with iwebpp.io-stun-proxy, just embed 'vlocal.' as sub-domain in origin vURL,
49
+
5. run over STUN with appnet.io-stun-proxy, just embed 'vlocal.' as sub-domain in origin vURL,
50
50
like https://zc5a93bdde908a92cs.d4ddf763050ab93e.vurl.vlocal.51dese.com:51688//vtoken/8bb975c3385f47f3
51
51
52
52
### TODO:
@@ -64,7 +64,7 @@ Expose Web Service from Peer
64
64
65
65
(The MIT License)
66
66
67
-
Copyright (c) 2012-present Tom Zhou(iwebpp@gmail.com)
67
+
Copyright (c) 2012-present Tom Zhou(appnet.link@gmail.com)
68
68
69
69
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
0 commit comments