/etc/jails.conf:
/root/jails/firefox/etc/resolv.conf:
I didn't changed anything else. What do I do to get it working?
Code:
firefox {
path = "/root/jails/firefox";
ip4.addr = "10.0.0.201";
host.hostname = "firefox";
interface = "wlan0";
mount.devfs;
allow.raw_sockets;
exec.clean;
exec.start = "/bin/sh /etc/rc";
exec.stop = "/bin/sh /etc/rc.shutdown";
}
/root/jails/firefox/etc/resolv.conf:
Code:
nameserver 1.1.1.1
I didn't changed anything else. What do I do to get it working?
Last edited by a moderator: