Skip to content

Commit

Permalink
add: public relay nodes domain
Browse files Browse the repository at this point in the history
  • Loading branch information
ErfanTech committed Sep 2, 2023
1 parent 1a8bd30 commit 6858daa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Buffer } from 'buffer'
import {isIP, inRange} from 'range_check';
import Message from './dns';

const proxyIPs = ['139.162.185.147'];
const proxyIPs = ["relay1.bepass.org", "relay2.bepass.org"];
const proxyPort = 6666;
let proxyIP = proxyIPs[Math.floor(Math.random() * proxyIPs.length)];
const dnsHost = "1.1.1.1"
Expand Down

0 comments on commit 6858daa

Please sign in to comment.