Skip to content

Commit

Permalink
patch: two new video servers (#713)
Browse files Browse the repository at this point in the history
* peertube29.pocketnet.app
* peertube30.pocketnet.app
  • Loading branch information
zanhesl authored Oct 20, 2022
1 parent 7d64f37 commit ed22e7b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions proxy16/proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -953,6 +953,20 @@ var Proxy = function (settings, manage, test, logger, reverseproxy) {
ip: '138.201.91.156',
}
],

35: [
{
host : 'peertube29.pocketnet.app',
ip: '157.90.171.8',
}
],

36: [
{
host : 'peertube30.pocketnet.app',
ip: '95.217.165.102',
}
],
};

if (test){
Expand Down

0 comments on commit ed22e7b

Please sign in to comment.