Local network is unavailable when Outline is active
### Application
Outline Client
### Describe the bug
Hello, everyone!
I have
1) Debian 13
2) Outline Version 1.19.0 (490240).
3) Wi-Fi router 192.168.1.1
4) Server on the local network 192.168.1.240
5) Work computer 192.168.1.63 (connected via Wi-Fi, IP assigned via DHCP).
When I turn on OutLine, my local network is unavailable because Outline changes /etc/resolve.conf to
# Generated by NetworkManager
nameserver 169.254.x.x
At the same time, local IP addresses can be pinged, for example ping 192.168.1.240 or ping 192.168.1.1 - everything is OK.
But, for example, this does not work.
mount -t nfs 192.168.1.240:/var/www /var/www
When I disable OutLine, the local network becomes accessible again because OutLine restores /etc/resolve.conf.
nameserver 192.168.1.1
OutLine always overwrites /etc/resolve.conf and does not allow writing this:
nameserver 192.168.1.1
nameserver 169.254.x.x
Please help me figure out how to make OutLine work and the local network accessible.
### Steps to reproduce
Enable Outline
### What did you expect to happen?
_No response_
### What actually happened?
_No response_
### Outline Version
1.19.0
### What operation system are you using?
Linux
### Operating System Version
_No response_
### Screenshots and Videos
_No response_
0 条评论