What is the difference between cellular data being used on my phone and cellular data being used on my notebook? Data is data.

  • @southernbrewer
    link
    English
    2
    edit-2
    6 months ago

    On MacOS this will do it:

    printf 'net.inet.ip.ttl=65\nnet.inet6.ip6.hlim=65\n' | sudo tee /etc/sysctl.conf
    

    Can’t personally speak for other OSes at present. Here’s a SO post about Ubuntu: https://askubuntu.com/a/670276