Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
uoosef committed Aug 29, 2023
1 parent 9e481ce commit f2db13a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ It's simple! Just buy a VPS from a provider that offers a lot of traffic, then i
tmux
git clone https://github.com/uoosef/cf-bepass.git
cd cf-bepass
go run relay.go -b 0.0.0.0 -p 6666
go run *.go -b 0.0.0.0 -p 6666
```

Then press ctrl+b and then d. Then edit the worker.js:
Expand Down Expand Up @@ -86,7 +86,7 @@ It's simple! Just follow these 3 easy steps:
cd /opt
git clone https://github.com/uoosef/cf-bepass.git
cd cf-bepass
CGO_ENABLED=0 go build -ldflags '-s -w' -trimpath relay.go
CGO_ENABLED=0 go build -ldflags '-s -w' -trimpath *.go
```

2. Make a systemd service for Bepass in **/etc/systemd/system/cfb.service**:
Expand Down

0 comments on commit f2db13a

Please sign in to comment.