mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Fix: enable *.local to use Real IP
Some checks failed
Build / Build (push) Has been cancelled
Build / Diff output (push) Has been cancelled
Build / Deploy to Cloudflare Pages (3.114.12) (push) Has been cancelled
Build / Deploy to GitHub and GitLab (push) Has been cancelled
Build / Remove Artifacts after Deployment (push) Has been cancelled
Some checks failed
Build / Build (push) Has been cancelled
Build / Diff output (push) Has been cancelled
Build / Deploy to Cloudflare Pages (3.114.12) (push) Has been cancelled
Build / Deploy to GitHub and GitLab (push) Has been cancelled
Build / Remove Artifacts after Deployment (push) Has been cancelled
This commit is contained in:
@@ -51,9 +51,9 @@ export const LAN = {
|
||||
// Some app like OrbStack uses mDNS and this TLD (orb.local) via mDNS.
|
||||
// Surge already handles .local with mDNS properly, we should not map to server:system
|
||||
LOCAL_SPECIAL: {
|
||||
dns: null,
|
||||
dns: null, // disable DNS server for now. In the future we might wannna explicitly specify `server: force-syslib`
|
||||
hosts: {},
|
||||
realip: false,
|
||||
realip: true,
|
||||
ruleset: false,
|
||||
domains: [
|
||||
'+local'
|
||||
|
||||
Reference in New Issue
Block a user