Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
browser-backend
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
browser-backend
Commits
5ba11be9
Commit
5ba11be9
authored
Sep 24, 2024
by
jinliang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update 3proxy agent username to wujiesuperbrowser
parent
b1c6bbb9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
Set3proxyTask.java
.../com/edgec/browserbackend/browser/task/Set3proxyTask.java
+1
-1
Trans.java
...ain/java/com/edgec/browserbackend/common/utils/Trans.java
+1
-1
blocklist.txt
src/main/resources/static/blocklist.txt
+0
-0
No files found.
src/main/java/com/edgec/browserbackend/browser/task/Set3proxyTask.java
View file @
5ba11be9
...
...
@@ -82,7 +82,7 @@ public class Set3proxyTask {
bw
.
write
(
"allow "
+
ipResource
.
getProxyUsername
()
+
"\n"
);
if
(
ipResource
.
getIpType
()
!=
IpType
.
OWN
)
{
bw
.
write
(
"parent 1000 http "
+
ipResource
.
getAddr
()
+
" "
+
(
ipResource
.
getPort
().
size
()
>
1
?
ipResource
.
getPort
().
get
(
1
)
:
ipResource
.
getPort
().
get
(
0
))
+
"
fangguanlian
browser "
+
ipResource
.
getPassword
()
+
"\n"
);
(
ipResource
.
getPort
().
size
()
>
1
?
ipResource
.
getPort
().
get
(
1
)
:
ipResource
.
getPort
().
get
(
0
))
+
"
wujiesuper
browser "
+
ipResource
.
getPassword
()
+
"\n"
);
}
else
{
bw
.
write
(
"parent 1000 http "
+
ipResource
.
getAddr
()
+
" "
+
(
ipResource
.
getPort
().
size
()
>
1
?
ipResource
.
getPort
().
get
(
1
)
:
ipResource
.
getPort
().
get
(
0
))
+
" "
+
ipResource
.
getUsername
()
+
" "
+
ipResource
.
getPassword
()
+
"\n"
);
...
...
src/main/java/com/edgec/browserbackend/common/utils/Trans.java
View file @
5ba11be9
...
...
@@ -58,7 +58,7 @@ public class Trans {
*/
public
static
void
main
(
String
[]
args
)
{
String
url
=
"http://free.ipwhois.io/json/"
;
Trans
trans
=
new
Trans
(
"112.74.47.217"
,
20001
,
"
fangguanlian
browser"
,
"5D753F36QKqIaA1"
);
Trans
trans
=
new
Trans
(
"112.74.47.217"
,
20001
,
"
wujiesuper
browser"
,
"5D753F36QKqIaA1"
);
String
rs
=
trans
.
get
(
url
);
System
.
out
.
println
(
rs
.
contains
(
"112.74.47.217"
));
...
...
src/main/resources/static/blocklist.txt
0 → 100644
View file @
5ba11be9
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment