Skip to content

Commit

Permalink
fix bepass inbound config
Browse files Browse the repository at this point in the history
Signed-off-by: Uncle Jack <[email protected]>
  • Loading branch information
unclejacki committed Jul 7, 2024
1 parent bf9d245 commit 4807d0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ deploy: ## deploy to cf workers

.PHONY: dev
dev: ## run the project locally
@ npx wrangler dev --port 8787
@ npx wrangler dev --local-protocol https --port 8787
1 change: 1 addition & 0 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ pub struct Outbound {
#[derive(Default, Clone, Serialize, Deserialize, JsonSchema)]
pub struct Inbound {
pub protocol: Protocol,
#[serde(default)]
pub uuid: Uuid,
pub path: String,
#[serde(skip)]
Expand Down

0 comments on commit 4807d0c

Please sign in to comment.