Skip to content

Commit

Permalink
chore: default enable http_port to let somebody happy
Browse files Browse the repository at this point in the history
乐坏了
  • Loading branch information
xchacha20-poly1305 authored and arm64v8a committed Sep 6, 2023
1 parent 716f806 commit a1d987a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/NekoGui_DataStore.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ namespace NekoGui {
// Socks & HTTP Inbound
QString inbound_address = "127.0.0.1";
int inbound_socks_port = 2080; // or Mixed
int inbound_http_port = -2081;
int inbound_http_port = 2081;
InboundAuthorization *inbound_auth = new InboundAuthorization;
QString custom_inbound = "{\"inbounds\": []}";

Expand Down

0 comments on commit a1d987a

Please sign in to comment.